Skip to content

Commit 09f8ee8

Browse files
krzkandersson
authored andcommitted
ARM: dts: qcom: mdm9615: populate vsdcc fixed regulator
Fixed regulator put under "regulators" node will not be populated, unless simple-bus or something similar is used. Drop the "regulators" wrapper node to fix this. Fixes: 2c5e596 ("ARM: dts: Add MDM9615 dtsi") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20230924183914.51414-3-krzysztof.kozlowski@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 34c006f commit 09f8ee8

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

arch/arm/boot/dts/qcom/qcom-mdm9615.dtsi

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,12 @@
4747
};
4848
};
4949

50-
regulators {
51-
vsdcc_fixed: vsdcc-regulator {
52-
compatible = "regulator-fixed";
53-
regulator-name = "SDCC Power";
54-
regulator-min-microvolt = <2700000>;
55-
regulator-max-microvolt = <2700000>;
56-
regulator-always-on;
57-
};
50+
vsdcc_fixed: vsdcc-regulator {
51+
compatible = "regulator-fixed";
52+
regulator-name = "SDCC Power";
53+
regulator-min-microvolt = <2700000>;
54+
regulator-max-microvolt = <2700000>;
55+
regulator-always-on;
5856
};
5957

6058
soc: soc {

0 commit comments

Comments
 (0)