]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: Add MT8183 pumpkin board support
authorFabien Parent <fparent@baylibre.com>
Mon, 15 Feb 2021 18:21:12 +0000 (19:21 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 20 Mar 2021 20:24:27 +0000 (16:24 -0400)
commite96bedf146bdb5ae980ab228165f5f06ef5a168d
treeab7d9411d00bb689bc763e181261be80561d4386
parent18380437c1475096a9d761f1d0ec86ab397edea1
board: Add MT8183 pumpkin board support

Add the MT8183 pumpkin board support.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
arch/arm/dts/Makefile
arch/arm/dts/mt8183-pumpkin.dts [new file with mode: 0644]
arch/arm/mach-mediatek/Kconfig
board/mediatek/mt8183/Kconfig [new file with mode: 0644]
board/mediatek/mt8183/MAINTAINERS [new file with mode: 0644]
board/mediatek/mt8183/Makefile [new file with mode: 0644]
board/mediatek/mt8183/mt8183_pumpkin.c [new file with mode: 0644]
configs/mt8183_pumpkin_defconfig [new file with mode: 0644]
include/configs/mt8183.h [new file with mode: 0644]