OSDN Git Service

ARM: dts: rockchip: fix compatible string for eMMC node of rk3228 SoC
authorShawn Lin <shawn.lin@rock-chips.com>
Thu, 22 Jun 2017 10:29:59 +0000 (18:29 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 16 Jul 2017 15:08:58 +0000 (17:08 +0200)
This adds amend compatible content for eMMC of RK3228 SoC.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk322x.dtsi

index d565b95..25a4980 100644 (file)
        };
 
        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>;