ARM: dts: rockchip: fix compatible string for eMMC node of rk3228 SoC

Change-Id: I2ee59491c79dd0e8a201f6478c6ca40cb8437e42
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
Shawn Lin 2017-05-09 08:39:38 +08:00 committed by Huang, Tao
parent 6949ac7ae1
commit b3fded18f0

View File

@ -626,7 +626,7 @@ display-subsystem {
};
emmc: dwmmc@30020000 {
compatible = "rockchip,rk3288-dw-mshc";
compatible = "rockchip,rk3228-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x30020000 0x4000>;
interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
clock-frequency = <37500000>;