summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>2024-01-02 07:17:30 +0200
committerBjorn Andersson <andersson@kernel.org>2024-02-16 15:22:19 -0600
commite6e2986a3d57a4d6590c3654d64cd417585c1c66 (patch)
tree2dca552b828d430d13e13508f9b80a5f84ccb0c0 /arch/arm/boot
parent8cad85bfe08f419ea57a8a395e4ab0dcf346d617 (diff)
downloadlinux-stable-e6e2986a3d57a4d6590c3654d64cd417585c1c66.tar.gz
linux-stable-e6e2986a3d57a4d6590c3654d64cd417585c1c66.tar.bz2
linux-stable-e6e2986a3d57a4d6590c3654d64cd417585c1c66.zip
ARM: dts: qcom: ipq8064: 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 <dmitry.baryshkov@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20240102-saw2-spm-regulator-v7-10-0472ec237f49@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi b/arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi
index 44a0b9d6947a..d8ae1a9af45d 100644
--- a/arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi
+++ b/arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi
@@ -587,7 +587,7 @@
};
saw0: regulator@2089000 {
- compatible = "qcom,saw2";
+ compatible = "qcom,ipq8064-saw2-cpu", "qcom,saw2";
reg = <0x02089000 0x1000>, <0x02009000 0x1000>;
regulator;
};
@@ -602,7 +602,7 @@
};
saw1: regulator@2099000 {
- compatible = "qcom,saw2";
+ compatible = "qcom,ipq8064-saw2-cpu", "qcom,saw2";
reg = <0x02099000 0x1000>, <0x02009000 0x1000>;
regulator;
};