mbox series

[v2,0/2] arm64: dts: freescale: verdin-imx8mp: add support to mallow board

Message ID 20231201153929.26590-1-francesco@dolcini.it
Headers show
Series arm64: dts: freescale: verdin-imx8mp: add support to mallow board | expand

Message

Francesco Dolcini Dec. 1, 2023, 3:39 p.m. UTC
From: Francesco Dolcini <francesco.dolcini@toradex.com>

Add Toradex Verdin IMX8MP Mallow carrier board support. Mallow is a
low-cost carrier board in the Verdin family with a small form factor and
build for volume production making it ideal for industrial and embedded
applications.

https://www.toradex.com/products/carrier-board/mallow-carrier-board

v1:
 - https://lore.kernel.org/all/20231129164022.143340-1-francesco@dolcini.it/
v2:
 - remove dt nodes: eeprom_display_adapter, hwmon
 - add Acked-by: Krzysztof
 - correct hwmon_temp node compatible to "ti,tmp1075"

Joao Paulo Goncalves (2):
  dt-bindings: arm: fsl: add verdin imx8mp mallow board
  arm64: dts: freescale: verdin-imx8mp: add support to mallow board

 .../devicetree/bindings/arm/fsl.yaml          |   2 +
 arch/arm64/boot/dts/freescale/Makefile        |   2 +
 .../dts/freescale/imx8mp-verdin-mallow.dtsi   | 199 ++++++++++++++++++
 .../imx8mp-verdin-nonwifi-mallow.dts          |  18 ++
 .../freescale/imx8mp-verdin-wifi-mallow.dts   |  18 ++
 5 files changed, 239 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-verdin-mallow.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-verdin-nonwifi-mallow.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-verdin-wifi-mallow.dts

Comments

Shawn Guo Dec. 6, 2023, 3:15 a.m. UTC | #1
On Fri, Dec 01, 2023 at 04:39:27PM +0100, Francesco Dolcini wrote:
> From: Francesco Dolcini <francesco.dolcini@toradex.com>
> 
> Add Toradex Verdin IMX8MP Mallow carrier board support. Mallow is a
> low-cost carrier board in the Verdin family with a small form factor and
> build for volume production making it ideal for industrial and embedded
> applications.
> 
> https://www.toradex.com/products/carrier-board/mallow-carrier-board
> 
> v1:
>  - https://lore.kernel.org/all/20231129164022.143340-1-francesco@dolcini.it/
> v2:
>  - remove dt nodes: eeprom_display_adapter, hwmon
>  - add Acked-by: Krzysztof
>  - correct hwmon_temp node compatible to "ti,tmp1075"
> 
> Joao Paulo Goncalves (2):
>   dt-bindings: arm: fsl: add verdin imx8mp mallow board
>   arm64: dts: freescale: verdin-imx8mp: add support to mallow board

Ok, applied this version instead.

It would be helpful if you drop a note on the previous version when you
discard it with a new one.

Shawn