mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-27 04:11:20 +07:00
arm: dts: zynq: DT changes for v5.0
- Fix mmc node name -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEABECAAYFAlwSel4ACgkQykllyylKDCFGIwCfba/KcK8ZMpKE86H/maU8MBW4 7gUAnA2qNoKk+0/kdZmN+SjG8iSNxbGG =qUE0 -----END PGP SIGNATURE----- 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>
This commit is contained in:
commit
bc8bd33891
@ -219,7 +219,7 @@ gem1: ethernet@e000c000 {
|
||||
#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 @@ sdhci0: sdhci@e0100000 {
|
||||
reg = <0xe0100000 0x1000>;
|
||||
};
|
||||
|
||||
sdhci1: sdhci@e0101000 {
|
||||
sdhci1: mmc@e0101000 {
|
||||
compatible = "arasan,sdhci-8.9a";
|
||||
status = "disabled";
|
||||
clock-names = "clk_xin", "clk_ahb";
|
||||
|
Loading…
Reference in New Issue
Block a user