mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-09 07:39:35 -04:00
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>
This commit is contained in:
committed by
Bjorn Andersson
parent
2a1282861b
commit
92c377bcaf
@@ -402,8 +402,8 @@ saw3_vreg: regulator {
|
||||
};
|
||||
};
|
||||
|
||||
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>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user