Commit bc8bd338 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
parents 5385c226 ac1e507f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -219,7 +219,7 @@
			#size-cells = <0>;
		};

		sdhci0: sdhci@e0100000 {
		sdhci0: mmc@e0100000 {
			compatible = "arasan,sdhci-8.9a";
			status = "disabled";
			clock-names = "clk_xin", "clk_ahb";
@@ -229,7 +229,7 @@
			reg = <0xe0100000 0x1000>;
		};

		sdhci1: sdhci@e0101000 {
		sdhci1: mmc@e0101000 {
			compatible = "arasan,sdhci-8.9a";
			status = "disabled";
			clock-names = "clk_xin", "clk_ahb";