]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: qcs615-ride: Drop redundant non-controllable supplies
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Tue, 10 Mar 2026 13:08:45 +0000 (14:08 +0100)
committerBjorn Andersson <andersson@kernel.org>
Thu, 26 Mar 2026 14:40:56 +0000 (09:40 -0500)
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-2-5071a7052ea9@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/qcs615-ride.dts

index 4f5dca49e15a3f6cea8658fd8c45ceb6d4696514..5064ca4f1158c047b3848287c12e2081a3e19bd2 100644 (file)
                regulator-always-on;
        };
 
-       vreg_12p0: regulator-vreg-12p0 {
-               compatible = "regulator-fixed";
-               regulator-name = "VREG_12P0";
-
-               regulator-always-on;
-               regulator-boot-on;
-               regulator-min-microvolt = <12000000>;
-               regulator-max-microvolt = <12000000>;
-       };
-
        vreg_1p0: regulator-vreg-1p0 {
                compatible = "regulator-fixed";
                regulator-name = "VREG_1P0";
                regulator-boot-on;
                regulator-min-microvolt = <1800000>;
                regulator-max-microvolt = <1800000>;
-
-               vin-supply = <&vreg_5p0>;
        };
 
        vreg_3p0: regulator-vreg-3p0 {
                regulator-boot-on;
                regulator-min-microvolt = <3000000>;
                regulator-max-microvolt = <3000000>;
-
-               vin-supply = <&vreg_12p0>;
-       };
-
-       vreg_5p0: regulator-vreg-5p0 {
-               compatible = "regulator-fixed";
-               regulator-name = "VREG_5P0";
-
-               regulator-always-on;
-               regulator-boot-on;
-               regulator-min-microvolt = <5000000>;
-               regulator-max-microvolt = <5000000>;
-
-               vin-supply = <&vreg_12p0>;
        };
 
        wcn6855-pmu {