diff options
author | Romain Perier <romain.perier@gmail.com> | 2014-12-01 18:37:26 +0000 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2014-12-02 17:58:39 +0100 |
commit | 288ce4a8b67795543c69ca6c52f429de24036296 (patch) | |
tree | b93b050de1ebf1f1134031cf408f41f6bcb0f02d /arch/arm/boot | |
parent | 4c1e3ff74d08daf27811112af9f6560c3a6415f1 (diff) |
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: Romain Perier <romain.perier@gmail.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/rk3066a-marsboard.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3066a-marsboard.dts b/arch/arm/boot/dts/rk3066a-marsboard.dts index 57489ee54022..0a7304beb417 100644 --- a/arch/arm/boot/dts/rk3066a-marsboard.dts +++ b/arch/arm/boot/dts/rk3066a-marsboard.dts @@ -60,6 +60,14 @@ 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 @@ 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 { |