]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
arm64: dts: rockchip: add rk3368 io-domain core nodes
authorHeiko Stuebner <heiko@sntech.de>
Sat, 21 May 2016 10:43:27 +0000 (12:43 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 30 May 2016 07:43:30 +0000 (09:43 +0200)
Add the core io-domain nodes to grf and pmugrf which individual
boards than just have to enable and add the necessary supplies to.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3368.dtsi

index 4fb8484f1af3144d9263371560f2190c8c2fd697..58c2585c96f8c3b1b6d88a2cbad0d007132e8839 100644 (file)
        pmugrf: syscon@ff738000 {
                compatible = "rockchip,rk3368-pmugrf", "syscon", "simple-mfd";
                reg = <0x0 0xff738000 0x0 0x1000>;
+
+               pmu_io_domains: io-domains {
+                       compatible = "rockchip,rk3368-pmu-io-voltage-domain";
+                       status = "disabled";
+               };
        };
 
        cru: clock-controller@ff760000 {
        grf: syscon@ff770000 {
                compatible = "rockchip,rk3368-grf", "syscon", "simple-mfd";
                reg = <0x0 0xff770000 0x0 0x1000>;
+
+               io_domains: io-domains {
+                       compatible = "rockchip,rk3368-io-voltage-domain";
+                       status = "disabled";
+               };
        };
 
        wdt: watchdog@ff800000 {