mbox series

[v2,0/2] Add support for Variscite Symphony board and VAR-SOM-MX8MP SoM

Message ID 20240902065606.8072-1-tarang.raval@siliconsignals.io (mailing list archive)
Headers show
Series Add support for Variscite Symphony board and VAR-SOM-MX8MP SoM | expand

Message

Tarang Raval Sept. 2, 2024, 6:56 a.m. UTC
Add initial support for Variscite Symphony evaluation kit with
VAR-SOM-MX8MP System on Module.

Change in v2:

in patch 1/2:
	- Removed unnecessary property: "status"

in patch 2/2:
	- Appropriate board name instead of the SoM alone  

Tarang Raval (2):
  arm64: dts: imx8mp-var-som-symphony: Add Variscite Symphony board and
    VAR-SOM-MX8MP SoM
  dt-bindings: arm: fsl: Add Variscite Symphony board and VAR-SOM-MX8MP
    SoM

 .../devicetree/bindings/arm/fsl.yaml          |   7 +
 arch/arm64/boot/dts/freescale/Makefile        |   1 +
 .../dts/freescale/imx8mp-var-som-symphony.dts |  11 +
 .../boot/dts/freescale/imx8mp-var-som.dtsi    | 360 ++++++++++++++++++
 4 files changed, 379 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-var-som-symphony.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-var-som.dtsi

Comments

Krzysztof Kozlowski Sept. 2, 2024, 6:59 a.m. UTC | #1
On 02/09/2024 08:56, Tarang Raval wrote:
> Adds support for the Variscite VAR-SOM-MX8MP System on Module and
> the Variscite Symphony Evaluation Kit.
> 
> Signed-off-by: Tarang Raval <tarang.raval@siliconsignals.io>
> ---
>  Documentation/devicetree/bindings/arm/fsl.yaml | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
> index 6d185d09cb6a..99555767f8d0 100644
> --- a/Documentation/devicetree/bindings/arm/fsl.yaml
> +++ b/Documentation/devicetree/bindings/arm/fsl.yaml
> @@ -1071,6 +1071,7 @@ properties:
>                - toradex,verdin-imx8mp     # Verdin iMX8M Plus Modules
>                - toradex,verdin-imx8mp-nonwifi  # Verdin iMX8M Plus Modules without Wi-Fi / BT
>                - toradex,verdin-imx8mp-wifi  # Verdin iMX8M Plus Wi-Fi / BT Modules
> +              - variscite,var-som-mx8mp-symphony # i.MX8MP Variscite VAR-SOM-MX8M-PLUS Symphony evaluation board
>            - const: fsl,imx8mp

<form letter>
This is a friendly reminder during the review process.

It seems my or other reviewer's previous comments were not fully
addressed. Maybe the feedback got lost between the quotes, maybe you
just forgot to apply it. Please go back to the previous discussion and
either implement all requested changes or keep discussing them.

Thank you.
</form letter>

Best regards,
Krzysztof
Tarang Raval Sept. 2, 2024, 7:07 a.m. UTC | #2
Hi,

>>                - toradex,verdin-imx8mp-wifi  # Verdin iMX8M Plus Wi-Fi / BT Modules
>> +              - variscite,var-som-mx8mp-symphony # i.MX8MP Variscite VAR-SOM-MX8M-PLUS Symphony evaluation board
>>            - const: fsl,imx8mp
>
><form letter>
>This is a friendly reminder during the review process.
>
> It seems my or other reviewer's previous comments were not fully
addressed. Maybe the feedback got lost between the quotes, maybe you
just forgot to apply it. Please go back to the previous discussion and
either implement all requested changes or keep discussing them.

as per your comment, I did update the board name to "variscite,var-som-mx8mp-symphony" instead of "variscite,var-som-mx8mp."

Best Regards,
Tarang
Krzysztof Kozlowski Sept. 2, 2024, 7:14 a.m. UTC | #3
On Mon, Sep 02, 2024 at 07:07:02AM +0000, Tarang Raval wrote:
> Hi,
> 
> >>                - toradex,verdin-imx8mp-wifi  # Verdin iMX8M Plus Wi-Fi / BT Modules
> >> +              - variscite,var-som-mx8mp-symphony # i.MX8MP Variscite VAR-SOM-MX8M-PLUS Symphony evaluation board
> >>            - const: fsl,imx8mp
> >
> ><form letter>
> >This is a friendly reminder during the review process.
> >
> > It seems my or other reviewer's previous comments were not fully
> addressed. Maybe the feedback got lost between the quotes, maybe you
> just forgot to apply it. Please go back to the previous discussion and
> either implement all requested changes or keep discussing them.
> 
> as per your comment, I did update the board name to "variscite,var-som-mx8mp-symphony" instead of "variscite,var-som-mx8mp."

??? No, there is no difference. You did not test your patches either.

When I wrote "This is not correct", it means you should drop it.
Incorrect compatibles should not be added.

Best regards,
Krzysztof
Tarang Raval Sept. 2, 2024, 7:23 a.m. UTC | #4
Hi,

>> as per your comment, I did update the board name to "variscite,var-som-mx8mp-symphony" instead of "variscite,var-som-mx8mp."
>
>??? No, there is no difference. You did not test your patches either.

I did test my patches using "dt_binding_check" and "CHECK_DTBS," and there were no warnings or errors.

>When I wrote "This is not correct", it means you should drop it.
>Incorrect compatibles should not be added.

Sure I will Drop it.

Best Regars.
Tarang
Krzysztof Kozlowski Sept. 2, 2024, 7:47 a.m. UTC | #5
On 02/09/2024 09:23, Tarang Raval wrote:
> Hi,
> 
>>> as per your comment, I did update the board name to "variscite,var-som-mx8mp-symphony" instead of "variscite,var-som-mx8mp."
>>
>> ??? No, there is no difference. You did not test your patches either.
> 
> I did test my patches using "dt_binding_check" and "CHECK_DTBS," and there were no warnings or errors.

Ah, you are right, I missed what actually changed.

> 
>> When I wrote "This is not correct", it means you should drop it.
>> Incorrect compatibles should not be added.
> 
> Sure I will Drop it.

I guess I wasn't precise. Please drop that one diff hunk.

Best regards,
Krzysztof