diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-12-20 18:32:23 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-12-20 18:32:27 +0300 |
commit | bc8bd33891d3129e1ca0425879a30130cc80af1c (patch) | |
tree | 24a9f6b237c7c106d692e6b7234e7396277badda /arch/arm/boot | |
parent | 5385c226b63db5827814e381c5aa290814445c03 (diff) | |
parent | ac1e507fe61db9aacb3d6f2c57f095c1cb3cbacb (diff) | |
download | linux-bc8bd33891d3129e1ca0425879a30130cc80af1c.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/zynq-7000.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi index e22507e23303..ca6425ad794c 100644 --- a/arch/arm/boot/dts/zynq-7000.dtsi +++ b/arch/arm/boot/dts/zynq-7000.dtsi @@ -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"; |