[PATCH 4/5] dt-bindings: arm: apple: Add t8112 j415 compatible

Janne Grunau via B4 Relay posted 5 patches 1 month, 3 weeks ago
There is a newer version of this series
[PATCH 4/5] dt-bindings: arm: apple: Add t8112 j415 compatible
Posted by Janne Grunau via B4 Relay 1 month, 3 weeks ago
From: Janne Grunau <j@jannau.net>

This adds the "apple,j415" (MacBook Air (15-inch, M2, 2023) to the
apple,t8112 platform.

Signed-off-by: Janne Grunau <j@jannau.net>
---
 Documentation/devicetree/bindings/arm/apple.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/apple.yaml b/Documentation/devicetree/bindings/arm/apple.yaml
index da60e9de1cfbd0151e973c3aafba6d0880fc21aa..3b90b5df60507b245de387de104a4e64f234139a 100644
--- a/Documentation/devicetree/bindings/arm/apple.yaml
+++ b/Documentation/devicetree/bindings/arm/apple.yaml
@@ -93,6 +93,7 @@ description: |
 
   - MacBook Air (M2, 2022)
   - MacBook Pro (13-inch, M2, 2022)
+  - MacBook Pro (15-inch, M2, 2023)
   - Mac mini (M2, 2023)
 
   And devices based on the "M1 Pro", "M1 Max" and "M1 Ultra" SoCs:
@@ -279,6 +280,7 @@ properties:
         items:
           - enum:
               - apple,j413 # MacBook Air (M2, 2022)
+              - apple,j415 # MacBook Air (M2, 2023)
               - apple,j473 # Mac mini (M2, 2023)
               - apple,j493 # MacBook Pro (13-inch, M2, 2022)
           - const: apple,t8112

-- 
2.50.1
Re: [PATCH 4/5] dt-bindings: arm: apple: Add t8112 j415 compatible
Posted by Rob Herring 1 month, 2 weeks ago
On Wed, Aug 13, 2025 at 11:53:36AM +0200, Janne Grunau wrote:
> This adds the "apple,j415" (MacBook Air (15-inch, M2, 2023) to the
> apple,t8112 platform.
> 
> Signed-off-by: Janne Grunau <j@jannau.net>
> ---
>  Documentation/devicetree/bindings/arm/apple.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/apple.yaml b/Documentation/devicetree/bindings/arm/apple.yaml
> index da60e9de1cfbd0151e973c3aafba6d0880fc21aa..3b90b5df60507b245de387de104a4e64f234139a 100644
> --- a/Documentation/devicetree/bindings/arm/apple.yaml
> +++ b/Documentation/devicetree/bindings/arm/apple.yaml
> @@ -93,6 +93,7 @@ description: |
>  
>    - MacBook Air (M2, 2022)
>    - MacBook Pro (13-inch, M2, 2022)
> +  - MacBook Pro (15-inch, M2, 2023)

s/Pro/Air/?

>    - Mac mini (M2, 2023)
>  
>    And devices based on the "M1 Pro", "M1 Max" and "M1 Ultra" SoCs:
> @@ -279,6 +280,7 @@ properties:
>          items:
>            - enum:
>                - apple,j413 # MacBook Air (M2, 2022)
> +              - apple,j415 # MacBook Air (M2, 2023)
>                - apple,j473 # Mac mini (M2, 2023)
>                - apple,j493 # MacBook Pro (13-inch, M2, 2022)
>            - const: apple,t8112
> 
> -- 
> 2.50.1
>
Re: [PATCH 4/5] dt-bindings: arm: apple: Add t8112 j415 compatible
Posted by Janne Grunau 1 month, 2 weeks ago
On Wed, Aug 20, 2025 at 02:07:08PM -0500, Rob Herring wrote:
> On Wed, Aug 13, 2025 at 11:53:36AM +0200, Janne Grunau wrote:
> > This adds the "apple,j415" (MacBook Air (15-inch, M2, 2023) to the
> > apple,t8112 platform.
> > 
> > Signed-off-by: Janne Grunau <j@jannau.net>
> > ---
> >  Documentation/devicetree/bindings/arm/apple.yaml | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/Documentation/devicetree/bindings/arm/apple.yaml b/Documentation/devicetree/bindings/arm/apple.yaml
> > index da60e9de1cfbd0151e973c3aafba6d0880fc21aa..3b90b5df60507b245de387de104a4e64f234139a 100644
> > --- a/Documentation/devicetree/bindings/arm/apple.yaml
> > +++ b/Documentation/devicetree/bindings/arm/apple.yaml
> > @@ -93,6 +93,7 @@ description: |
> >  
> >    - MacBook Air (M2, 2022)
> >    - MacBook Pro (13-inch, M2, 2022)
> > +  - MacBook Pro (15-inch, M2, 2023)
> 
> s/Pro/Air/?

yes, thanks. changed moved the added entry below "MacBook Air (M2, 2022)"

Janne