summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/rk3288.dtsi
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2016-05-21 01:36:17 +0200
committerHeiko Stuebner <heiko@sntech.de>2016-05-30 09:42:35 +0200
commit3445b2fae55f1a232e6e4843f4f74de074d8c07f (patch)
treed066d32ebdc7ad72adad8433eee399fc00863ead /arch/arm/boot/dts/rk3288.dtsi
parentARM: dts: rockchip: Enable analog audio on rk3288-veyron chromebooks (diff)
downloadlinux-3445b2fae55f1a232e6e4843f4f74de074d8c07f.tar.xz
linux-3445b2fae55f1a232e6e4843f4f74de074d8c07f.zip
ARM: dts: rockchip: move rk3288 io-domain nodes to the grf
io-voltage control is actually part of the grf, so move the node under the newly available grf simple-mfd. To minimize duplicate code, the core node and compatible property gets placed in the core rk3288.dtsi while the individual boards now only need to enable it and add the necessary supply properties. 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.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
index 3b44ef3cff12..7fa932fcd08e 100644
--- a/arch/arm/boot/dts/rk3288.dtsi
+++ b/arch/arm/boot/dts/rk3288.dtsi
@@ -826,6 +826,11 @@
#phy-cells = <0>;
status = "disabled";
};
+
+ io_domains: io-domains {
+ compatible = "rockchip,rk3288-io-voltage-domain";
+ status = "disabled";
+ };
};
wdt: watchdog@ff800000 {