Skip to content

Commit 92c377b

Browse files
lumagandersson
authored andcommitted
ARM: dts: qcom: apq8064: use new compatible for SPS SIC device
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>
1 parent 2a12828 commit 92c377b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/qcom/qcom-apq8064.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@
402402
};
403403
};
404404

405-
sps_sic_non_secure: sps-sic-non-secure@12100000 {
406-
compatible = "syscon";
405+
sps_sic_non_secure: interrupt-controller@12100000 {
406+
compatible = "qcom,apq8064-sps-sic", "syscon";
407407
reg = <0x12100000 0x10000>;
408408
};
409409

0 commit comments

Comments
 (0)