Re: [PATCH v3 1/2] dt-bindings: arm: omap: add phytec pcm-049 som and pcm-959 dev board

From: Tony Lindgren
Date: Wed Feb 15 2023 - 02:15:02 EST


* Rob Herring <robh@xxxxxxxxxx> [230209 19:35]:
> On Wed, Feb 08, 2023 at 06:55:24PM -0800, Colin Foster wrote:
> > --- a/Documentation/devicetree/bindings/arm/omap/omap.txt
> > +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt
> > @@ -131,6 +131,9 @@ Boards (incomplete list of examples):
> > - OMAP4 PandaBoard : Low cost community board
> > compatible = "ti,omap4-panda", "ti,omap4430", "ti,omap4"
> >
> > +- OMAP4 PCM-959 : Commercial dev kit with PCM-049 SOM
> > + compatible = "phytec,pcm959", "phytec,pcm049", "ti,omap4460", "ti,omap4430", "ti,omap4";

Do you have both "ti,omap4460" and "ti,omap4430" SoCs variants for
these boards? If not just drop the SoC variant not in use. If you do have,
please mention it in the commit message.

> OMAP maintainers, if no one is going to convert all of omap.txt over to
> schema, can we at least start an empty schema and add to it instead of
> here...

That sounds like a good plan to me as it allows moving one device at a
time.

Colin, care to add the initial yaml binding file with your board?

Regards,

Tony