[PATCH 1/7] dt-bindings: i2c: qcom-cci: Document msm8953 compatible

Luca Weiss posted 7 patches 1 month, 3 weeks ago
[PATCH 1/7] dt-bindings: i2c: qcom-cci: Document msm8953 compatible
Posted by Luca Weiss 1 month, 3 weeks ago
Add the msm8953 CCI device string compatible.

Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
---
 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 73144473b9b24e574bfc6bd7d8908f2f3895e087..be6cebc4ee054d3100e5c4c676f1a0c4fd8d2e1e 100644
--- a/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml
+++ b/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml
@@ -15,6 +15,7 @@ properties:
     oneOf:
       - enum:
           - qcom,msm8226-cci
+          - qcom,msm8953-cci
           - qcom,msm8974-cci
           - qcom,msm8996-cci
 
@@ -128,6 +129,7 @@ allOf:
                 enum:
                   - qcom,msm8916-cci
 
+            - const: qcom,msm8953-cci
             - const: qcom,msm8996-cci
     then:
       properties:

-- 
2.50.1
Re: [PATCH 1/7] dt-bindings: i2c: qcom-cci: Document msm8953 compatible
Posted by Rob Herring 1 month, 2 weeks ago
On Sun, Aug 10, 2025 at 05:37:52PM +0200, Luca Weiss wrote:
> Add the msm8953 CCI device string compatible.
> 
> Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
> ---
>  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 73144473b9b24e574bfc6bd7d8908f2f3895e087..be6cebc4ee054d3100e5c4c676f1a0c4fd8d2e1e 100644
> --- a/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml
> +++ b/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml
> @@ -15,6 +15,7 @@ properties:
>      oneOf:
>        - enum:
>            - qcom,msm8226-cci
> +          - qcom,msm8953-cci
>            - qcom,msm8974-cci
>            - qcom,msm8996-cci
>  
> @@ -128,6 +129,7 @@ allOf:
>                  enum:
>                    - qcom,msm8916-cci
>  
> +            - const: qcom,msm8953-cci

This should be added to the enum above.

>              - const: qcom,msm8996-cci
>      then:
>        properties:
> 
> -- 
> 2.50.1
>
Re: [PATCH 1/7] dt-bindings: i2c: qcom-cci: Document msm8953 compatible
Posted by Luca Weiss 1 month, 2 weeks ago
On 18-08-2025 5:37 p.m., Rob Herring wrote:
> On Sun, Aug 10, 2025 at 05:37:52PM +0200, Luca Weiss wrote:
>> Add the msm8953 CCI device string compatible.
>>
>> Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
>> ---
>>   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 73144473b9b24e574bfc6bd7d8908f2f3895e087..be6cebc4ee054d3100e5c4c676f1a0c4fd8d2e1e 100644
>> --- a/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml
>> +++ b/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml
>> @@ -15,6 +15,7 @@ properties:
>>       oneOf:
>>         - enum:
>>             - qcom,msm8226-cci
>> +          - qcom,msm8953-cci
>>             - qcom,msm8974-cci
>>             - qcom,msm8996-cci
>>   
>> @@ -128,6 +129,7 @@ allOf:
>>                   enum:
>>                     - qcom,msm8916-cci
>>   
>> +            - const: qcom,msm8953-cci
> 
> This should be added to the enum above.

Thanks, will update in v2.

Regards
Luca

> 
>>               - const: qcom,msm8996-cci
>>       then:
>>         properties:
>>
>> -- 
>> 2.50.1
>>