]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: qcom: apq8064: use new compatible for SPS SIC device
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Tue, 18 Mar 2025 13:22:02 +0000 (15:22 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 13 May 2025 16:00:59 +0000 (17:00 +0100)
Use new SoC-specific compatible to the SPS SIC in addition to the
"syscon" compatible and rename the node to follow the purpose of it.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250318-fix-nexus-4-v2-9-bcedd1406790@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm/boot/dts/qcom/qcom-apq8064.dtsi

index a5aad4f145dd368aabed44cf520ffc037018b37e..b6533630e347c8fc5e3f0791778cd05760b3f3c8 100644 (file)
                        };
                };
 
-               sps_sic_non_secure: sps-sic-non-secure@12100000 {
-                       compatible = "syscon";
+               sps_sic_non_secure: interrupt-controller@12100000 {
+                       compatible = "qcom,apq8064-sps-sic", "syscon";
                        reg = <0x12100000 0x10000>;
                };