Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e38e6b2 authored by Heiko Stuebner's avatar Heiko Stuebner
Browse files

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: default avatarHeiko Stuebner <heiko@sntech.de>
parent d549df4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -754,7 +754,7 @@
	};

	grf: syscon@ff770000 {
		compatible = "rockchip,rk3288-grf", "syscon";
		compatible = "rockchip,rk3288-grf", "syscon", "simple-mfd";
		reg = <0xff770000 0x1000>;
	};