Commit 71b7c2df authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

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

Add a fallback CCI compatible, as required by bindings.
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221213183305.544644-5-konrad.dybcio@linaro.org
parent dd45008b
......@@ -2568,7 +2568,7 @@ IPCC_MPROC_SIGNAL_GLINK_QMP
};
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 @@ cci0_i2c1: i2c-bus@1 {
};
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment