Commit f77a13df authored by Janne Grunau's avatar Janne Grunau Committed by Wolfram Sang
Browse files

dt-bindings: i2c: apple,i2c: Add apple,t6020-i2c compatible

After discussion with the devicetree maintainers we agreed to not extend
lists with the generic compatible "apple,i2c" anymore [1]. Use
"apple,t8103-i2c" as fallback compatible as it is the SoC the driver
and bindings were written for.

This block is compatible with t8103, so just add the new per-SoC
compatible using apple,t8103-i2c as base.

[1]: https://lore.kernel.org/asahi/12ab93b7-1fc2-4ce0-926e-c8141cfe81bf@kernel.org/



Signed-off-by: default avatarJanne Grunau <j@jannau.net>
Acked-by: default avatarAndi Shyti <andi.shyti@kernel.org>
Signed-off-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
parent 947e2d64
Loading
Loading
Loading
Loading
+16 −11
Original line number Diff line number Diff line
@@ -20,8 +20,13 @@ allOf:

properties:
  compatible:
    items:
    oneOf:
      - items:
          - const: apple,t6020-i2c
          - const: apple,t8103-i2c
      - items:
          - enum:
              # Do not add additional SoC to this list.
              - apple,s5l8960x-i2c
              - apple,t7000-i2c
              - apple,s8000-i2c