Skip to content

Commit 2dad315

Browse files
aiamadeusmmind
authored andcommitted
arm64: dts: rockchip: fix regulator name for Lunzn Fastrhino R6xS
Make the regulator name the same as those marked by schematics. Fixes: c79dab4 ("arm64: dts: rockchip: Add Lunzn Fastrhino R66S") Signed-off-by: Chukun Pan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent bf6f26d commit 2dad315

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm64/boot/dts/rockchip/rk3568-fastrhino-r66s.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
};
4040
};
4141

42-
dc_12v: dc-12v-regulator {
42+
vcc12v_dcin: vcc12v-dcin-regulator {
4343
compatible = "regulator-fixed";
44-
regulator-name = "dc_12v";
44+
regulator-name = "vcc12v_dcin";
4545
regulator-always-on;
4646
regulator-boot-on;
4747
regulator-min-microvolt = <12000000>;
@@ -65,7 +65,7 @@
6565
regulator-boot-on;
6666
regulator-min-microvolt = <3300000>;
6767
regulator-max-microvolt = <3300000>;
68-
vin-supply = <&dc_12v>;
68+
vin-supply = <&vcc12v_dcin>;
6969
};
7070

7171
vcc5v0_sys: vcc5v0-sys-regulator {
@@ -75,7 +75,7 @@
7575
regulator-boot-on;
7676
regulator-min-microvolt = <5000000>;
7777
regulator-max-microvolt = <5000000>;
78-
vin-supply = <&dc_12v>;
78+
vin-supply = <&vcc12v_dcin>;
7979
};
8080

8181
vcc5v0_usb_host: vcc5v0-usb-host-regulator {

0 commit comments

Comments
 (0)