diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2017-06-22 13:29:59 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-07-16 18:08:58 +0300 |
commit | 0d6a01f8d6b77c191b8561e721a5c30613783ad8 (patch) | |
tree | 15d09ff9d85ad303fcf68f089f3ae8152c46ebc9 /arch/arm/boot/dts/rk322x.dtsi | |
parent | 0ae92144c636ca8c6ae4cce2b46ce816162b5d47 (diff) | |
download | linux-0d6a01f8d6b77c191b8561e721a5c30613783ad8.tar.xz |
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 <shawn.lin@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk322x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk322x.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi index d565b9581b00..25a498093541 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 = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>; clock-frequency = <37500000>; |