mbox series

[v2,0/3] board: imx8mn-dimonoff-gateway-evk: add support for Dimonoff gateway EVK board

Message ID 20231207150519.1264808-1-hugo@hugovil.com
Headers show
Series board: imx8mn-dimonoff-gateway-evk: add support for Dimonoff gateway EVK board | expand

Message

Hugo Villeneuve Dec. 7, 2023, 3:05 p.m. UTC
From: Hugo Villeneuve <hvilleneuve@dimonoff.com>

Hello,
this patch series add support for the Dimonoff gateway EVK board.

Based on shawnguo/for-next branch.

Thank you.

Link: [v1] https://lore.kernel.org/all/20231206160303.33185-1-hugo@hugovil.com/

Changes for V2:
- Add Krzysztof Acked-by tag
- Wrap lines at 80 columns in dts
- Remove company name from compatible property

Hugo Villeneuve (3):
  dt-bindings: vendor-prefixes: add dimonoff
  dt-bindings: arm: fsl: add Dimonoff gateway EVK board
  arm64: dts: freescale: introduce dimonoff-gateway-evk board

 .../devicetree/bindings/arm/fsl.yaml          |   1 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm64/boot/dts/freescale/Makefile        |   1 +
 .../freescale/imx8mn-dimonoff-gateway-evk.dts | 160 ++++++++++++++++++
 4 files changed, 164 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-dimonoff-gateway-evk.dts


base-commit: 8c3c7094bf5b965a6dfc74864838fa4954dcf1c9

Comments

Shawn Guo Dec. 14, 2023, 2:50 a.m. UTC | #1
On Thu, Dec 07, 2023 at 10:05:16AM -0500, Hugo Villeneuve wrote:
> From: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> 
> Hello,
> this patch series add support for the Dimonoff gateway EVK board.
> 
> Based on shawnguo/for-next branch.
> 
> Thank you.
> 
> Link: [v1] https://lore.kernel.org/all/20231206160303.33185-1-hugo@hugovil.com/
> 
> Changes for V2:
> - Add Krzysztof Acked-by tag
> - Wrap lines at 80 columns in dts
> - Remove company name from compatible property
> 
> Hugo Villeneuve (3):
>   dt-bindings: vendor-prefixes: add dimonoff
>   dt-bindings: arm: fsl: add Dimonoff gateway EVK board
>   arm64: dts: freescale: introduce dimonoff-gateway-evk board

Applied all, thanks!