mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
nds32: dts: Fix mmc node compatible string
In the two commits:cf3922dddc
mmc: ftsdc010_mci: Sync compatible with DT mmc nodec14e90e844
riscv: dts: Sync DT with Linux Kernel ftsdc010_mci's compatible has been modified as "andestech,atfsdc010" for RISC-V synchronization. But ae3xx.dts and ag101p.dts which are used for nds32 adp-ae3xx and adp-ag101p platforms did not be modified correctly at that time. It will cause mmc detection failure. Fix it here. Signed-off-by: Rick Chen <rick@andestech.com> Cc: Greentime Hu <greentime@andestech.com>
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
};
|
||||
|
||||
mmc0: mmc@f0e00000 {
|
||||
compatible = "andestech,atsdc010";
|
||||
compatible = "andestech,atfsdc010";
|
||||
max-frequency = <100000000>;
|
||||
fifo-depth = <0x10>;
|
||||
reg = <0xf0e00000 0x1000>;
|
||||
|
@@ -62,7 +62,7 @@
|
||||
};
|
||||
|
||||
mmc0: mmc@98e00000 {
|
||||
compatible = "andestech,atsdc010";
|
||||
compatible = "andestech,atfsdc010";
|
||||
max-frequency = <30000000>;
|
||||
fifo-depth = <0x10>;
|
||||
reg = <0x98e00000 0x1000>;
|
||||
|
Reference in New Issue
Block a user