arm: at91: simplify soc setup
The at91 soc support inherited a complex scheme
from the kernel.
This schme did not really give any benefits, and when
starting to migrate at91sam9263ek to use DT it started
to get in the way for a proper way to do things.

Replace the former setup with a simple function
pointer that can be called from setup.c.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent cf2c986 commit c4bb065796275c57b9b3b4a4cb55b4a675fb8d1e
@Sam Ravnborg Sam Ravnborg authored on 15 Jan 2018
Sascha Hauer committed on 17 Jan 2018
Showing 11 changed files
View
arch/arm/mach-at91/at91rm9200.c
View
arch/arm/mach-at91/at91sam9260.c
View
arch/arm/mach-at91/at91sam9261.c
View
arch/arm/mach-at91/at91sam9263.c
View
arch/arm/mach-at91/at91sam9g45.c
View
arch/arm/mach-at91/at91sam9n12.c
View
arch/arm/mach-at91/generic.h
View
arch/arm/mach-at91/sama5d3.c
View
arch/arm/mach-at91/sama5d4.c
View
arch/arm/mach-at91/setup.c
View
arch/arm/mach-at91/soc.h 100644 → 0