From: Jacob Chen Date: Fri, 9 Dec 2016 06:39:20 +0000 (+0800) Subject: UPSTREAM: ARM: dts: rockchip: make rk3288-grf a simple-mfd X-Git-Tag: firefly_0821_release~1108 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4bce734436e7ed025cc945bc0a56259232e085d4;p=firefly-linux-kernel-4.4.55.git UPSTREAM: 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 Change-Id: I2c7f9d6f4411ea05520515a45acbaa689814c872 (cherry picked from commit 6e38e6b26e590b21247c1dd5238be35e7b056ef9) Signed-off-by: Jacob Chen --- diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 0a1059f70985..517e84071a8d 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -853,7 +853,7 @@ }; grf: syscon@ff770000 { - compatible = "rockchip,rk3288-grf", "syscon"; + compatible = "rockchip,rk3288-grf", "syscon", "simple-mfd"; reg = <0xff770000 0x1000>; };