aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLevin Du <djw@t-chip.com.cn>2018-07-31 01:59:21 -0400
committerHeiko Stuebner <heiko@sntech.de>2018-08-27 00:16:48 -0400
commit49533b821143f1d15dc10dfaff33f49bd091a466 (patch)
treeacba211eb92c11623ae4fec3a0960e52c6017b87
parent4afbce842a5c5eb413142e267c9ff56cc6ee6b91 (diff)
arm64: dts: rockchip: add io-domain to roc-rk3328-cc
It is necessary for the io domain setting of the SoC to match the voltage supplied by the regulators. Signed-off-by: Levin Du <djw@t-chip.com.cn> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts b/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
index 246c317f6a68..b983abd3d9c8 100644
--- a/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
@@ -208,6 +208,18 @@
208 }; 208 };
209}; 209};
210 210
211&io_domains {
212 status = "okay";
213
214 vccio1-supply = <&vcc_io>;
215 vccio2-supply = <&vcc18_emmc>;
216 vccio3-supply = <&vcc_io>;
217 vccio4-supply = <&vcc_18>;
218 vccio5-supply = <&vcc_io>;
219 vccio6-supply = <&vcc_io>;
220 pmuio-supply = <&vcc_io>;
221};
222
211&pinctrl { 223&pinctrl {
212 pmic { 224 pmic {
213 pmic_int_l: pmic-int-l { 225 pmic_int_l: pmic-int-l {