Re: [PATCH 08/11] dt-bindings: i2c: apple,i2c: Add t6030 and t6031 compatibles
Piotr Masłowski <[email protected]> Fri, 10 Jul 2026 01:17:39 +0200
| Newsgroups | dev.linux.lists.asahi,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-gpio,org.kernel.vger.linux-i2c,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pwm,org.kernel.vger.linux-watchdog |
|---|---|
| Message-ID | <[email protected]> |
Hello. This is the tiniest possible nitpick, but it could throw somebody off when grepping through commit messages so: On Thu Jul 9, 2026 at 9:30 AM CEST, Janne Grunau wrote: > The i2c block on Apple silicon M3 Pro, Max and Ultra SoCs are compatible > with the t8103 (M1) one. Add "apple,t6030-i2c" for M3 Pro and > "apple,t6031-i2c" for M3 Max and Ultra as per-S0C compatibles. You've got a '0' (zero) instead of an 'O' here. ^ > > Signed-off-by: Janne Grunau <[email protected]> > --- > Documentation/devicetree/bindings/i2c/apple,i2c.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/i2c/apple,i2c.yaml b/Documentation/devicetree/bindings/i2c/apple,i2c.yaml > index 9e59200ad37b..d39f5e3f1df4 100644 > --- a/Documentation/devicetree/bindings/i2c/apple,i2c.yaml > +++ b/Documentation/devicetree/bindings/i2c/apple,i2c.yaml > @@ -24,6 +24,8 @@ properties: > - items: > - enum: > - apple,t6020-i2c > + - apple,t6030-i2c > + - apple,t6031-i2c > - apple,t8122-i2c > - const: apple,t8103-i2c > - items: Cheers, Piotr Masłowski