From: Shawn Lin Date: Thu, 22 Jun 2017 10:29:59 +0000 (+0800) Subject: ARM: dts: rockchip: fix compatible string for eMMC node of rk3228 SoC X-Git-Tag: v4.14-rc1~66^2~30^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d6a01f8d6b77c191b8561e721a5c30613783ad8;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: rockchip: fix compatible string for eMMC node of rk3228 SoC This adds amend compatible content for eMMC of RK3228 SoC. Signed-off-by: Shawn Lin Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi index d565b9581b00e..25a4980935417 100644 --- a/arch/arm/boot/dts/rk322x.dtsi +++ b/arch/arm/boot/dts/rk322x.dtsi @@ -528,7 +528,7 @@ }; emmc: dwmmc@30020000 { - compatible = "rockchip,rk3288-dw-mshc"; + compatible = "rockchip,rk3228-dw-mshc", "rockchip,rk3288-dw-mshc"; reg = <0x30020000 0x4000>; interrupts = ; clock-frequency = <37500000>;