From: Francesco Dolcini <francesco.dolcini@xxxxxxxxxxx> 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@xxxxxxxxxx/ 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 -- 2.25.1