linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: [PATCH] dt-bindings: arm: fsl: Add DHCOM PicoITX and DHCOM DRC02 boards [Klartext]
@ 2021-05-24 22:38 Christoph Niedermaier
  2021-05-25  0:10 ` Fabio Estevam
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Niedermaier @ 2021-05-24 22:38 UTC (permalink / raw)
  To: 'Fabio Estevam'
  Cc: open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	linux-kernel, Rob Herring, Shawn Guo, kernel

From: Fabio Estevam <festevam@gmail.com>
Sent: Monday, May 24, 2021 3:03 PM
> 
> Hi Christoph,
>

Hi Fabio,

> 
> On Mon, May 24, 2021 at 9:17 AM Christoph Niedermaier
> <cniedermaier@dh-electronics.com> wrote:
> 
>> +      - description: i.MX6S DHCOM DRC02 Board
>> +        items:
>> +          - const: dh,imx6s-dhcom-drc02
>> +          - const: dh,imx6s-dhcom-som
>> +          - const: fsl,imx6s
> 
> We don't have an fsl,imx6s compatible for the i.MX6 Solo variant. We
> just use fsl,imx6dl instead.

My thought was to be future proof. If there is no match with the Solo now,
it will fall back to the i.MX6 DualLite. That is why I added both fsl,imx6s
and fsl,imx6dl in this order.

Should I remove the line with fsl,imx6s?

Regards
Christoph

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: arm: fsl: Add DHCOM PicoITX and DHCOM DRC02 boards [Klartext]
  2021-05-24 22:38 [PATCH] dt-bindings: arm: fsl: Add DHCOM PicoITX and DHCOM DRC02 boards [Klartext] Christoph Niedermaier
@ 2021-05-25  0:10 ` Fabio Estevam
  0 siblings, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2021-05-25  0:10 UTC (permalink / raw)
  To: Christoph Niedermaier
  Cc: open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	linux-kernel, Rob Herring, Shawn Guo, kernel

Hi Christoph,

On Mon, May 24, 2021 at 7:39 PM Christoph Niedermaier
<cniedermaier@dh-electronics.com> wrote:

> My thought was to be future proof. If there is no match with the Solo now,
> it will fall back to the i.MX6 DualLite. That is why I added both fsl,imx6s
> and fsl,imx6dl in this order.
>
> Should I remove the line with fsl,imx6s?

Yes, please.

Thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH] dt-bindings: arm: fsl: Add DHCOM PicoITX and DHCOM DRC02 boards [Klartext]
@ 2021-05-24 12:20 Christoph Niedermaier
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Niedermaier @ 2021-05-24 12:20 UTC (permalink / raw)
  To: Christoph Niedermaier, linux-kernel
  Cc: linux-arm-kernel, robh+dt, Shawn Guo, kernel

From: Christoph Niedermaier <cniedermaier@dh-electronics.com>
Sent: Monday, May 24, 2021 2:04 PM
> 
> Add DH electronics DHCOM PicoITX and DHCOM DRC02 boards.
> 
> Signed-off-by: Christoph Niedermaier <cniedermaier@dh-electronics.com>
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: linux-kernel@vger.kernel.org
> Cc: robh+dt@kernel.org
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: kernel@dh-electronics.com
> To: devicetree@vger.kernel.org
> ---
>  Documentation/devicetree/bindings/arm/fsl.yaml | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml
> b/Documentation/devicetree/bindings/arm/fsl.yaml
> index fce2a8670b49..afbdea078abb 100644
> --- a/Documentation/devicetree/bindings/arm/fsl.yaml
> +++ b/Documentation/devicetree/bindings/arm/fsl.yaml
> @@ -407,6 +407,12 @@ properties:
>            - const: dfi,fs700e-m60
>            - const: fsl,imx6dl
> 
> +      - description: i.MX6DL DHCOM PicoITX Board
> +        items:
> +          - const: dh,imx6dl-dhcom-picoitx
> +          - const: dh,imx6dl-dhcom-som
> +          - const: fsl,imx6dl
> +
>        - description: i.MX6DL Gateworks Ventana Boards
>          items:
>            - enum:
> @@ -458,6 +464,13 @@ properties:
>            - const: toradex,colibri_imx6dl          # Colibri iMX6 Module
>            - const: fsl,imx6dl
> 
> +      - description: i.MX6S DHCOM DRC02 Board
> +        items:
> +          - const: dh,imx6s-dhcom-drc02
> +          - const: dh,imx6s-dhcom-som
> +          - const: fsl,imx6s
> +          - const: fsl,imx6dl
> +
>        - description: i.MX6SL based Boards
>          items:
>            - enum:
> --
> 2.11.0

Ignore this one, because the recipient is wrong!

Regards
Christoph

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-25  0:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24 22:38 [PATCH] dt-bindings: arm: fsl: Add DHCOM PicoITX and DHCOM DRC02 boards [Klartext] Christoph Niedermaier
2021-05-25  0:10 ` Fabio Estevam
  -- strict thread matches above, loose matches on Subject: below --
2021-05-24 12:20 Christoph Niedermaier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).