mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ARM64: dts: gru: fix pwm regulator supplies
The vin-supply binding is valid only for fixed regulators. pwm-supply should be used for PWM regulators. Change-Id: I6b65eac6ddc424bb97ba9133b0d67286252b8568 Signed-off-by: Stephen Barber <smbarber@chromium.org> Reviewed-on: https://chrome-internal-review.googlesource.com/255731 Tested-by: Stephen Barber <smbarber@google.com> Reviewed-by: Doug Anderson <dianders@google.com>
This commit is contained in:
committed by
Caesar Wang
parent
62b22bf6a9
commit
7229de675c
@@ -185,7 +185,7 @@
|
||||
regulator-min-microvolt = <800000>;
|
||||
regulator-max-microvolt = <1500000>;
|
||||
|
||||
vin-supply = <&ppvar_sys>;
|
||||
pwm-supply = <&ppvar_sys>;
|
||||
};
|
||||
|
||||
ppvar_litcpu: ppvar-litcpu {
|
||||
@@ -202,7 +202,7 @@
|
||||
regulator-min-microvolt = <800000>;
|
||||
regulator-max-microvolt = <1500000>;
|
||||
|
||||
vin-supply = <&ppvar_sys>;
|
||||
pwm-supply = <&ppvar_sys>;
|
||||
};
|
||||
|
||||
ppvar_gpu: ppvar-gpu {
|
||||
@@ -219,7 +219,7 @@
|
||||
regulator-min-microvolt = <800000>;
|
||||
regulator-max-microvolt = <1500000>;
|
||||
|
||||
vin-supply = <&ppvar_sys>;
|
||||
pwm-supply = <&ppvar_sys>;
|
||||
};
|
||||
|
||||
ppvar_centerlogic: ppvar-centerlogic {
|
||||
@@ -236,7 +236,7 @@
|
||||
regulator-min-microvolt = <800000>;
|
||||
regulator-max-microvolt = <1500000>;
|
||||
|
||||
vin-supply = <&ppvar_sys>;
|
||||
pwm-supply = <&ppvar_sys>;
|
||||
};
|
||||
|
||||
/* Schematics call this PPVAR even though it's fixed */
|
||||
|
||||
Reference in New Issue
Block a user