summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>2026-03-10 14:08:47 +0100
committerBjorn Andersson <andersson@kernel.org>2026-03-26 09:40:56 -0500
commitd568df4fde3da60c684799e3b9eb68313c5cd5eb (patch)
treed8aff28513760a9c0466c0869af3ec68543793e6
parent657317a5807d49ea54334c11384607cee0102fbc (diff)
downloadlinux-d568df4fde3da60c684799e3b9eb68313c5cd5eb.tar.gz
linux-d568df4fde3da60c684799e3b9eb68313c5cd5eb.zip
arm64: dts: qcom: qrb4210-rb2: 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-4-5071a7052ea9@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r--arch/arm64/boot/dts/qcom/qrb4210-rb2.dts45
1 files changed, 0 insertions, 45 deletions
diff --git a/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts b/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts
index 5ddf448bed8a..1203172729fa 100644
--- a/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts
+++ b/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts
@@ -158,7 +158,6 @@
regulator-name = "VREG_HDMI_OUT_1P2";
regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1200000>;
- vin-supply = <&vdc_1v2>;
regulator-always-on;
regulator-boot-on;
};
@@ -168,39 +167,6 @@
regulator-name = "LT9611_3V3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
- vin-supply = <&vdc_3v3>;
- regulator-always-on;
- regulator-boot-on;
- };
-
- /* Main barrel jack input */
- vdc_12v: regulator-vdc-12v {
- compatible = "regulator-fixed";
- regulator-name = "DC_12V";
- regulator-min-microvolt = <12000000>;
- regulator-max-microvolt = <12000000>;
- regulator-always-on;
- regulator-boot-on;
- };
-
- /* 1.2V supply stepped down from the barrel jack input */
- vdc_1v2: regulator-vdc-1v2 {
- compatible = "regulator-fixed";
- regulator-name = "VDC_1V2";
- regulator-min-microvolt = <1200000>;
- regulator-max-microvolt = <1200000>;
- vin-supply = <&vdc_12v>;
- regulator-always-on;
- regulator-boot-on;
- };
-
- /* 3.3V supply stepped down from the barrel jack input */
- vdc_3v3: regulator-vdc-3v3 {
- compatible = "regulator-fixed";
- regulator-name = "VDC_3V3";
- regulator-min-microvolt = <3300000>;
- regulator-max-microvolt = <3300000>;
- vin-supply = <&vdc_12v>;
regulator-always-on;
regulator-boot-on;
};
@@ -216,23 +182,12 @@
regulator-boot-on;
};
- /* "Battery" voltage for the SoM, stepped down from the barrel jack input */
- vdc_vbat_som: regulator-vdc-vbat {
- compatible = "regulator-fixed";
- regulator-name = "VBAT_SOM";
- regulator-min-microvolt = <4200000>;
- regulator-max-microvolt = <4200000>;
- regulator-always-on;
- regulator-boot-on;
- };
-
/* PMI632 charger out, supplied by VBAT */
vph_pwr: regulator-vph-pwr {
compatible = "regulator-fixed";
regulator-name = "vph_pwr";
regulator-min-microvolt = <3700000>;
regulator-max-microvolt = <3700000>;
- vin-supply = <&vdc_vbat_som>;
regulator-always-on;
regulator-boot-on;