diff options
author | Heiko Stuebner <heiko@sntech.de> | 2016-05-21 19:55:28 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-05-30 09:43:30 +0200 |
commit | 6d0e3a45de95dfabb05968db4a630358d2428a2a (patch) | |
tree | 5dd9d8de77a00ddaafe4e3b30ddad6cbb643ce9d /arch/arm64/boot/dts/rockchip/rk3399.dtsi | |
parent | 39e5f7bb98c979f563e08e8e4cd70989e5369da3 (diff) | |
download | talos-obmc-linux-6d0e3a45de95dfabb05968db4a630358d2428a2a.tar.gz talos-obmc-linux-6d0e3a45de95dfabb05968db4a630358d2428a2a.zip |
arm64: dts: rockchip: add rk3399 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/rk3399.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index a6a60fab437f..12acae636804 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi @@ -407,6 +407,11 @@ reg = <0x0 0xff320000 0x0 0x1000>; #address-cells = <1>; #size-cells = <1>; + + pmu_io_domains: io-domains { + compatible = "rockchip,rk3399-pmu-io-voltage-domain"; + status = "disabled"; + }; }; spi3: spi@ff350000 { @@ -517,6 +522,11 @@ #address-cells = <1>; #size-cells = <1>; + io_domains: io-domains { + compatible = "rockchip,rk3399-io-voltage-domain"; + status = "disabled"; + }; + emmc_phy: phy@f780 { compatible = "rockchip,rk3399-emmc-phy"; reg = <0xf780 0x24>; |