mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2026-01-27 12:35:36 +01: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:
parent
dd45008b74
commit
71b7c2df31
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user