diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2018-02-07 07:20:02 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-02-12 09:40:02 +0100 |
commit | 692f492f66585aa625efa70bef7c25f1cfd7408b (patch) | |
tree | 9c7db488f6409c413cd6de18718e8ac7f2177fde /arch/arm/boot/dts/rk322x.dtsi | |
parent | ARM: dts: rockchip: drop veyron's nonstandard 'backlight-boot-off' (diff) | |
download | linux-692f492f66585aa625efa70bef7c25f1cfd7408b.tar.xz linux-692f492f66585aa625efa70bef7c25f1cfd7408b.zip |
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.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 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>; |