Message ID | 20200918112942.1367-1-matthias.schiffer@ew.tq-group.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [01/13] dt-bindings: arm: fsl: update TQ-Systems SoMs and boards based on i.MX7 | expand |
On Fri, 18 Sep 2020 13:29:30 +0200, Matthias Schiffer wrote: > Introduce compatible strings for the TQMa7x SoMs. > > Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com> > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 14 ++++++++++++-- > 1 file changed, 12 insertions(+), 2 deletions(-) > Reviewed-by: Rob Herring <robh@kernel.org>
On Fri, 2020-09-18 at 13:29 +0200, Matthias Schiffer wrote: > Introduce compatible strings for the TQMa7x SoMs. > > Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com> Hello Shawn, what is the status of this patch series? I've found the series marked as "archived" in patchwork [1], but I can't find it in any public Git repo. Am I looking at the wrong patchwork project? Kind regards, Matthias [1] https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=351407&state=%2A&archive=both > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 14 ++++++++++++-- > 1 file changed, 12 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > index 71acf14da715..d7233cef4d38 100644 > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > @@ -298,7 +298,12 @@ properties: > - toradex,colibri-imx7s # Colibri iMX7 Solo Module > - toradex,colibri-imx7s-aster # Colibri iMX7 Solo Module on Aster Carrier Board > - toradex,colibri-imx7s-eval-v3 # Colibri iMX7 Solo Module on Colibri Evaluation Board V3 > - - tq,imx7s-mba7 # i.MX7S TQ MBa7 with TQMa7S SoM > + - const: fsl,imx7s > + > + - description: TQ-Systems TQMa7S SoM on MBa7x board > + items: > + - const: tq,imx7s-mba7 > + - const: tq,imx7s-tqma7 > - const: fsl,imx7s > > - description: i.MX7D based Boards > @@ -320,11 +325,16 @@ properties: > # Colibri Evaluation Board V3 > - toradex,colibri-imx7d-eval-v3 # Colibri iMX7 Dual Module on > # Colibri Evaluation Board V3 > - - tq,imx7d-mba7 # i.MX7D TQ MBa7 with TQMa7D SoM > - zii,imx7d-rmu2 # ZII RMU2 Board > - zii,imx7d-rpu2 # ZII RPU2 Board > - const: fsl,imx7d > > + - description: TQ-Systems TQMa7D SoM on MBa7x board > + items: > + - const: tq,imx7d-mba7 > + - const: tq,imx7d-tqma7 > + - const: fsl,imx7d > + > - description: > Compulab SBC-iMX7 is a single board computer based on the > Freescale i.MX7 system-on-chip. SBC-iMX7 is implemented with
On Fri, Sep 18, 2020 at 01:29:30PM +0200, Matthias Schiffer wrote: > Introduce compatible strings for the TQMa7x SoMs. > > Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com> Applied, thanks.
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 71acf14da715..d7233cef4d38 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -298,7 +298,12 @@ properties: - toradex,colibri-imx7s # Colibri iMX7 Solo Module - toradex,colibri-imx7s-aster # Colibri iMX7 Solo Module on Aster Carrier Board - toradex,colibri-imx7s-eval-v3 # Colibri iMX7 Solo Module on Colibri Evaluation Board V3 - - tq,imx7s-mba7 # i.MX7S TQ MBa7 with TQMa7S SoM + - const: fsl,imx7s + + - description: TQ-Systems TQMa7S SoM on MBa7x board + items: + - const: tq,imx7s-mba7 + - const: tq,imx7s-tqma7 - const: fsl,imx7s - description: i.MX7D based Boards @@ -320,11 +325,16 @@ properties: # Colibri Evaluation Board V3 - toradex,colibri-imx7d-eval-v3 # Colibri iMX7 Dual Module on # Colibri Evaluation Board V3 - - tq,imx7d-mba7 # i.MX7D TQ MBa7 with TQMa7D SoM - zii,imx7d-rmu2 # ZII RMU2 Board - zii,imx7d-rpu2 # ZII RPU2 Board - const: fsl,imx7d + - description: TQ-Systems TQMa7D SoM on MBa7x board + items: + - const: tq,imx7d-mba7 + - const: tq,imx7d-tqma7 + - const: fsl,imx7d + - description: Compulab SBC-iMX7 is a single board computer based on the Freescale i.MX7 system-on-chip. SBC-iMX7 is implemented with
Introduce compatible strings for the TQMa7x SoMs. Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com> --- Documentation/devicetree/bindings/arm/fsl.yaml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-)