Message ID | 20250123174901.1182176-1-trini@konsulko.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v2,1/2] dt-bindings: omap: Add TI Pandaboard A4 variant | expand |
On Thu, Jan 23, 2025 at 11:49:00AM -0600, Tom Rini wrote: > Document the ti,omap4-panda-a4 compatible string in the appropriate > place within the omap family binding file. > > Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> > --- > Changes in v2: > - Include as part of the series with binding addition, make this be > first. > - Rework as suggested by Andreas Kemnade (slight rewording after Robert > reminded me A4 a production rev and not "alpha" rev. > > Cc: Aaro Koskinen <aaro.koskinen@iki.fi> > Cc: Andreas Kemnade <andreas@kemnade.info> > Cc: Conor Dooley <conor+dt@kernel.org> > Cc: Kevin Hilman <khilman@baylibre.com> > Cc: Krzysztof Kozlowski <krzk+dt@kernel.org> > Cc: Rob Herring <robh@kernel.org> > Cc: Robert Nelson <robertcnelson@gmail.com> > Cc: Roger Quadros <rogerq@kernel.org> > Cc: Tony Lindgren <tony@atomide.com> > Cc: devicetree@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Cc: linux-omap@vger.kernel.org > --- > Documentation/devicetree/bindings/arm/ti/omap.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/ti/omap.yaml b/Documentation/devicetree/bindings/arm/ti/omap.yaml > index 93e04a109a12..3603edd7361d 100644 > --- a/Documentation/devicetree/bindings/arm/ti/omap.yaml > +++ b/Documentation/devicetree/bindings/arm/ti/omap.yaml > @@ -141,6 +141,13 @@ properties: > - const: ti,omap4430 > - const: ti,omap4 > > + - description: OMAP4 PandaBoard Revision A4 and later > + items: > + - const: ti,omap4-panda-a4 > + - const: ti,omap4-panda > + - const: ti,omap4430 > + - const: ti,omap4 > + > - description: OMAP4 DuoVero with Parlor expansion board/daughter board > items: > - const: gumstix,omap4-duovero-parlor > -- > 2.43.0 >
Am Thu, 23 Jan 2025 11:49:00 -0600 schrieb Tom Rini <trini@konsulko.com>: > Document the ti,omap4-panda-a4 compatible string in the appropriate > place within the omap family binding file. > > Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Andreas Kemnade <andreas@kemnade.info> Regards, Andreas
diff --git a/Documentation/devicetree/bindings/arm/ti/omap.yaml b/Documentation/devicetree/bindings/arm/ti/omap.yaml index 93e04a109a12..3603edd7361d 100644 --- a/Documentation/devicetree/bindings/arm/ti/omap.yaml +++ b/Documentation/devicetree/bindings/arm/ti/omap.yaml @@ -141,6 +141,13 @@ properties: - const: ti,omap4430 - const: ti,omap4 + - description: OMAP4 PandaBoard Revision A4 and later + items: + - const: ti,omap4-panda-a4 + - const: ti,omap4-panda + - const: ti,omap4430 + - const: ti,omap4 + - description: OMAP4 DuoVero with Parlor expansion board/daughter board items: - const: gumstix,omap4-duovero-parlor
Document the ti,omap4-panda-a4 compatible string in the appropriate place within the omap family binding file. Signed-off-by: Tom Rini <trini@konsulko.com> --- Changes in v2: - Include as part of the series with binding addition, make this be first. - Rework as suggested by Andreas Kemnade (slight rewording after Robert reminded me A4 a production rev and not "alpha" rev. Cc: Aaro Koskinen <aaro.koskinen@iki.fi> Cc: Andreas Kemnade <andreas@kemnade.info> Cc: Conor Dooley <conor+dt@kernel.org> Cc: Kevin Hilman <khilman@baylibre.com> Cc: Krzysztof Kozlowski <krzk+dt@kernel.org> Cc: Rob Herring <robh@kernel.org> Cc: Robert Nelson <robertcnelson@gmail.com> Cc: Roger Quadros <rogerq@kernel.org> Cc: Tony Lindgren <tony@atomide.com> Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: linux-omap@vger.kernel.org --- Documentation/devicetree/bindings/arm/ti/omap.yaml | 7 +++++++ 1 file changed, 7 insertions(+)