Message ID | 20220930185236.867655-10-dmitry.baryshkov@linaro.org |
---|---|
State | Accepted |
Commit | 5586f54d62237580c58ca0d432a9d17c72fb650d |
Headers | show |
Series | ARM: dts: qcom: rework DT for apq8064, msm8960 and msm8660 | expand |
On 30/09/2022 20:52, Dmitry Baryshkov wrote: > The 3.3V regulator is not part of the SoC, so pull it from the SoC > node. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- > arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts | 17 +++++++---------- > 1 file changed, 7 insertions(+), 10 deletions(-) > > diff --git a/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts b/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts > index 65684da52e2e..5ff0d9a275cc 100644 > --- a/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts > +++ b/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts > @@ -29,16 +29,13 @@ sdcc4_pwrseq: sdcc4_pwrseq { > }; > }; > > - soc { > - /* on board fixed 3.3v supply */ > - v3p3_fixed: v3p3 { > - compatible = "regulator-fixed"; > - regulator-name = "PCIE V3P3"; > - regulator-min-microvolt = <3300000>; > - regulator-max-microvolt = <3300000>; > - regulator-always-on; > - }; > - > + /* on board fixed 3.3v supply */ > + v3p3_fixed: regulator-v3p3 { > + compatible = "regulator-fixed"; > + regulator-name = "PCIE V3P3"; > + regulator-min-microvolt = <3300000>; > + regulator-max-microvolt = <3300000>; > + regulator-always-on; > }; > }; > Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
diff --git a/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts b/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts index 65684da52e2e..5ff0d9a275cc 100644 --- a/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts +++ b/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts @@ -29,16 +29,13 @@ sdcc4_pwrseq: sdcc4_pwrseq { }; }; - soc { - /* on board fixed 3.3v supply */ - v3p3_fixed: v3p3 { - compatible = "regulator-fixed"; - regulator-name = "PCIE V3P3"; - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; - regulator-always-on; - }; - + /* on board fixed 3.3v supply */ + v3p3_fixed: regulator-v3p3 { + compatible = "regulator-fixed"; + regulator-name = "PCIE V3P3"; + regulator-min-microvolt = <3300000>; + regulator-max-microvolt = <3300000>; + regulator-always-on; }; };
The 3.3V regulator is not part of the SoC, so pull it from the SoC node. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-)