From: Dmitry Baryshkov Date: Tue, 2 Jan 2024 05:17:28 +0000 (+0200) Subject: ARM: dts: qcom: msm8960: use SoC-specific compatibles for SAW2 devices X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9f77f78bd420ffddafe8c019c9e94097ef32c4d6;p=linux.git ARM: dts: qcom: msm8960: use SoC-specific compatibles for SAW2 devices There is no such thing as a generic 'SAW2' device. Use device-specific compatible strings to describe the SAW2 devices. Signed-off-by: Dmitry Baryshkov Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/r/20240102-saw2-spm-regulator-v7-8-0472ec237f49@linaro.org Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm/boot/dts/qcom/qcom-msm8960.dtsi b/arch/arm/boot/dts/qcom/qcom-msm8960.dtsi index 93365298c5ae6..6b918d5af906e 100644 --- a/arch/arm/boot/dts/qcom/qcom-msm8960.dtsi +++ b/arch/arm/boot/dts/qcom/qcom-msm8960.dtsi @@ -221,13 +221,13 @@ }; saw0: regulator@2089000 { - compatible = "qcom,saw2"; + compatible = "qcom,msm8960-saw2-cpu", "qcom,saw2"; reg = <0x02089000 0x1000>, <0x02009000 0x1000>; regulator; }; saw1: regulator@2099000 { - compatible = "qcom,saw2"; + compatible = "qcom,msm8960-saw2-cpu", "qcom,saw2"; reg = <0x02099000 0x1000>, <0x02009000 0x1000>; regulator; };