Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: meson: Enable Meson8b SoCs

Signed-off-by: Carlo Caione <carlo@endlessm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Carlo Caione and committed by
Arnd Bergmann
55fa3ee0 d64c5097

+6
+5
arch/arm/mach-meson/Kconfig
··· 19 19 default ARCH_MESON 20 20 select MESON6_TIMER 21 21 22 + config MACH_MESON8B 23 + bool "Amlogic Meson8b SoCs support" 24 + default ARCH_MESON 25 + select MESON6_TIMER 26 + 22 27 endif
+1
arch/arm/mach-meson/meson.c
··· 19 19 static const char * const meson_common_board_compat[] = { 20 20 "amlogic,meson6", 21 21 "amlogic,meson8", 22 + "amlogic,meson8b", 22 23 NULL, 23 24 }; 24 25