Message ID | 20231207150519.1264808-1-hugo@hugovil.com (mailing list archive) |
---|---|
Headers | show |
Series | board: imx8mn-dimonoff-gateway-evk: add support for Dimonoff gateway EVK board | expand |
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!
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