From: Dmitry Baryshkov Date: Tue, 18 Mar 2025 13:22:01 +0000 (+0200) Subject: ARM: dts: qcom: apq8064: use new compatible for SFPB device X-Git-Tag: v6.16-rc1~97^2~18^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a1282861b73a4b8e45904e079ed3279c3f1c93f;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: qcom: apq8064: use new compatible for SFPB device Use new SoC-specific compatible for the SFPB device node in addition to the "syscon" compatible. Signed-off-by: Dmitry Baryshkov Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/r/20250318-fix-nexus-4-v2-8-bcedd1406790@oss.qualcomm.com Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm/boot/dts/qcom/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom/qcom-apq8064.dtsi index 41f8dcde20819..a5aad4f145dd3 100644 --- a/arch/arm/boot/dts/qcom/qcom-apq8064.dtsi +++ b/arch/arm/boot/dts/qcom/qcom-apq8064.dtsi @@ -1086,7 +1086,7 @@ }; mmss_sfpb: syscon@5700000 { - compatible = "syscon"; + compatible = "qcom,apq8064-mmss-sfpb", "syscon"; reg = <0x5700000 0x70>; };