linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 2/3] dt-bindings: arm: fsl: Enumerate Emtop SOM
@ 2023-05-10  8:33 Himanshu Bhavani
  2023-05-10  8:39 ` Marek Vasut
  0 siblings, 1 reply; 3+ messages in thread
From: Himanshu Bhavani @ 2023-05-10  8:33 UTC (permalink / raw)
  To: krzysztof.kozlowski
  Cc: Himanshu Bhavani, Rob Herring, Krzysztof Kozlowski, Shawn Guo,
	Marek Vasut, Frieder Schrempf, Fabio Estevam, Marcel Ziswiler,
	Stefan Wahren, Jesse Taube, Li Yang, devicetree, linux-kernel

Add entries to the list of imx8mm boards denoting
the Emtop SOM from Emtop.

Signed-off-by: Himanshu Bhavani <himanshu.bhavani@siliconsignals.io>
---
 Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 442ce8f4d675..06eb2c790f90 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -884,6 +884,7 @@ properties:
               - beacon,imx8mm-beacon-kit  # i.MX8MM Beacon Development Kit
               - boundary,imx8mm-nitrogen8mm  # i.MX8MM Nitrogen Board
               - dmo,imx8mm-data-modul-edm-sbc # i.MX8MM eDM SBC
+              - emtop,imx8mm-emtop          # i.MX8MM Emtop SoM
               - emtrion,emcon-mx8mm-avari # emCON-MX8MM SoM on Avari Base
               - fsl,imx8mm-ddr4-evk       # i.MX8MM DDR4 EVK Board
               - fsl,imx8mm-evk            # i.MX8MM EVK Board
-- 
2.25.1


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

* Re: [PATCH v3 2/3] dt-bindings: arm: fsl: Enumerate Emtop SOM
  2023-05-10  8:33 [PATCH v3 2/3] dt-bindings: arm: fsl: Enumerate Emtop SOM Himanshu Bhavani
@ 2023-05-10  8:39 ` Marek Vasut
       [not found]   ` <BM1PR01MB4899814FFE961006E01E71D09A779@BM1PR01MB4899.INDPRD01.PROD.OUTLOOK.COM>
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Vasut @ 2023-05-10  8:39 UTC (permalink / raw)
  To: Himanshu Bhavani, krzysztof.kozlowski
  Cc: Rob Herring, Krzysztof Kozlowski, Shawn Guo, Frieder Schrempf,
	Fabio Estevam, Marcel Ziswiler, Stefan Wahren, Jesse Taube,
	Li Yang, devicetree, linux-kernel

On 5/10/23 10:33, Himanshu Bhavani wrote:
> Add entries to the list of imx8mm boards denoting
> the Emtop SOM from Emtop.
> 
> Signed-off-by: Himanshu Bhavani <himanshu.bhavani@siliconsignals.io>
> ---
>   Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
> index 442ce8f4d675..06eb2c790f90 100644
> --- a/Documentation/devicetree/bindings/arm/fsl.yaml
> +++ b/Documentation/devicetree/bindings/arm/fsl.yaml
> @@ -884,6 +884,7 @@ properties:
>                 - beacon,imx8mm-beacon-kit  # i.MX8MM Beacon Development Kit
>                 - boundary,imx8mm-nitrogen8mm  # i.MX8MM Nitrogen Board
>                 - dmo,imx8mm-data-modul-edm-sbc # i.MX8MM eDM SBC
> +              - emtop,imx8mm-emtop          # i.MX8MM Emtop SoM

The pictures I could find via internet search engine make it look like 
the name of the SoM is

SOM-IMX8MMLPD4

or similar. That silkscreen label is right below the EMTOP logo.

Can you please check that on your module ?

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

* Re: [PATCH v3 2/3] dt-bindings: arm: fsl: Enumerate Emtop SOM
       [not found]   ` <BM1PR01MB4899814FFE961006E01E71D09A779@BM1PR01MB4899.INDPRD01.PROD.OUTLOOK.COM>
@ 2023-05-10 10:29     ` Marek Vasut
  0 siblings, 0 replies; 3+ messages in thread
From: Marek Vasut @ 2023-05-10 10:29 UTC (permalink / raw)
  To: Himanshu Bhavani, krzysztof.kozlowski
  Cc: Rob Herring, Krzysztof Kozlowski, Shawn Guo, Frieder Schrempf,
	Fabio Estevam, Marcel Ziswiler, Stefan Wahren, Jesse Taube,
	Li Yang, devicetree, linux-kernel

On 5/10/23 11:13, Himanshu Bhavani wrote:
> Hi Marek Vasut

Hi,

> Yes, it is SOM-IMX8MMLPD4.

In that case, have a look at e.g. this "dh,imx8mp" system. That's also a 
SoM and a carrier board (PDK3). Notice the structure, where both carrier 
board compatible and SoM compatible and imx8mp compatible are listed in 
the DT. I suspect you want to reproduce the same -- include both SoM and 
carrier board compatible string.

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

end of thread, other threads:[~2023-05-10 10:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-10  8:33 [PATCH v3 2/3] dt-bindings: arm: fsl: Enumerate Emtop SOM Himanshu Bhavani
2023-05-10  8:39 ` Marek Vasut
     [not found]   ` <BM1PR01MB4899814FFE961006E01E71D09A779@BM1PR01MB4899.INDPRD01.PROD.OUTLOOK.COM>
2023-05-10 10:29     ` Marek Vasut

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).