[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <53b48816-37e6-49e8-a5cf-adcca04c57a7@ti.com>
Date: Mon, 9 Jun 2025 18:34:10 -0500
From: Andrew Davis <afd@...com>
To: Kory Maincent <kory.maincent@...tlin.com>,
Tony Lindgren
<tony@...mide.com>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski
<krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Aaro Koskinen
<aaro.koskinen@....fi>,
Andreas Kemnade <andreas@...nade.info>,
Kevin Hilman
<khilman@...libre.com>,
Roger Quadros <rogerq@...nel.org>,
Russell King
<linux@...linux.org.uk>
CC: Bajjuri Praneeth <praneeth@...com>, Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Thomas Petazzoni
<thomas.petazzoni@...tlin.com>,
<linux-omap@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH v2 2/5] binding: omap: Add lots of missing omap AM33
compatibles
On 6/9/25 10:43 AM, Kory Maincent wrote:
> Add several compatible strings that were missing from the binding
> documentation. Add description for Bone, BoneBlack and BoneGreen
> variants.
>
> Add several compatible that were missing from the binding.
>
> Signed-off-by: Kory Maincent <kory.maincent@...tlin.com>
> ---
>
> Change in v2:
> - New patch
> ---
> Documentation/devicetree/bindings/arm/ti/omap.yaml | 38 ++++++++++++++++++++++
> 1 file changed, 38 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/ti/omap.yaml b/Documentation/devicetree/bindings/arm/ti/omap.yaml
> index 3603edd7361d..c43fa4f4af81 100644
> --- a/Documentation/devicetree/bindings/arm/ti/omap.yaml
> +++ b/Documentation/devicetree/bindings/arm/ti/omap.yaml
> @@ -104,12 +104,50 @@ properties:
> - description: TI AM33 based platform
> items:
> - enum:
> + - bosch,am335x-guardian
> - compulab,cm-t335
> + - grinn,am335x-chilisom
> + - gumstix,am335x-pepper
> + - moxa,uc-2101
> - moxa,uc-8100-me-t
> + - myir,myc-am335x
> + - myir,myd-am335x
> - novatech,am335x-lxm
> + - oct,osd3358-sm-refdesign
> + - tcl,am335x-sl50
> - ti,am335x-bone
> - ti,am335x-evm
> + - ti,am335x-evmsk
> + - ti,am335x-pocketbeagle
> + - ti,am335x-shc
> - ti,am3359-icev2
> + - vscom,onrisc
> + - const: ti,am33xx
> +
> + - description: TI bone variants based on TI AM335
Do we really need these "bone variants" split out from the above
list of TI AM33 based boards? We don't do that for any of the other
boards, you get a SoC and a Board compatible, every classification
in-between is just unneeded.
Andrew
> + items:
> + - enum:
> + - ti,am335x-bone-black
> + - ti,am335x-bone-green
> + - ti,am335x-pocketbeagle
> + - const: ti,am335x-bone
> + - const: ti,am33xx
> +
> + - description: TI bone black variants based on TI AM335
> + items:
> + - enum:
> + - sancloud,am335x-boneenhanced
> + - ti,am335x-bone-black-wireless
> + - const: ti,am335x-bone-black
> + - const: ti,am335x-bone
> + - const: ti,am33xx
> +
> + - description: TI bone green variants based on TI AM335
> + items:
> + - enum:
> + - ti,am335x-bone-green-wireless
> + - const: ti,am335x-bone-green
> + - const: ti,am335x-bone
> - const: ti,am33xx
>
> - description: Compulab board variants based on TI AM33
>
Powered by blists - more mailing lists