nds32: dts: Fix mmc node compatible string
authorRick Chen <rick@andestech.com>
Tue, 15 Jan 2019 05:30:35 +0000 (13:30 +0800)
committerAndes <uboot@andestech.com>
Tue, 22 Jan 2019 09:36:20 +0000 (17:36 +0800)
commit866ab879c94f837150af6c5094372de23ca3bd17
tree5c67f13246e16cae32b6fb7094f6e94d0e26a829
parente690148223cb0828d601f43703e7fc238d85884d
nds32: dts: Fix mmc node compatible string

In the two commits:
cf3922dddc44a968685b535f2af195f1e51f4a7b
mmc: ftsdc010_mci: Sync compatible with DT mmc node

c14e90e8445e7b1c3531b4bdeb778c47bd6570eb
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>
arch/nds32/dts/ae3xx.dts
arch/nds32/dts/ag101p.dts