board: samsung: add Samsung Galaxy S9/S9+(SM-G96x0) board
authorDzmitry Sankouski <dsankouski@gmail.com>
Sun, 17 Oct 2021 10:44:32 +0000 (13:44 +0300)
committerTom Rini <trini@konsulko.com>
Sun, 31 Oct 2021 15:25:38 +0000 (11:25 -0400)
commit80565ec6f0c666e70b0fedd63617f0811c9fcfa7
tree7381724e5c47883442ca4ee526516e2d964774bb
parent4cbc16ceb2db5935aede65ac8d52c234809c66d6
board: samsung: add Samsung Galaxy S9/S9+(SM-G96x0) board

Samsung S9 SM-G9600 - Snapdragon SDM845 version of the phone,
for China \ Hong Kong markets.
Has unlockable bootloader, unlike SM-G960U (American market version),
which allows running u-boot as a chain-loaded bootloader.

Signed-off-by: Dzmitry Sankouski <dsankouski@gmail.com>
Cc: Ramon Fried <rfried.dev@gmail.com>
Cc: Tom Rini <trini@konsulko.com>
12 files changed:
arch/arm/dts/Makefile
arch/arm/dts/starqltechn-uboot.dtsi [new file with mode: 0644]
arch/arm/dts/starqltechn.dts [new file with mode: 0644]
arch/arm/mach-snapdragon/Kconfig
board/samsung/starqltechn/Kconfig [new file with mode: 0644]
board/samsung/starqltechn/MAINTAINERS [new file with mode: 0644]
board/samsung/starqltechn/Makefile [new file with mode: 0644]
board/samsung/starqltechn/starqltechn.c [new file with mode: 0644]
configs/starqltechn_defconfig [new file with mode: 0644]
doc/board/qualcomm/index.rst
doc/board/qualcomm/sdm845.rst [new file with mode: 0644]
include/configs/sdm845.h