summaryrefslogtreecommitdiff
path: root/arch/arm/mach-meson/Makefile
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2019-02-08 16:23:20 +0100
committerNeil Armstrong <narmstrong@baylibre.com>2019-04-23 11:19:09 +0200
commit17b7efe25bef6286e949ebdd7fc416a011485dfb (patch)
tree07477a8ba1bb83fdae76dfe9e1e581dfdf336905 /arch/arm/mach-meson/Makefile
parent912af8423f3ee02497f98b1373b6291fcf611e0d (diff)
ARM: meson: add G12a support
Add support for the Amlogic G12A SoC, which is a mix between the new physical memory mapping of AXG and the functionnalities of the previous Amlogic GXL/GXM SoCs. To handle the internal ethernet PHY, the Amlogic G12A SoCs now embeds a dedicated PLL to feed the internal PHY. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'arch/arm/mach-meson/Makefile')
-rw-r--r--arch/arm/mach-meson/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-meson/Makefile b/arch/arm/mach-meson/Makefile
index 6ddfba606b..a9e4046f80 100644
--- a/arch/arm/mach-meson/Makefile
+++ b/arch/arm/mach-meson/Makefile
@@ -5,3 +5,4 @@
obj-y += board-common.o sm.o board-info.o
obj-$(CONFIG_MESON_GX) += board-gx.o
obj-$(CONFIG_MESON_AXG) += board-axg.o
+obj-$(CONFIG_MESON_G12A) += board-g12a.o