2023-10-06 12:02:58

by Bryan O'Donoghue

[permalink] [raw]
Subject: [PATCH 1/5] dt-bindings: i2c: qcom-cci: Document sc8280xp compatible

Add sc8280xp compatible consistent with recent CAMSS CCI interfaces.

Signed-off-by: Bryan O'Donoghue <[email protected]>
---
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 042d4dc636ee..8a8d0a01017c 100644
--- a/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml
+++ b/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml
@@ -25,6 +25,7 @@ properties:

- items:
- enum:
+ - qcom,sc8280xp-cci
- qcom,sdm845-cci
- qcom,sm6350-cci
- qcom,sm8250-cci
@@ -159,6 +160,7 @@ allOf:
compatible:
contains:
enum:
+ - qcom,sc8280xp-cci
- qcom,sm8250-cci
- qcom,sm8450-cci
then:
--
2.40.1


2023-10-06 12:32:31

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/5] dt-bindings: i2c: qcom-cci: Document sc8280xp compatible

On 06/10/2023 14:01, Bryan O'Donoghue wrote:
> Add sc8280xp compatible consistent with recent CAMSS CCI interfaces.
>
> Signed-off-by: Bryan O'Donoghue <[email protected]>


Reviewed-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof

2023-10-10 19:44:38

by Wolfram Sang

[permalink] [raw]
Subject: Re: [PATCH 1/5] dt-bindings: i2c: qcom-cci: Document sc8280xp compatible

On Fri, Oct 06, 2023 at 01:01:55PM +0100, Bryan O'Donoghue wrote:
> Add sc8280xp compatible consistent with recent CAMSS CCI interfaces.
>
> Signed-off-by: Bryan O'Donoghue <[email protected]>

Applied to for-next, thanks!


Attachments:
(No filename) (241.00 B)
signature.asc (849.00 B)
Download all attachments

2023-10-10 22:25:45

by Bryan O'Donoghue

[permalink] [raw]
Subject: Re: [PATCH 1/5] dt-bindings: i2c: qcom-cci: Document sc8280xp compatible

On 10/10/2023 20:44, Wolfram Sang wrote:
> On Fri, Oct 06, 2023 at 01:01:55PM +0100, Bryan O'Donoghue wrote:
>> Add sc8280xp compatible consistent with recent CAMSS CCI interfaces.
>>
>> Signed-off-by: Bryan O'Donoghue <[email protected]>
>
> Applied to for-next, thanks!
>

Hey Wolfram.

This patch was superseded could you please drop ?

https://lore.kernel.org/linux-arm-msm/[email protected]/

---
bod