mirror of
https://github.com/torvalds/linux.git
synced 2026-04-24 17:42:27 -04:00
Add initial board support for the Pixel 6 phone code named Oriole. This has been tested with a minimal busybox initramfs and boots to a shell. Tested-by: Will McVicker <willmcvicker@google.com> Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org> Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com> Link: https://lore.kernel.org/r/20231211162331.435900-16-peter.griffin@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
12 lines
264 B
Makefile
12 lines
264 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
subdir-y += google
|
|
|
|
dtb-$(CONFIG_ARCH_EXYNOS) += \
|
|
exynos5433-tm2.dtb \
|
|
exynos5433-tm2e.dtb \
|
|
exynos7-espresso.dtb \
|
|
exynos7885-jackpotlte.dtb \
|
|
exynos850-e850-96.dtb \
|
|
exynosautov9-sadk.dtb \
|
|
exynosautov920-sadk.dtb
|