board: samsung: add support for Galaxy A series of 2017 (a5y17lte)
authorDzmitry Sankouski <dsankouski@gmail.com>
Sun, 17 Oct 2021 10:45:42 +0000 (13:45 +0300)
committerTom Rini <trini@konsulko.com>
Sun, 31 Oct 2021 15:25:39 +0000 (11:25 -0400)
commit3e2095e960b47a3c0211a3a1e52c74b1761cb0be
tree2ab5f207ca3c191e5c1e67f66459d3b4a6f3fb0a
parent69bde0410a9ce5749a4cab5ed134527c2cb8b9e4
board: samsung: add support for Galaxy A series of 2017 (a5y17lte)

Samsung Galaxy A3, A5, A7 (2017) - middle class Samsung smartphones.
U-boot can be used as chain-loaded bootloader to gain control
on booting vanilla linux(and possibly others) kernels

Signed-off-by: Dzmitry Sankouski <dsankouski@gmail.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
13 files changed:
arch/arm/dts/Makefile
arch/arm/dts/exynos78x0-axy17lte.dts [new file with mode: 0644]
arch/arm/mach-exynos/Kconfig
board/samsung/axy17lte/Kconfig [new file with mode: 0644]
board/samsung/axy17lte/MAINTAINERS [new file with mode: 0644]
board/samsung/axy17lte/Makefile [new file with mode: 0644]
board/samsung/axy17lte/axy17lte.c [new file with mode: 0644]
configs/a3y17lte_defconfig [new file with mode: 0644]
configs/a5y17lte_defconfig [new file with mode: 0644]
configs/a7y17lte_defconfig [new file with mode: 0644]
doc/board/index.rst
doc/board/samsung/axy17lte.rst [new file with mode: 0644]
doc/board/samsung/index.rst [new file with mode: 0644]