[PATCH v3 1/6] dt-bindings: i2c: qcom-cci: Document x1e80100 compatible

Bryan O'Donoghue posted 6 patches 1 year, 1 month ago
There is a newer version of this series
[PATCH v3 1/6] dt-bindings: i2c: qcom-cci: Document x1e80100 compatible
Posted by Bryan O'Donoghue 1 year, 1 month ago
Add the x1e80100 CCI device string compatible.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
---
 Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml b/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml
index ef26ba6eda28e95875853fe5043fe11deb5af088..73144473b9b24e574bfc6bd7d8908f2f3895e087 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":
@@ -224,6 +225,7 @@ allOf:
             enum:
               - qcom,sm8550-cci
               - qcom,sm8650-cci
+              - qcom,x1e80100-cci
     then:
       properties:
         clocks:

-- 
2.45.2
Re: [PATCH v3 1/6] dt-bindings: i2c: qcom-cci: Document x1e80100 compatible
Posted by Andi Shyti 1 year, 1 month ago
Hi Bryan,

On Thu, Jan 02, 2025 at 04:32:06PM +0000, Bryan O'Donoghue wrote:
> Add the x1e80100 CCI device string compatible.
> 
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>

this patch 1/6 has already been merged in i2c/i2c-host. You
should not send it anymore.

The rest of the patches are handled elsewere.

Thanks,
Andi