ARM: meson: Enable Meson8b SoCs
authorCarlo Caione <carlo@endlessm.com>
Wed, 7 Oct 2015 20:31:05 +0000 (22:31 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 8 Oct 2015 15:22:11 +0000 (17:22 +0200)
Signed-off-by: Carlo Caione <carlo@endlessm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-meson/Kconfig
arch/arm/mach-meson/meson.c

index 0743e20..5d56f86 100644 (file)
@@ -19,4 +19,9 @@ config MACH_MESON8
        default ARCH_MESON
        select MESON6_TIMER
 
+config MACH_MESON8B
+       bool "Amlogic Meson8b SoCs support"
+       default ARCH_MESON
+       select MESON6_TIMER
+
 endif
index 5d6affe..4e23571 100644 (file)
@@ -19,6 +19,7 @@
 static const char * const meson_common_board_compat[] = {
        "amlogic,meson6",
        "amlogic,meson8",
+       "amlogic,meson8b",
        NULL,
 };