diff options
author | Heiko Stuebner <heiko@sntech.de> | 2016-02-05 20:42:25 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-04-15 23:20:50 +0200 |
commit | 6e38e6b26e590b21247c1dd5238be35e7b056ef9 (patch) | |
tree | b475a583762d69d4a725ee8a9acf62e0f5b5bb07 /arch/arm/boot/dts/rk3288.dtsi | |
parent | d549df4b225ad2386cbf59254eab2ec116babdca (diff) | |
download | blackbird-op-linux-6e38e6b26e590b21247c1dd5238be35e7b056ef9.tar.gz blackbird-op-linux-6e38e6b26e590b21247c1dd5238be35e7b056ef9.zip |
ARM: dts: rockchip: make rk3288-grf a simple-mfd
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>
Diffstat (limited to 'arch/arm/boot/dts/rk3288.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3288.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 3071e94e86ed..180eb975ead5 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -754,7 +754,7 @@ }; grf: syscon@ff770000 { - compatible = "rockchip,rk3288-grf", "syscon"; + compatible = "rockchip,rk3288-grf", "syscon", "simple-mfd"; reg = <0xff770000 0x1000>; }; |