mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
This smartphone uses a MediaTek MT6582 system-on-chip with 512MB of RAM. It can currently boot into initramfs with a working UART and Simple Framebuffer using already initialized panel by the bootloader. Signed-off-by: Cristian Cozzolino <cristian_ci@protonmail.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
19 lines
449 B
Makefile
19 lines
449 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
dtb-$(CONFIG_ARCH_MEDIATEK) += \
|
|
mt2701-evb.dtb \
|
|
mt6572-jty-d101.dtb \
|
|
mt6572-lenovo-a369i.dtb \
|
|
mt6580-evbp1.dtb \
|
|
mt6582-alcatel-yarisxl.dtb \
|
|
mt6582-prestigio-pmt5008-3g.dtb \
|
|
mt6589-aquaris5.dtb \
|
|
mt6589-fairphone-fp1.dtb \
|
|
mt6592-evb.dtb \
|
|
mt7623a-rfb-emmc.dtb \
|
|
mt7623a-rfb-nand.dtb \
|
|
mt7623n-rfb-emmc.dtb \
|
|
mt7623n-bananapi-bpi-r2.dtb \
|
|
mt7629-rfb.dtb \
|
|
mt8127-moose.dtb \
|
|
mt8135-evbp1.dtb
|