summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/rk322x.dtsi
diff options
context:
space:
mode:
authorShawn Lin <shawn.lin@rock-chips.com>2018-02-07 14:20:02 +0800
committerHeiko Stuebner <heiko@sntech.de>2018-02-12 09:40:02 +0100
commit692f492f66585aa625efa70bef7c25f1cfd7408b (patch)
tree9c7db488f6409c413cd6de18718e8ac7f2177fde /arch/arm/boot/dts/rk322x.dtsi
parent99435889bd4a71c0ac04ce3af6911d8b05c62196 (diff)
ARM: dts: rockchip: add "rockchip,rk3228-grf" compatible for rk322x grf node
rockchip,rk3228-grf is used both for rk3228 and rk3229. 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.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi
index 780ec3a99b21..3dd2e127af2c 100644
--- a/arch/arm/boot/dts/rk322x.dtsi
+++ b/arch/arm/boot/dts/rk322x.dtsi
@@ -233,7 +233,7 @@
};
grf: syscon@11000000 {
- compatible = "syscon", "simple-mfd";
+ compatible = "rockchip,rk3228-grf", "syscon", "simple-mfd";
reg = <0x11000000 0x1000>;
#address-cells = <1>;
#size-cells = <1>;