[PATCH v2 1/9] dt-bindings: i2c: apple,i2c: Document Apple A7-A11, T2 compatibles

Nick Chan posted 9 patches 4 months ago
[PATCH v2 1/9] dt-bindings: i2c: apple,i2c: Document Apple A7-A11, T2 compatibles
Posted by Nick Chan 4 months ago
The I2C controllers found on Apple A7-A11, T2 SoCs are compatible with
the existing driver so add their per-SoC compatibles.

Signed-off-by: Nick Chan <towinchenmi@gmail.com>
---
 Documentation/devicetree/bindings/i2c/apple,i2c.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/i2c/apple,i2c.yaml b/Documentation/devicetree/bindings/i2c/apple,i2c.yaml
index 077d2a539c832ea8dbf28d2f9b436cbee6fb5d8c..fed3e1b8c43f67b8f5a19e5c1e046b0e17ab8017 100644
--- a/Documentation/devicetree/bindings/i2c/apple,i2c.yaml
+++ b/Documentation/devicetree/bindings/i2c/apple,i2c.yaml
@@ -22,6 +22,11 @@ properties:
   compatible:
     items:
       - enum:
+          - apple,s5l8960x-i2c
+          - apple,t7000-i2c
+          - apple,s8000-i2c
+          - apple,t8010-i2c
+          - apple,t8015-i2c
           - apple,t8103-i2c
           - apple,t8112-i2c
           - apple,t6000-i2c

-- 
2.49.0
Re: [PATCH v2 1/9] dt-bindings: i2c: apple,i2c: Document Apple A7-A11, T2 compatibles
Posted by Andi Shyti 2 months, 1 week ago
Hi Nick,

On Tue, Jun 10, 2025 at 09:45:20PM +0800, Nick Chan wrote:
> The I2C controllers found on Apple A7-A11, T2 SoCs are compatible with
> the existing driver so add their per-SoC compatibles.
> 
> Signed-off-by: Nick Chan <towinchenmi@gmail.com>

Just this one, merged to i2c/i2c-host.

Thanks,
Andi
Re: [PATCH v2 1/9] dt-bindings: i2c: apple,i2c: Document Apple A7-A11, T2 compatibles
Posted by Sven Peter 2 months, 3 weeks ago
On 10.06.25 15:45, Nick Chan wrote:
> The I2C controllers found on Apple A7-A11, T2 SoCs are compatible with
> the existing driver so add their per-SoC compatibles.
> 
> Signed-off-by: Nick Chan <towinchenmi@gmail.com>
> ---

Hi Andi,

I think usually this dt-binding change adding new compatibles should go 
through your tree.

If you want to I can also take it together with the other dts changes 
though.


Best,


Sven
Re: [PATCH v2 1/9] dt-bindings: i2c: apple,i2c: Document Apple A7-A11, T2 compatibles
Posted by Sven Peter 4 months ago
On 10.06.25 15:45, Nick Chan wrote:
> The I2C controllers found on Apple A7-A11, T2 SoCs are compatible with
> the existing driver so add their per-SoC compatibles.
> 
> Signed-off-by: Nick Chan <towinchenmi@gmail.com>
> ---

Reviewed-by: Sven Peter <sven@kernel.org>
Re: [PATCH v2 1/9] dt-bindings: i2c: apple,i2c: Document Apple A7-A11, T2 compatibles
Posted by Conor Dooley 4 months ago
On Tue, Jun 10, 2025 at 09:45:20PM +0800, Nick Chan wrote:
> The I2C controllers found on Apple A7-A11, T2 SoCs are compatible with
> the existing driver so add their per-SoC compatibles.
> 
> Signed-off-by: Nick Chan <towinchenmi@gmail.com>
> ---

Acked-by: Conor Dooley <conor.dooley@microchip.com>