2021-07-14 20:40:26

by Christoph Niedermaier

[permalink] [raw]
Subject: [PATCH V3] dt-bindings: arm: fsl: Add DHCOM PicoITX and DHCOM DRC02 boards

Add DH electronics DHCOM PicoITX and DHCOM DRC02 boards. The DHCOM DRC02
device can only house a SOM with iMX6S and not with iMX6DL, due to some
thermal design consideration. But for compatible fsl,imx6dl is chosen,
because fsl,imx6s isn't available, the iMX6S is basically a iMX6DL with
one CPU core disabled and therefore the kernel discerns the iMX6S/iMX6DL
automatically.

Signed-off-by: Christoph Niedermaier <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: Shawn Guo <[email protected]>
Cc: [email protected]
Cc: Fabio Estevam <[email protected]>
To: [email protected]
---
V2: - Remove line with fsl,imx6s on the DRC02 Board
V3: - Rework of the commit message
- Add Fabio Estevam to the CC list
---
Documentation/devicetree/bindings/arm/fsl.yaml | 12 ++++++++++++
1 file changed, 12 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 1c827c1954dc..6eff9e35f9a9 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -418,6 +418,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:
@@ -469,6 +475,12 @@ 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,imx6dl
+
- description: i.MX6SL based Boards
items:
- enum:
--
2.11.0


2021-07-22 02:49:38

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH V3] dt-bindings: arm: fsl: Add DHCOM PicoITX and DHCOM DRC02 boards

On Wed, 14 Jul 2021 22:22:52 +0200, Christoph Niedermaier wrote:
> Add DH electronics DHCOM PicoITX and DHCOM DRC02 boards. The DHCOM DRC02
> device can only house a SOM with iMX6S and not with iMX6DL, due to some
> thermal design consideration. But for compatible fsl,imx6dl is chosen,
> because fsl,imx6s isn't available, the iMX6S is basically a iMX6DL with
> one CPU core disabled and therefore the kernel discerns the iMX6S/iMX6DL
> automatically.
>
> Signed-off-by: Christoph Niedermaier <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Cc: [email protected]
> Cc: Shawn Guo <[email protected]>
> Cc: [email protected]
> Cc: Fabio Estevam <[email protected]>
> To: [email protected]
> ---
> V2: - Remove line with fsl,imx6s on the DRC02 Board
> V3: - Rework of the commit message
> - Add Fabio Estevam to the CC list
> ---
> Documentation/devicetree/bindings/arm/fsl.yaml | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>

Reviewed-by: Rob Herring <[email protected]>

2021-07-23 03:31:04

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH V3] dt-bindings: arm: fsl: Add DHCOM PicoITX and DHCOM DRC02 boards

On Wed, Jul 14, 2021 at 10:22:52PM +0200, Christoph Niedermaier wrote:
> Add DH electronics DHCOM PicoITX and DHCOM DRC02 boards. The DHCOM DRC02
> device can only house a SOM with iMX6S and not with iMX6DL, due to some
> thermal design consideration. But for compatible fsl,imx6dl is chosen,
> because fsl,imx6s isn't available, the iMX6S is basically a iMX6DL with
> one CPU core disabled and therefore the kernel discerns the iMX6S/iMX6DL
> automatically.
>
> Signed-off-by: Christoph Niedermaier <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Cc: [email protected]
> Cc: Shawn Guo <[email protected]>
> Cc: [email protected]
> Cc: Fabio Estevam <[email protected]>
> To: [email protected]

Applied, thanks!