mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 16:25:42 -04:00
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:
committed by
Bjorn Andersson
parent
dd45008b74
commit
71b7c2df31
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user