Message ID | 20221110103558.12690-4-johan+linaro@kernel.org |
---|---|
State | Accepted |
Commit | 5634c6d9771df48838384b14592a00a1e7da8fdf |
Headers | show |
Series | arm64: dts: qcom: sc8280xp/sa8540p: add support for PCIe | expand |
On 10/11/2022 11:35, Johan Hovold wrote: > Rename the backlight and misc regulators according to the net names. > > Signed-off-by: Johan Hovold <johan+linaro@kernel.org> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad > arch/arm64/boot/dts/qcom/sc8280xp-crd.dts | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts b/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts > index a2027f1d1d04..0801bd8c44fb 100644 > --- a/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts > +++ b/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts > @@ -37,7 +37,7 @@ chosen { > vreg_edp_bl: regulator-edp-bl { > compatible = "regulator-fixed"; > > - regulator-name = "VREG_EDP_BL"; > + regulator-name = "VBL9"; > regulator-min-microvolt = <3600000>; > regulator-max-microvolt = <3600000>; > > @@ -53,7 +53,7 @@ vreg_edp_bl: regulator-edp-bl { > vreg_misc_3p3: regulator-misc-3p3 { > compatible = "regulator-fixed"; > > - regulator-name = "VREG_MISC_3P3"; > + regulator-name = "VCC3B"; > regulator-min-microvolt = <3300000>; > regulator-max-microvolt = <3300000>; >
diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts b/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts index a2027f1d1d04..0801bd8c44fb 100644 --- a/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts +++ b/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts @@ -37,7 +37,7 @@ chosen { vreg_edp_bl: regulator-edp-bl { compatible = "regulator-fixed"; - regulator-name = "VREG_EDP_BL"; + regulator-name = "VBL9"; regulator-min-microvolt = <3600000>; regulator-max-microvolt = <3600000>; @@ -53,7 +53,7 @@ vreg_edp_bl: regulator-edp-bl { vreg_misc_3p3: regulator-misc-3p3 { compatible = "regulator-fixed"; - regulator-name = "VREG_MISC_3P3"; + regulator-name = "VCC3B"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
Rename the backlight and misc regulators according to the net names. Signed-off-by: Johan Hovold <johan+linaro@kernel.org> --- arch/arm64/boot/dts/qcom/sc8280xp-crd.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)