Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'zynq-dt-for-v5.0' of https://github.com/Xilinx/linux-xlnx into next/dt

arm: dts: zynq: DT changes for v5.0

- Fix mmc node name

* tag 'zynq-dt-for-v5.0' of https://github.com/Xilinx/linux-xlnx:
ARM: dts: Use mmc@ instead sdhci@

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+2 -2
+2 -2
arch/arm/boot/dts/zynq-7000.dtsi
··· 219 219 #size-cells = <0>; 220 220 }; 221 221 222 - sdhci0: sdhci@e0100000 { 222 + sdhci0: mmc@e0100000 { 223 223 compatible = "arasan,sdhci-8.9a"; 224 224 status = "disabled"; 225 225 clock-names = "clk_xin", "clk_ahb"; ··· 229 229 reg = <0xe0100000 0x1000>; 230 230 }; 231 231 232 - sdhci1: sdhci@e0101000 { 232 + sdhci1: mmc@e0101000 { 233 233 compatible = "arasan,sdhci-8.9a"; 234 234 status = "disabled"; 235 235 clock-names = "clk_xin", "clk_ahb";