diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-11-02 01:20:43 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-11-16 22:26:07 +0100 |
commit | 64100a03ad0b94a45ed2753632d9dd68379ad3ac (patch) | |
tree | 2311102288e54bee4810cd435441ea4264e2344f /arch/arm/mach-integrator/Kconfig | |
parent | e67ae6be734de909954e20317c38472af983b92c (diff) | |
download | blackbird-op-linux-64100a03ad0b94a45ed2753632d9dd68379ad3ac.tar.gz blackbird-op-linux-64100a03ad0b94a45ed2753632d9dd68379ad3ac.zip |
ARM: integrator: hook the CP into the SoC bus
This hooks the Integrator/CP into the SoC bus when booting from
device tree, by mapping the CP controller registers first,
then registering the SoC device, and then populating the device
tree with the SoC device as parent.
Cc: Lee Jones <lee.jones@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-integrator/Kconfig')
-rw-r--r-- | arch/arm/mach-integrator/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-integrator/Kconfig b/arch/arm/mach-integrator/Kconfig index 3961942c9e11..abeff25532ab 100644 --- a/arch/arm/mach-integrator/Kconfig +++ b/arch/arm/mach-integrator/Kconfig @@ -20,6 +20,7 @@ config ARCH_INTEGRATOR_CP select PLAT_VERSATILE_CLCD select SERIAL_AMBA_PL011 select SERIAL_AMBA_PL011_CONSOLE + select SOC_BUS help Include support for the ARM(R) Integrator CP platform. |