arm64: dts: allwinner: pinebook: Remove unused AXP803 regulators

The Pinebook does not use the CSI bus on the A64. In fact it does not
use GPIO port E for anything at all. Thus the following regulators are
not used and do not need voltages set:

 - ALDO1: Connected to VCC-PE only
 - DLDO3: Not connected
 - ELDO3: Not connected

Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
This commit is contained in:
Samuel Holland 2020-01-19 10:30:58 -06:00 committed by Maxime Ripard
parent 4c2bc78fe9
commit 4e0e6a626b
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5
1 changed files with 1 additions and 15 deletions

View File

@ -217,9 +217,7 @@ &battery_power_supply {
}; };
&reg_aldo1 { &reg_aldo1 {
regulator-min-microvolt = <2800000>; regulator-name = "vcc-pe";
regulator-max-microvolt = <2800000>;
regulator-name = "vcc-csi";
}; };
&reg_aldo2 { &reg_aldo2 {
@ -282,12 +280,6 @@ &reg_dldo2 {
regulator-name = "vcc-edp"; regulator-name = "vcc-edp";
}; };
&reg_dldo3 {
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-name = "avdd-csi";
};
&reg_dldo4 { &reg_dldo4 {
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
@ -301,12 +293,6 @@ &reg_eldo1 {
regulator-name = "cpvdd"; regulator-name = "cpvdd";
}; };
&reg_eldo3 {
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-name = "vdd-1v8-csi";
};
&reg_fldo1 { &reg_fldo1 {
regulator-min-microvolt = <1200000>; regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1200000>; regulator-max-microvolt = <1200000>;