]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: variscite: add support for the omap4_var_som
authorBastien Curutchet <bastien.curutchet@bootlin.com>
Mon, 8 Jun 2026 13:12:02 +0000 (15:12 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 17 Jun 2026 18:47:33 +0000 (12:47 -0600)
commitbc69d4e2840ac0faee560d76f2b27aa288864c42
treebf9ca91d3b8d42b34a5188abec5cd32acdff675e
parentc1fabc320f600b30834f1e602fb182525aacab0e
board: variscite: add support for the omap4_var_som

OMAP4 support is present but there isn't any board using it.

Add minimal support for the Variscite OMAP4-SoM (debug console + boot
from SD card).
Use the ti/omap/omap4-var-stk-om44 device-tree from the Linux kernel. The
real representation of the SoM's hardware is located in
ti/omap/omap4-var-som-om44.dtsi included in it.

Set myself as maintainer for it.

Signed-off-by: Bastien Curutchet <bastien.curutchet@bootlin.com>
MAINTAINERS
arch/arm/dts/omap4-var-stk-om44-u-boot.dtsi [new file with mode: 0644]
arch/arm/include/asm/mach-types.h
arch/arm/mach-omap2/omap4/Kconfig
board/variscite/omap4_var_som/Kconfig [new file with mode: 0644]
board/variscite/omap4_var_som/MAINTAINERS [new file with mode: 0644]
board/variscite/omap4_var_som/Makefile [new file with mode: 0644]
board/variscite/omap4_var_som/omap4_var_som.c [new file with mode: 0644]
board/variscite/omap4_var_som/omap4_var_som_mux.h [new file with mode: 0644]
configs/omap4_var_som_defconfig [new file with mode: 0644]