Message ID | 4f5ad877f44df35a3b2c7f336647f057c4e6377d.1730299760.git.matthias.schiffer@ew.tq-group.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | TQ-Systems TQMa62xx SoM and MBa62xx board | expand |
On Mon, Nov 04, 2024 at 10:47:25AM +0100, Matthias Schiffer wrote: > The TQMa62xx is a SoM family with a pluggable connector. The MBa62xx is > the matching reference/starterkit carrier board. Why all the wildcards? Why isn't there a compatible per device in the family? > > Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com> > --- > Documentation/devicetree/bindings/arm/ti/k3.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml > index b0be02f9d1253..d8b52b95fba7b 100644 > --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml > +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml > @@ -73,6 +73,13 @@ properties: > - const: toradex,verdin-am62 # Verdin AM62 Module > - const: ti,am625 > > + - description: K3 AM625 SoC on TQ-Systems TQMa62xx SoM > + items: > + - enum: > + - tq,am625-tqma6254-mba62xx # MBa62xx base board > + - const: tq,am625-tqma6254 > + - const: ti,am625 > + > - description: K3 AM642 SoC > items: > - enum: > -- > TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany > Amtsgericht München, HRB 105018 > Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider > https://www.tq-group.com/ >
diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml index b0be02f9d1253..d8b52b95fba7b 100644 --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml @@ -73,6 +73,13 @@ properties: - const: toradex,verdin-am62 # Verdin AM62 Module - const: ti,am625 + - description: K3 AM625 SoC on TQ-Systems TQMa62xx SoM + items: + - enum: + - tq,am625-tqma6254-mba62xx # MBa62xx base board + - const: tq,am625-tqma6254 + - const: ti,am625 + - description: K3 AM642 SoC items: - enum:
The TQMa62xx is a SoM family with a pluggable connector. The MBa62xx is the matching reference/starterkit carrier board. Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com> --- Documentation/devicetree/bindings/arm/ti/k3.yaml | 7 +++++++ 1 file changed, 7 insertions(+)