summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/rockchip/rk3288-phycore-rdk.dts
diff options
context:
space:
mode:
authorJohan Jonker <jbx6244@gmail.com>2024-10-05 22:39:05 +0200
committerHeiko Stuebner <heiko@sntech.de>2024-11-09 18:43:23 +0100
commit2c3944d952ec4d3428a8d3163be2263579d1939a (patch)
tree0a814486bb9f66ef178ca0e7ff7acb063378904c /arch/arm/boot/dts/rockchip/rk3288-phycore-rdk.dts
parentbdb2696ac5786ed3f43520e700347fe2152ea199 (diff)
downloadlwn-2c3944d952ec4d3428a8d3163be2263579d1939a.tar.gz
lwn-2c3944d952ec4d3428a8d3163be2263579d1939a.zip
ARM: dts: rockchip: adapt regulator nodenames to preferred form
The preferred nodename for fixed-regulators has changed to pattern: '^regulator(-[0-9]+v[0-9]+|-[0-9a-z-]+)?$' Fix all Rockchip DT regulator nodenames. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Link: https://lore.kernel.org/r/cfc3cfe1-086b-48f1-9b89-f17c9391d3cc@gmail.com [Also include the backlight-regulator and panel-regulator from rk3288-veyron-edp, and adapt the Pinky device accordingly] Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rockchip/rk3288-phycore-rdk.dts')
-rw-r--r--arch/arm/boot/dts/rockchip/rk3288-phycore-rdk.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/rockchip/rk3288-phycore-rdk.dts b/arch/arm/boot/dts/rockchip/rk3288-phycore-rdk.dts
index 1a5156951492..10ce0554d4fc 100644
--- a/arch/arm/boot/dts/rockchip/rk3288-phycore-rdk.dts
+++ b/arch/arm/boot/dts/rockchip/rk3288-phycore-rdk.dts
@@ -35,7 +35,7 @@
};
};
- vcc_host0_5v: usb-host0-regulator {
+ vcc_host0_5v: regulator-usb-host0 {
compatible = "regulator-fixed";
gpio = <&gpio2 13 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
@@ -47,7 +47,7 @@
vin-supply = <&vdd_in_otg_out>;
};
- vcc_host1_5v: usb-host1-regulator {
+ vcc_host1_5v: regulator-usb-host1 {
compatible = "regulator-fixed";
gpio = <&gpio2 0 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
@@ -59,7 +59,7 @@
vin-supply = <&vdd_in_otg_out>;
};
- vcc_otg_5v: usb-otg-regulator {
+ vcc_otg_5v: regulator-usb-otg {
compatible = "regulator-fixed";
gpio = <&gpio2 12 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";