]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: rockchip: Add input voltage supply regulators in pmic for Marsboard
authorRomain Perier <romain.perier@gmail.com>
Mon, 1 Dec 2014 18:37:26 +0000 (18:37 +0000)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 2 Dec 2014 16:58:39 +0000 (17:58 +0100)
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>
arch/arm/boot/dts/rk3066a-marsboard.dts

index 57489ee54022fbe049ab9de9d975df507ec3fc41..0a7304beb417713c82d25a6a35b5daafef5c4e76 100644 (file)
                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 {
                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 {