summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/rockchip/rk3368.dtsi
diff options
context:
space:
mode:
authorHeiko Stuebner2016-05-21 12:43:27 +0200
committerHeiko Stuebner2016-05-30 09:43:30 +0200
commitd1ab05aba954ec02f087f6908d4e060655bde92c (patch)
tree6206d851e494063f1d0b8dd37df501e29633eeb5 /arch/arm64/boot/dts/rockchip/rk3368.dtsi
parentarm64: dts: rockchip: make rk3368 grf syscons simple-mfds (diff)
downloadkernel-qcow2-linux-d1ab05aba954ec02f087f6908d4e060655bde92c.tar.gz
kernel-qcow2-linux-d1ab05aba954ec02f087f6908d4e060655bde92c.tar.xz
kernel-qcow2-linux-d1ab05aba954ec02f087f6908d4e060655bde92c.zip
arm64: dts: rockchip: add rk3368 io-domain core nodes
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>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3368.dtsi')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3368.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3368.dtsi b/arch/arm64/boot/dts/rockchip/rk3368.dtsi
index 4fb8484f1af3..58c2585c96f8 100644
--- a/arch/arm64/boot/dts/rockchip/rk3368.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3368.dtsi
@@ -634,6 +634,11 @@
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 {
@@ -647,6 +652,11 @@
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 {