File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
arch/arm64/boot/dts/rockchip Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
};
40
40
};
41
41
42
- dc_12v: dc-12v -regulator {
42
+ vcc12v_dcin: vcc12v-dcin -regulator {
43
43
compatible = "regulator-fixed";
44
- regulator-name = "dc_12v ";
44
+ regulator-name = "vcc12v_dcin ";
45
45
regulator-always-on;
46
46
regulator-boot-on;
47
47
regulator-min-microvolt = <12000000>;
65
65
regulator-boot-on;
66
66
regulator-min-microvolt = <3300000>;
67
67
regulator-max-microvolt = <3300000>;
68
- vin-supply = <&dc_12v >;
68
+ vin-supply = <&vcc12v_dcin >;
69
69
};
70
70
71
71
vcc5v0_sys: vcc5v0-sys-regulator {
75
75
regulator-boot-on;
76
76
regulator-min-microvolt = <5000000>;
77
77
regulator-max-microvolt = <5000000>;
78
- vin-supply = <&dc_12v >;
78
+ vin-supply = <&vcc12v_dcin >;
79
79
};
80
80
81
81
vcc5v0_usb_host: vcc5v0-usb-host-regulator {
You can’t perform that action at this time.
0 commit comments