2023-09-24 14:56:09

by James Hilliard

[permalink] [raw]
Subject: [PATCH v10 1/3] dt-bindings: arm: fsl: Add VAR-SOM-MX6 SoM with Custom Board

Add support for Variscite i.MX6Q VAR-SOM-MX6 SoM with Custom Board.

Cc: Pierluigi Passaro <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Signed-off-by: James Hilliard <[email protected]>
---
Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 9450b2c8a678..c47f5ecdd249 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -385,6 +385,12 @@ properties:
- const: toradex,apalis_imx6q
- const: fsl,imx6q

+ - description: i.MX6Q Variscite VAR-SOM-MX6 Boards
+ items:
+ - const: variscite,mx6customboard
+ - const: variscite,var-som-imx6q
+ - const: fsl,imx6q
+
- description: TQ-Systems TQMa6Q SoM (variant A) on MBa6x
items:
- const: tq,imx6q-mba6x-a
--
2.34.1


2023-09-25 03:51:09

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH v10 1/3] dt-bindings: arm: fsl: Add VAR-SOM-MX6 SoM with Custom Board

On Sat, Sep 23, 2023 at 10:47:55PM -0600, James Hilliard wrote:
> Add support for Variscite i.MX6Q VAR-SOM-MX6 SoM with Custom Board.
>
> Cc: Pierluigi Passaro <[email protected]>
> Acked-by: Krzysztof Kozlowski <[email protected]>
> Acked-by: Conor Dooley <[email protected]>
> Signed-off-by: James Hilliard <[email protected]>

So what's been changed between v9 and v10?

Shawn

2023-09-25 03:55:09

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH v10 1/3] dt-bindings: arm: fsl: Add VAR-SOM-MX6 SoM with Custom Board

On Sun, Sep 24, 2023 at 09:52:59PM -0600, James Hilliard wrote:
> On Sun, Sep 24, 2023 at 9:50 PM Shawn Guo <[email protected]> wrote:
> >
> > On Sat, Sep 23, 2023 at 10:47:55PM -0600, James Hilliard wrote:
> > > Add support for Variscite i.MX6Q VAR-SOM-MX6 SoM with Custom Board.
> > >
> > > Cc: Pierluigi Passaro <[email protected]>
> > > Acked-by: Krzysztof Kozlowski <[email protected]>
> > > Acked-by: Conor Dooley <[email protected]>
> > > Signed-off-by: James Hilliard <[email protected]>
> >
> > So what's been changed between v9 and v10?
>
> I had forgotten to add uart3/pinctrl_uart3 in this patch:
> https://lore.kernel.org/all/[email protected]/

Ok, applied v10 instead.

2023-09-25 09:05:18

by James Hilliard

[permalink] [raw]
Subject: Re: [PATCH v10 1/3] dt-bindings: arm: fsl: Add VAR-SOM-MX6 SoM with Custom Board

On Sun, Sep 24, 2023 at 9:50 PM Shawn Guo <[email protected]> wrote:
>
> On Sat, Sep 23, 2023 at 10:47:55PM -0600, James Hilliard wrote:
> > Add support for Variscite i.MX6Q VAR-SOM-MX6 SoM with Custom Board.
> >
> > Cc: Pierluigi Passaro <[email protected]>
> > Acked-by: Krzysztof Kozlowski <[email protected]>
> > Acked-by: Conor Dooley <[email protected]>
> > Signed-off-by: James Hilliard <[email protected]>
>
> So what's been changed between v9 and v10?

I had forgotten to add uart3/pinctrl_uart3 in this patch:
https://lore.kernel.org/all/[email protected]/

>
> Shawn