[PATCH 1/2] ARM: dts: rockchip: add "rockchip, rk3288-grf" compatible for grf node

Shawn Lin shawn.lin at rock-chips.com
Tue Feb 6 22:20:02 PST 2018


rockchip,rk3288-grf is used both for rk3228 and rk3229.

Signed-off-by: Shawn Lin <shawn.lin at rock-chips.com>
---

 arch/arm/boot/dts/rk322x.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi
index 780ec3a..3dd2e12 100644
--- a/arch/arm/boot/dts/rk322x.dtsi
+++ b/arch/arm/boot/dts/rk322x.dtsi
@@ -233,7 +233,7 @@
 	};
 
 	grf: syscon at 11000000 {
-		compatible = "syscon", "simple-mfd";
+		compatible = "rockchip,rk3228-grf", "syscon", "simple-mfd";
 		reg = <0x11000000 0x1000>;
 		#address-cells = <1>;
 		#size-cells = <1>;
-- 
1.9.1





More information about the Linux-rockchip mailing list