Commit dd45008b authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: sm8250: 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-4-konrad.dybcio@linaro.org
parent 84c611c5
......@@ -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>;
......
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