diff options
author | Heiko Stuebner <heiko@sntech.de> | 2015-07-29 17:13:35 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-05-30 10:43:30 +0300 |
commit | 39e5f7bb98c979f563e08e8e4cd70989e5369da3 (patch) | |
tree | 425d7144e3e9afa2e715952d9ab92c9cd574e8a1 /arch/arm64/boot/dts/rockchip/rk3368-r88.dts | |
parent | d1ab05aba954ec02f087f6908d4e060655bde92c (diff) | |
download | linux-39e5f7bb98c979f563e08e8e4cd70989e5369da3.tar.xz |
arm64: dts: rockchip: add rk3368-r88 iodomains
Add the supply-links according to the R88 schematics.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3368-r88.dts')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3368-r88.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3368-r88.dts b/arch/arm64/boot/dts/rockchip/rk3368-r88.dts index b56b7205e39b..82a32e5591e2 100644 --- a/arch/arm64/boot/dts/rockchip/rk3368-r88.dts +++ b/arch/arm64/boot/dts/rockchip/rk3368-r88.dts @@ -236,6 +236,15 @@ }; }; +&io_domains { + status = "ok"; + + audio-supply = <&vcc_io>; + gpio30-supply = <&vcc_io>; + gpio1830-supply = <&vcc_io>; + wifi-supply = <&vccio_wl>; +}; + &sdio0 { assigned-clocks = <&cru SCLK_SDIO0>; assigned-clock-parents = <&cru PLL_CPLL>; @@ -329,6 +338,13 @@ }; }; +&pmu_io_domains { + status = "okay"; + + pmu-supply = <&vcc_io>; + vop-supply = <&vcc_io>; +}; + &saradc { vref-supply = <&vcc_18>; status = "okay"; |