On 12.03.2023 19:36, Krzysztof Kozlowski wrote: > The PMIC regulators are not supposed to have unit addresses. > > Fixes: e9783584c9b7 ("arm64: dts: qcom: msm8994-kitakami: Add VDD_GFX regulator") > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- AFAICS the code doesn't use it, so Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad > arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami.dtsi | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami.dtsi b/arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami.dtsi > index 3ceb86b06209..26059f861250 100644 > --- a/arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami.dtsi > +++ b/arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami.dtsi > @@ -173,8 +173,7 @@ &pmi8994_spmi_regulators { > * power domain.. which still isn't enough and forces us to bind > * OXILI_CX and OXILI_GX together! > */ > - vdd_gfx: s2@1700 { > - reg = <0x1700 0x100>; > + vdd_gfx: s2 { > regulator-name = "VDD_GFX"; > regulator-min-microvolt = <980000>; > regulator-max-microvolt = <980000>;