mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 17:35:36 -04:00
arm64: dts: qcom: sm8250: 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-4-konrad.dybcio@linaro.org
This commit is contained in:
committed by
Bjorn Andersson
parent
84c611c5bc
commit
dd45008b74
@@ -3699,7 +3699,7 @@ videocc: clock-controller@abf0000 {
|
||||
};
|
||||
|
||||
cci0: cci@ac4f000 {
|
||||
compatible = "qcom,sm8250-cci";
|
||||
compatible = "qcom,sm8250-cci", "qcom,msm8996-cci";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
@@ -3740,7 +3740,7 @@ cci0_i2c1: i2c-bus@1 {
|
||||
};
|
||||
|
||||
cci1: cci@ac50000 {
|
||||
compatible = "qcom,sm8250-cci";
|
||||
compatible = "qcom,sm8250-cci", "qcom,msm8996-cci";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user