ARM: dts: sun9i: a80-optimus: Add GPIO pin-bank regulator supplies
authorChen-Yu Tsai <wens@csie.org>
Wed, 6 Feb 2019 03:32:33 +0000 (11:32 +0800)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Thu, 7 Feb 2019 15:51:12 +0000 (16:51 +0100)
The A80 Optimus has the PMIC providing voltage to all the pin-bank
supply rails from its various regulator outputs. All pin-banks that
have supply rails are accounted for. PN pin-bank does not have a
supply rail.

Also remove any "regulator-always-on" properties from regulators that
were only marked to provide pin-bank power.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
arch/arm/boot/dts/sun9i-a80-optimus.dts

index 1ee2792..9c25176 100644 (file)
        clocks = <&ac100_rtc 0>;
 };
 
+&pio {
+       vcc-pa-supply = <&reg_ldo_io1>;
+       vcc-pb-supply = <&reg_aldo2>;
+       vcc-pc-supply = <&reg_dcdc1>;
+       vcc-pd-supply = <&reg_dcdc1>;
+       vcc-pe-supply = <&reg_eldo2>;
+       vcc-pf-supply = <&reg_dcdc1>;
+       vcc-pg-supply = <&reg_ldo_io0>;
+       vcc-ph-supply = <&reg_dcdc1>;
+};
+
 &r_ir {
        status = "okay";
 };
 
+&r_pio {
+       vcc-pl-supply = <&reg_dldo2>;
+       vcc-pm-supply = <&reg_eldo3>;
+};
+
 &r_rsb {
        status = "okay";
 
                        };
 
                        reg_dldo2: dldo2 {
-                               regulator-always-on;
                                regulator-min-microvolt = <3000000>;
                                regulator-max-microvolt = <3000000>;
                                regulator-name = "vcc-pl";
                        };
 
                        reg_eldo3: eldo3 {
-                               regulator-always-on;
                                regulator-min-microvolt = <3000000>;
                                regulator-max-microvolt = <3000000>;
                                regulator-name = "vcc-pm-codec-io1";
                        };
 
                        reg_ldo_io0: ldo_io0 {
-                               regulator-always-on;
                                regulator-min-microvolt = <3000000>;
                                regulator-max-microvolt = <3000000>;
                                regulator-name = "vcc-pg";