ARM: meson: rework soc arch file to prepare for new SoC
authorJerome Brunet <jbrunet@baylibre.com>
Fri, 5 Oct 2018 15:00:37 +0000 (17:00 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Mon, 26 Nov 2018 13:40:52 +0000 (14:40 +0100)
commit33e3378091391c90a110d93f4c89044b4461fb99
tree19d0cc19223d939243a1ec926ea4df915c00f075
parent572aeb5338131484eb72d9ca9e6dd982d840dbf8
ARM: meson: rework soc arch file to prepare for new SoC

We are about to add support for the Amlogic AXG SoC. While very close to
the Gx SoC family, we will need to handle a few thing which are different
in this SoC. Rework the meson arch directory to prepare for this.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
15 files changed:
arch/arm/include/asm/arch-meson/clock-gx.h [new file with mode: 0644]
arch/arm/include/asm/arch-meson/clock.h [deleted file]
arch/arm/include/asm/arch-meson/eth.h
arch/arm/include/asm/arch-meson/mem.h
arch/arm/mach-meson/Kconfig
arch/arm/mach-meson/Makefile
arch/arm/mach-meson/board-common.c [new file with mode: 0644]
arch/arm/mach-meson/board-gx.c [new file with mode: 0644]
arch/arm/mach-meson/board.c [deleted file]
arch/arm/mach-meson/eth.c [deleted file]
arch/arm/mach-meson/sm.c
board/amlogic/odroid-c2/odroid-c2.c
board/amlogic/p212/p212.c
board/amlogic/q200/q200.c
drivers/clk/clk_meson.c