Message ID | 20230202-asahi-t8112-dt-v1-12-cb5442d1c229@jannau.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Device trees for Apple M2 (t8112) based devices | expand |
On Sun, Feb 12, 2023 at 04:41:22PM +0100, Janne Grunau wrote: > This block on the Apple M2 is compatible with the existing driver so > just add the per-SoC compatible. > > Signed-off-by: Janne Grunau <j@jannau.net> > Acked-by: Wolfram Sang <wsa@kernel.org> # for I2C
diff --git a/Documentation/devicetree/bindings/i2c/apple,i2c.yaml b/Documentation/devicetree/bindings/i2c/apple,i2c.yaml index 4ac61fec90e2..3f0e94189f2d 100644 --- a/Documentation/devicetree/bindings/i2c/apple,i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/apple,i2c.yaml @@ -23,6 +23,7 @@ properties: items: - enum: - apple,t8103-i2c + - apple,t8112-i2c - apple,t6000-i2c - const: apple,i2c
This block on the Apple M2 is compatible with the existing driver so just add the per-SoC compatible. Signed-off-by: Janne Grunau <j@jannau.net> --- This trivial dt-bindings update should be merged through the asahi-soc tree to ensure validation of the Apple M2 (t8112) devicetrees in this series. --- Documentation/devicetree/bindings/i2c/apple,i2c.yaml | 1 + 1 file changed, 1 insertion(+)