On 27.01.2023 12:43, Krzysztof Kozlowski wrote: > Device node names should be generic and bindings expect certain pattern > for RPMh regulator nodes. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad > arch/arm64/boot/dts/qcom/sm8350-hdk.dts | 4 ++-- > arch/arm64/boot/dts/qcom/sm8350-microsoft-surface-duo2.dts | 4 ++-- > arch/arm64/boot/dts/qcom/sm8350-mtp.dts | 4 ++-- > 3 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/sm8350-hdk.dts b/arch/arm64/boot/dts/qcom/sm8350-hdk.dts > index 5a4c4ea4d122..0dab73c0c537 100644 > --- a/arch/arm64/boot/dts/qcom/sm8350-hdk.dts > +++ b/arch/arm64/boot/dts/qcom/sm8350-hdk.dts > @@ -73,7 +73,7 @@ &adsp { > }; > > &apps_rsc { > - pm8350-rpmh-regulators { > + regulators-0 { > compatible = "qcom,pm8350-rpmh-regulators"; > qcom,pmic-id = "b"; > > @@ -178,7 +178,7 @@ vreg_l9b_1p2: ldo9 { > }; > }; > > - pm8350c-rpmh-regulators { > + regulators-1 { > compatible = "qcom,pm8350c-rpmh-regulators"; > qcom,pmic-id = "c"; > > diff --git a/arch/arm64/boot/dts/qcom/sm8350-microsoft-surface-duo2.dts b/arch/arm64/boot/dts/qcom/sm8350-microsoft-surface-duo2.dts > index 00f16cde6c4a..b536ae36ae6d 100644 > --- a/arch/arm64/boot/dts/qcom/sm8350-microsoft-surface-duo2.dts > +++ b/arch/arm64/boot/dts/qcom/sm8350-microsoft-surface-duo2.dts > @@ -44,7 +44,7 @@ &adsp { > }; > > &apps_rsc { > - pm8350-rpmh-regulators { > + regulators-0 { > compatible = "qcom,pm8350-rpmh-regulators"; > qcom,pmic-id = "b"; > > @@ -135,7 +135,7 @@ vreg_l9b_1p2: ldo9 { > }; > }; > > - pm8350c-rpmh-regulators { > + regulators-1 { > compatible = "qcom,pm8350c-rpmh-regulators"; > qcom,pmic-id = "c"; > > diff --git a/arch/arm64/boot/dts/qcom/sm8350-mtp.dts b/arch/arm64/boot/dts/qcom/sm8350-mtp.dts > index f70e0de0509c..d21d2aacf201 100644 > --- a/arch/arm64/boot/dts/qcom/sm8350-mtp.dts > +++ b/arch/arm64/boot/dts/qcom/sm8350-mtp.dts > @@ -43,7 +43,7 @@ &adsp { > }; > > &apps_rsc { > - pm8350-rpmh-regulators { > + regulators-0 { > compatible = "qcom,pm8350-rpmh-regulators"; > qcom,pmic-id = "b"; > > @@ -134,7 +134,7 @@ vreg_l9b_1p2: ldo9 { > }; > }; > > - pm8350c-rpmh-regulators { > + regulators-1 { > compatible = "qcom,pm8350c-rpmh-regulators"; > qcom,pmic-id = "c"; >