]> git.dujemihanovic.xyz Git - u-boot.git/commit
imx6q-lxr: Add board support
authorFabio Estevam <festevam@denx.de>
Sat, 14 Sep 2024 00:56:05 +0000 (21:56 -0300)
committerFabio Estevam <festevam@gmail.com>
Thu, 19 Sep 2024 03:13:20 +0000 (00:13 -0300)
commiteffe934e50f03c92ba6febecfe132c9cb34ecf59
treea2d3adcaa5566fc70541b65cd73cbf011fff520b
parent29b053216f65aee9f5ae0ecdcc9f851c993b7c5c
imx6q-lxr: Add board support

Add support for the Comvetia i.MX6Q LXR2 board, which is
uses the Phytec PFLA02 SoM.

Based on the original work from Stefano Babic <sbabic@denx.de>.

The Phytec PFLA02 devicetrees are taken from kernel 6.11-rc7.

The imx6q-lxr.dts has been submitted upstream:

https://lore.kernel.org/linux-devicetree/20240913200906.1753458-3-festevam@gmail.com/

After it gets accepted in mainline (most likely in kernel 6.13),
the lxr2 board can then be switched to OF_UPSTREAM and these device trees
can be removed from U-Boot.

Signed-off-by: Fabio Estevam <festevam@denx.de>
12 files changed:
arch/arm/dts/Makefile
arch/arm/dts/imx6q-lxr.dts [new file with mode: 0644]
arch/arm/dts/imx6q-phytec-pfla02.dtsi [new file with mode: 0644]
arch/arm/dts/imx6qdl-phytec-pfla02.dtsi [new file with mode: 0644]
arch/arm/mach-imx/mx6/Kconfig
board/comvetia/lxr2/Kconfig [new file with mode: 0644]
board/comvetia/lxr2/MAINTAINERS [new file with mode: 0644]
board/comvetia/lxr2/Makefile [new file with mode: 0644]
board/comvetia/lxr2/lxr2.c [new file with mode: 0644]
board/comvetia/lxr2/lxr2.env [new file with mode: 0644]
configs/lxr2_defconfig [new file with mode: 0644]
include/configs/lxr2.h [new file with mode: 0644]