Skip to content

Commit 02e9242

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: lemans-ride: Drop redundant non-controllable supplies
Drop completely redundant non-controllable chain of "regulator-fixed" supplies, which serve no purpose except growing DTS and kernel boot time. They represent no added value and because of being completely transparent for any users of DTS (except the bloat), they should not be represented in DTS, just like we do not represent every transistor there. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260310-qcom-dts-supplies-v1-1-5071a7052ea9@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 1328665 commit 02e9242

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

arch/arm64/boot/dts/qcom/lemans-ride-common.dtsi

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,6 @@
2121
stdout-path = "serial0:115200n8";
2222
};
2323

24-
vreg_12p0: vreg-12p0-regulator {
25-
compatible = "regulator-fixed";
26-
regulator-name = "VREG_12P0";
27-
28-
regulator-always-on;
29-
regulator-boot-on;
30-
regulator-min-microvolt = <12000000>;
31-
regulator-max-microvolt = <12000000>;
32-
};
33-
34-
vreg_5p0: vreg-5p0-regulator {
35-
compatible = "regulator-fixed";
36-
regulator-name = "VREG_5P0";
37-
38-
regulator-always-on;
39-
regulator-boot-on;
40-
regulator-min-microvolt = <5000000>;
41-
regulator-max-microvolt = <5000000>;
42-
43-
vin-supply = <&vreg_12p0>;
44-
};
45-
4624
vreg_1p8: vreg-1p8-regulator {
4725
compatible = "regulator-fixed";
4826
regulator-name = "VREG_1P8";
@@ -51,8 +29,6 @@
5129
regulator-boot-on;
5230
regulator-min-microvolt = <1800000>;
5331
regulator-max-microvolt = <1800000>;
54-
55-
vin-supply = <&vreg_5p0>;
5632
};
5733

5834
vreg_1p0: vreg-1p0-regulator {
@@ -75,8 +51,6 @@
7551
regulator-boot-on;
7652
regulator-min-microvolt = <3000000>;
7753
regulator-max-microvolt = <3000000>;
78-
79-
vin-supply = <&vreg_12p0>;
8054
};
8155

8256
vreg_conn_1p8: vreg_conn_1p8 {

0 commit comments

Comments
 (0)