ARM: dts: rockchip: add "rockchip,rk3228-grf" compatible for rk322x grf node
authorShawn Lin <shawn.lin@rock-chips.com>
Wed, 7 Feb 2018 06:20:02 +0000 (14:20 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 12 Feb 2018 08:40:02 +0000 (09:40 +0100)
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>
arch/arm/boot/dts/rk322x.dtsi

index 780ec3a..3dd2e12 100644 (file)
        };
 
        grf: syscon@11000000 {
-               compatible = "syscon", "simple-mfd";
+               compatible = "rockchip,rk3228-grf", "syscon", "simple-mfd";
                reg = <0x11000000 0x1000>;
                #address-cells = <1>;
                #size-cells = <1>;