Message ID | 20241119-b4-linux-next-24-11-18-dtsi-x1e80100-camss-v1-1-54075d75f654@linaro.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | Add dt-bindings and dtsi changes for CAMSS on x1e80100 silicon | expand |
On Tue, Nov 19, 2024 at 01:10:30PM +0000, Bryan O'Donoghue wrote: > Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> > --- Missing commit msg. Checkpatch :) > Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml | 2 ++ > 1 file changed, 2 insertions(+) Best regards, Krzysztof
On 20/11/2024 08:49, Krzysztof Kozlowski wrote: > On Tue, Nov 19, 2024 at 01:10:30PM +0000, Bryan O'Donoghue wrote: >> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> >> --- > > Missing commit msg. Checkpatch :) > >> Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml | 2 ++ >> 1 file changed, 2 insertions(+) > > Best regards, > Krzysztof > How did I miss that...
diff --git a/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml b/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml index ef26ba6eda28e95875853fe5043fe11deb5af088..89f852ca0d6b8a6b57b596eca0a3765efd058f39 100644 --- a/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml +++ b/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml @@ -34,6 +34,7 @@ properties: - qcom,sm8450-cci - qcom,sm8550-cci - qcom,sm8650-cci + - qcom,x1e80100-cci - const: qcom,msm8996-cci # CCI v2 "#address-cells": @@ -205,6 +206,7 @@ allOf: contains: enum: - qcom,sc8280xp-cci + - qcom,x1e80100-cci then: properties: clocks:
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> --- Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml | 2 ++ 1 file changed, 2 insertions(+)