Commit 0d6a01f8 authored by Shawn Lin's avatar Shawn Lin Committed by Heiko Stuebner

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: default avatarShawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 0ae92144
......@@ -528,7 +528,7 @@ tsadc: tsadc@11150000 {
};
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment