[PATCH 1/2] dt-bindings: omap: Add missing AM33xx compatible strings

Kory Maincent posted 2 patches 3 months, 2 weeks ago
[PATCH 1/2] dt-bindings: omap: Add missing AM33xx compatible strings
Posted by Kory Maincent 3 months, 2 weeks ago
Add several compatible strings that were missing from the binding
documentation for AM33xx-based boards. Update vendor prefix from
"ti" to "beagle" for BeagleBone to match actual hardware vendors.

Reviewed-by: Andrew Davis <afd@ti.com>
Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
---
 Documentation/devicetree/bindings/arm/ti/omap.yaml | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/ti/omap.yaml b/Documentation/devicetree/bindings/arm/ti/omap.yaml
index 3603edd7361d..7e0d5d376d57 100644
--- a/Documentation/devicetree/bindings/arm/ti/omap.yaml
+++ b/Documentation/devicetree/bindings/arm/ti/omap.yaml
@@ -104,12 +104,32 @@ properties:
       - description: TI AM33 based platform
         items:
           - enum:
+              - beagle,am335x-bone
+              - beagle,am335x-bone-black
+              - beagle,am335x-bone-black-wireless
+              - beagle,am335x-bone-blue
+              - beagle,am335x-pocketbeagle
+              - bosch,am335x-guardian
+              - bosch,am335x-shc
               - compulab,cm-t335
+              - grinn,am335x-chiliboard
+              - grinn,am335x-chilisom
+              - gumstix,am335x-pepper
+              - isee,am335x-base0033
+              - moxa,uc-2101
               - moxa,uc-8100-me-t
+              - myir,myc-am335x
+              - myir,myd-am335x
               - novatech,am335x-lxm
-              - ti,am335x-bone
+              - oct,osd3358-sm-refdesign
+              - sancloud,am335x-boneenhanced
+              - seeed,am335x-bone-green
+              - seeed,am335x-bone-green-wireless
+              - tcl,am335x-sl50
               - ti,am335x-evm
+              - ti,am335x-evmsk
               - ti,am3359-icev2
+              - vscom,onrisc
           - const: ti,am33xx
 
       - description: Compulab board variants based on TI AM33

-- 
2.43.0
Re: [PATCH 1/2] dt-bindings: omap: Add missing AM33xx compatible strings
Posted by Conor Dooley 3 months, 2 weeks ago
On Fri, Jun 20, 2025 at 10:24:08AM +0200, Kory Maincent wrote:
> Add several compatible strings that were missing from the binding
> documentation for AM33xx-based boards. Update vendor prefix from
> "ti" to "beagle" for BeagleBone to match actual hardware vendors.
> 
> Reviewed-by: Andrew Davis <afd@ti.com>
> Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>

This is a v1 apparently, what is the relationship between this patch and
https://lore.kernel.org/all/20250617-bbg-v4-1-827cbd606db6@bootlin.com/
?

> ---
>  Documentation/devicetree/bindings/arm/ti/omap.yaml | 22 +++++++++++++++++++++-
>  1 file changed, 21 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/arm/ti/omap.yaml b/Documentation/devicetree/bindings/arm/ti/omap.yaml
> index 3603edd7361d..7e0d5d376d57 100644
> --- a/Documentation/devicetree/bindings/arm/ti/omap.yaml
> +++ b/Documentation/devicetree/bindings/arm/ti/omap.yaml
> @@ -104,12 +104,32 @@ properties:
>        - description: TI AM33 based platform
>          items:
>            - enum:
> +              - beagle,am335x-bone
> +              - beagle,am335x-bone-black
> +              - beagle,am335x-bone-black-wireless
> +              - beagle,am335x-bone-blue
> +              - beagle,am335x-pocketbeagle
> +              - bosch,am335x-guardian
> +              - bosch,am335x-shc
>                - compulab,cm-t335
> +              - grinn,am335x-chiliboard
> +              - grinn,am335x-chilisom
> +              - gumstix,am335x-pepper
> +              - isee,am335x-base0033
> +              - moxa,uc-2101
>                - moxa,uc-8100-me-t
> +              - myir,myc-am335x
> +              - myir,myd-am335x
>                - novatech,am335x-lxm
> -              - ti,am335x-bone
> +              - oct,osd3358-sm-refdesign
> +              - sancloud,am335x-boneenhanced
> +              - seeed,am335x-bone-green
> +              - seeed,am335x-bone-green-wireless
> +              - tcl,am335x-sl50
>                - ti,am335x-evm
> +              - ti,am335x-evmsk
>                - ti,am3359-icev2
> +              - vscom,onrisc
>            - const: ti,am33xx
>  
>        - description: Compulab board variants based on TI AM33
> 
> -- 
> 2.43.0
> 
Re: [PATCH 1/2] dt-bindings: omap: Add missing AM33xx compatible strings
Posted by Conor Dooley 3 months, 2 weeks ago
On Fri, Jun 20, 2025 at 03:08:24PM +0100, Conor Dooley wrote:
> On Fri, Jun 20, 2025 at 10:24:08AM +0200, Kory Maincent wrote:
> > Add several compatible strings that were missing from the binding
> > documentation for AM33xx-based boards. Update vendor prefix from
> > "ti" to "beagle" for BeagleBone to match actual hardware vendors.
> > 
> > Reviewed-by: Andrew Davis <afd@ti.com>
> > Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
> 
> This is a v1 apparently, what is the relationship between this patch and
> https://lore.kernel.org/all/20250617-bbg-v4-1-827cbd606db6@bootlin.com/
> ?

(I ask because at a scan I didn't see differences and I had acked the
last one, which doesn't show here even though Andrew's r-b does)

> 
> > ---
> >  Documentation/devicetree/bindings/arm/ti/omap.yaml | 22 +++++++++++++++++++++-
> >  1 file changed, 21 insertions(+), 1 deletion(-)
> > 
> > diff --git a/Documentation/devicetree/bindings/arm/ti/omap.yaml b/Documentation/devicetree/bindings/arm/ti/omap.yaml
> > index 3603edd7361d..7e0d5d376d57 100644
> > --- a/Documentation/devicetree/bindings/arm/ti/omap.yaml
> > +++ b/Documentation/devicetree/bindings/arm/ti/omap.yaml
> > @@ -104,12 +104,32 @@ properties:
> >        - description: TI AM33 based platform
> >          items:
> >            - enum:
> > +              - beagle,am335x-bone
> > +              - beagle,am335x-bone-black
> > +              - beagle,am335x-bone-black-wireless
> > +              - beagle,am335x-bone-blue
> > +              - beagle,am335x-pocketbeagle
> > +              - bosch,am335x-guardian
> > +              - bosch,am335x-shc
> >                - compulab,cm-t335
> > +              - grinn,am335x-chiliboard
> > +              - grinn,am335x-chilisom
> > +              - gumstix,am335x-pepper
> > +              - isee,am335x-base0033
> > +              - moxa,uc-2101
> >                - moxa,uc-8100-me-t
> > +              - myir,myc-am335x
> > +              - myir,myd-am335x
> >                - novatech,am335x-lxm
> > -              - ti,am335x-bone
> > +              - oct,osd3358-sm-refdesign
> > +              - sancloud,am335x-boneenhanced
> > +              - seeed,am335x-bone-green
> > +              - seeed,am335x-bone-green-wireless
> > +              - tcl,am335x-sl50
> >                - ti,am335x-evm
> > +              - ti,am335x-evmsk
> >                - ti,am3359-icev2
> > +              - vscom,onrisc
> >            - const: ti,am33xx
> >  
> >        - description: Compulab board variants based on TI AM33
> > 
> > -- 
> > 2.43.0
> > 


Re: [PATCH 1/2] dt-bindings: omap: Add missing AM33xx compatible strings
Posted by Kory Maincent 3 months, 2 weeks ago
Le Fri, 20 Jun 2025 15:09:41 +0100,
Conor Dooley <conor@kernel.org> a écrit :

> On Fri, Jun 20, 2025 at 03:08:24PM +0100, Conor Dooley wrote:
> > On Fri, Jun 20, 2025 at 10:24:08AM +0200, Kory Maincent wrote:  
> > > Add several compatible strings that were missing from the binding
> > > documentation for AM33xx-based boards. Update vendor prefix from
> > > "ti" to "beagle" for BeagleBone to match actual hardware vendors.
> > > 
> > > Reviewed-by: Andrew Davis <afd@ti.com>
> > > Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>  
> > 
> > This is a v1 apparently, what is the relationship between this patch and
> > https://lore.kernel.org/all/20250617-bbg-v4-1-827cbd606db6@bootlin.com/
> > ?  
> 
> (I ask because at a scan I didn't see differences and I had acked the
> last one, which doesn't show here even though Andrew's r-b does)

Oh, you acked-by was lost in the void during the patch series split sorry for
that.

Regards,
-- 
Köry Maincent, Bootlin
Embedded Linux and kernel engineering
https://bootlin.com
Re: [PATCH 1/2] dt-bindings: omap: Add missing AM33xx compatible strings
Posted by Conor Dooley 3 months, 2 weeks ago
On Fri, Jun 20, 2025 at 04:26:17PM +0200, Kory Maincent wrote:
> Le Fri, 20 Jun 2025 15:09:41 +0100,
> Conor Dooley <conor@kernel.org> a écrit :
> 
> > On Fri, Jun 20, 2025 at 03:08:24PM +0100, Conor Dooley wrote:
> > > On Fri, Jun 20, 2025 at 10:24:08AM +0200, Kory Maincent wrote:  
> > > > Add several compatible strings that were missing from the binding
> > > > documentation for AM33xx-based boards. Update vendor prefix from
> > > > "ti" to "beagle" for BeagleBone to match actual hardware vendors.
> > > > 
> > > > Reviewed-by: Andrew Davis <afd@ti.com>
> > > > Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>  
> > > 
> > > This is a v1 apparently, what is the relationship between this patch and
> > > https://lore.kernel.org/all/20250617-bbg-v4-1-827cbd606db6@bootlin.com/
> > > ?  
> > 
> > (I ask because at a scan I didn't see differences and I had acked the
> > last one, which doesn't show here even though Andrew's r-b does)
> 
> Oh, you acked-by was lost in the void during the patch series split sorry for
> that.

In that case, 
Acked-by: Conor Dooley <conor.dooley@microchip.com>