diff mbox series

[1/2] arm64: dts: qcom: msm8992: Don't use sfpb mutex

Message ID 20221219131918.446587-1-konrad.dybcio@linaro.org
State Accepted
Commit 2bd5ab93335bf2c4d22c8db427822ae637ed8dc3
Headers show
Series [1/2] arm64: dts: qcom: msm8992: Don't use sfpb mutex | expand

Commit Message

Konrad Dybcio Dec. 19, 2022, 1:19 p.m. UTC
MSM8992 uses the same mutex hardware as MSM8994. This was wrong
from the start, but never presented as an issue until the sfpb
compatible was given different driver data.

Fixes: 6a6d1978f9c0 ("arm64: dts: msm8992 SoC and LG Bullhead (Nexus 5X) support")
Reported-by: Eugene Lepshy <fekz115@gmail.com>
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 arch/arm64/boot/dts/qcom/msm8992.dtsi | 4 ----
 1 file changed, 4 deletions(-)

Comments

Bjorn Andersson Jan. 10, 2023, 4:17 p.m. UTC | #1
On Mon, 19 Dec 2022 14:19:17 +0100, Konrad Dybcio wrote:
> MSM8992 uses the same mutex hardware as MSM8994. This was wrong
> from the start, but never presented as an issue until the sfpb
> compatible was given different driver data.
> 
> 

Applied, thanks!

[1/2] arm64: dts: qcom: msm8992: Don't use sfpb mutex
      commit: 2bd5ab93335bf2c4d22c8db427822ae637ed8dc3
[2/2] arm64: dts: qcom: msm8992-libra: Fix the memory map
      commit: 69876bc6fd4de3ad2dc7826fe269e91fa2c1807f

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/msm8992.dtsi b/arch/arm64/boot/dts/qcom/msm8992.dtsi
index 10adb4986ef1..02fc3795dbfd 100644
--- a/arch/arm64/boot/dts/qcom/msm8992.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8992.dtsi
@@ -37,10 +37,6 @@  &rpmcc {
 	compatible = "qcom,rpmcc-msm8992", "qcom,rpmcc";
 };
 
-&tcsr_mutex {
-	compatible = "qcom,sfpb-mutex";
-};
-
 &timer {
 	interrupts = <GIC_PPI 2 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
 			     <GIC_PPI 3 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,