mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-02 08:32:55 +00:00

Samsung Galaxy S22+ (SM-S906B), codenamed g0s, is a mobile phone from 2022. It features 8GB RAM, 128/256GB UFS 3.1, Exynos 2200 SoC and a 1080x2340 Dynamic AMOLED display. This device has an issue where cpu2 and cpu3 fail to come up consistently, which leads to a hang later in the boot process. Disable them until the problem is figured out. This initial device tree configures simple-framebuffer, volume-up key and usb. Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com> Link: https://lore.kernel.org/r/20250504145907.1728721-4-ivo.ivanov.ivanov1@gmail.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
22 lines
527 B
Makefile
22 lines
527 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
subdir-y += google
|
|
|
|
dtb-$(CONFIG_ARCH_EXYNOS) += \
|
|
exynos2200-g0s.dtb \
|
|
exynos5433-tm2.dtb \
|
|
exynos5433-tm2e.dtb \
|
|
exynos7-espresso.dtb \
|
|
exynos7870-a2corelte.dtb \
|
|
exynos7870-j6lte.dtb \
|
|
exynos7870-on7xelte.dtb \
|
|
exynos7885-jackpotlte.dtb \
|
|
exynos850-e850-96.dtb \
|
|
exynos8895-dreamlte.dtb \
|
|
exynos9810-starlte.dtb \
|
|
exynos990-c1s.dtb \
|
|
exynos990-r8s.dtb \
|
|
exynos990-x1s.dtb \
|
|
exynos990-x1slte.dtb \
|
|
exynosautov9-sadk.dtb \
|
|
exynosautov920-sadk.dtb
|