]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: rockchip: make rk3288-grf a simple-mfd
authorHeiko Stuebner <heiko@sntech.de>
Fri, 5 Feb 2016 19:42:25 +0000 (20:42 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 15 Apr 2016 21:20:50 +0000 (23:20 +0200)
Similar to the pmu, the general register files contain a lot of different
setting bits grouped into general registers, but also some somewhat special
entities like the controls for some phy-blocks or the io-voltage control.
To be able to move these blocks under the grf node where they actually
belong, make it a simple-mfd.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288.dtsi

index 3071e94e86ed8bfdb2359f08ce839fb59bc77f83..180eb975ead51afdeb34dd5e34be617333a52cec 100644 (file)
@@ -754,7 +754,7 @@ cru: clock-controller@ff760000 {
        };
 
        grf: syscon@ff770000 {
-               compatible = "rockchip,rk3288-grf", "syscon";
+               compatible = "rockchip,rk3288-grf", "syscon", "simple-mfd";
                reg = <0xff770000 0x1000>;
        };