Skip to content

Commit 49665ab

Browse files
aiamadeusmmind
authored andcommitted
arm64: dts: rockchip: Add regulator suffix to rock-3a
Add -regulator suffix to regulator names on Radxa ROCK3 Model A board. This makes the naming more consistent. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn> Acked-by: Michael Riesch <michael.riesch@wolfvision.net> Link: https://lore.kernel.org/r/20221006152524.502445-2-amadeus@jmu.edu.cn Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent d688299 commit 49665ab

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
};
6161
};
6262

63-
vcc12v_dcin: vcc12v-dcin {
63+
vcc12v_dcin: vcc12v-dcin-regulator {
6464
compatible = "regulator-fixed";
6565
regulator-name = "vcc12v_dcin";
6666
regulator-always-on;
@@ -79,7 +79,7 @@
7979
vin-supply = <&vcc5v0_sys>;
8080
};
8181

82-
vcc3v3_sys: vcc3v3-sys {
82+
vcc3v3_sys: vcc3v3-sys-regulator {
8383
compatible = "regulator-fixed";
8484
regulator-name = "vcc3v3_sys";
8585
regulator-always-on;
@@ -89,7 +89,7 @@
8989
vin-supply = <&vcc12v_dcin>;
9090
};
9191

92-
vcc5v0_sys: vcc5v0-sys {
92+
vcc5v0_sys: vcc5v0-sys-regulator {
9393
compatible = "regulator-fixed";
9494
regulator-name = "vcc5v0_sys";
9595
regulator-always-on;
@@ -99,7 +99,7 @@
9999
vin-supply = <&vcc12v_dcin>;
100100
};
101101

102-
vcc5v0_usb: vcc5v0-usb {
102+
vcc5v0_usb: vcc5v0-usb-regulator {
103103
compatible = "regulator-fixed";
104104
regulator-name = "vcc5v0_usb";
105105
regulator-always-on;
@@ -109,7 +109,7 @@
109109
vin-supply = <&vcc12v_dcin>;
110110
};
111111

112-
vcc5v0_usb_host: vcc5v0-usb-host {
112+
vcc5v0_usb_host: vcc5v0-usb-host-regulator {
113113
compatible = "regulator-fixed";
114114
enable-active-high;
115115
gpio = <&gpio0 RK_PA6 GPIO_ACTIVE_HIGH>;
@@ -144,7 +144,7 @@
144144
vin-supply = <&vcc5v0_usb>;
145145
};
146146

147-
vcc_cam: vcc-cam {
147+
vcc_cam: vcc-cam-regulator {
148148
compatible = "regulator-fixed";
149149
enable-active-high;
150150
gpio = <&gpio1 RK_PB1 GPIO_ACTIVE_HIGH>;
@@ -160,7 +160,7 @@
160160
};
161161
};
162162

163-
vcc_mipi: vcc-mipi {
163+
vcc_mipi: vcc-mipi-regulator {
164164
compatible = "regulator-fixed";
165165
enable-active-high;
166166
gpio = <&gpio3 RK_PC0 GPIO_ACTIVE_HIGH>;

0 commit comments

Comments
 (0)