summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3399-leez-p710.dts
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2021-12-28 00:45:29 +0100
committerHeiko Stuebner <heiko@sntech.de>2022-02-19 00:14:03 +0100
commitdc570e8e1a7036eaaeede71b55e14739710ea0a4 (patch)
tree78136875df2e47bd2c66783f627753b816a63b41 /arch/arm64/boot/dts/rockchip/rk3399-leez-p710.dts
parente6bbf0d53ae1060ee6403bafcc4d1fd25d088e40 (diff)
arm64: dts: rockchip: fix supplies for pwm regulators
The supply-name for pwm-regualators is "pwm", so the property needs to be pwm-supply, not vin-supply as in a number of boards. In all cases changed here, the supplying regulator is always an always-on fixed-regulator, so there will be no functional change and only a change in the regulator hirarchy, as can be seen for example in the regulator-summary. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://lore.kernel.org/r/20211227234529.1970281-2-heiko@sntech.de
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3399-leez-p710.dts')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399-leez-p710.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-leez-p710.dts b/arch/arm64/boot/dts/rockchip/rk3399-leez-p710.dts
index e890166e7fd4..5bbe74bed0ea 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-leez-p710.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-leez-p710.dts
@@ -102,12 +102,12 @@
vdd_log: vdd-log {
compatible = "pwm-regulator";
pwms = <&pwm2 0 25000 1>;
+ pwm-supply = <&vcc5v0_sys>;
regulator-name = "vdd_log";
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <800000>;
regulator-max-microvolt = <1400000>;
- vin-supply = <&vcc5v0_sys>;
};
};