arm64: dts: qcom: sm8450: Add fallback CCI compatible

Add a fallback CCI compatible, as required by bindings.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221213183305.544644-5-konrad.dybcio@linaro.org
This commit is contained in:
Konrad Dybcio 2022-12-13 19:33:04 +01:00 committed by Bjorn Andersson
parent dd45008b74
commit 71b7c2df31

View File

@ -2568,7 +2568,7 @@
};
cci0: cci@ac15000 {
compatible = "qcom,sm8450-cci";
compatible = "qcom,sm8450-cci", "qcom,msm8996-cci";
reg = <0 0xac15000 0 0x1000>;
interrupts = <GIC_SPI 460 IRQ_TYPE_EDGE_RISING>;
power-domains = <&camcc TITAN_TOP_GDSC>;
@ -2607,7 +2607,7 @@
};
cci1: cci@ac16000 {
compatible = "qcom,sm8450-cci";
compatible = "qcom,sm8450-cci", "qcom,msm8996-cci";
reg = <0 0xac16000 0 0x1000>;
interrupts = <GIC_SPI 271 IRQ_TYPE_EDGE_RISING>;
power-domains = <&camcc TITAN_TOP_GDSC>;