Commit 288ce4a8 authored by Romain Perier's avatar Romain Perier Committed by Heiko Stuebner

ARM: dts: rockchip: Add input voltage supply regulators in pmic for Marsboard

vsys is the core always-on supply of the Marsboard.
Signed-off-by: default avatarRomain Perier <romain.perier@gmail.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 4c1e3ff7
......@@ -60,6 +60,14 @@ vcc_sd0: sdmmc-regulator {
startup-delay-us = <100000>;
vin-supply = <&vcc_io>;
};
vsys: vsys-regulator {
compatible = "regulator-fixed";
regulator-name = "vsys";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
regulator-boot-on;
};
};
&i2c1 {
......@@ -72,8 +80,14 @@ tps: tps@2d {
interrupt-parent = <&gpio6>;
interrupts = <4 IRQ_TYPE_LEVEL_LOW>;
vcc1-supply = <&vsys>;
vcc2-supply = <&vsys>;
vcc3-supply = <&vsys>;
vcc4-supply = <&vsys>;
vcc5-supply = <&vcc_io>;
vcc6-supply = <&vcc_io>;
vcc7-supply = <&vsys>;
vccio-supply = <&vsys>;
regulators {
vcc_rtc: regulator@0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment