diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-11-30 12:42:05 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-01-22 20:18:50 +0100 |
commit | 83bb90fa1bb52adc4983ddc8c34ac56f0b0fcc3c (patch) | |
tree | c2ea2a65d9fbe4d8cb3d65f44767cbb29d095d9b /arch/mips/bcm63xx/boards | |
parent | fd034a1aaebbe3e9d2328526a56d5735a6157a8f (diff) | |
download | blackbird-obmc-linux-83bb90fa1bb52adc4983ddc8c34ac56f0b0fcc3c.tar.gz blackbird-obmc-linux-83bb90fa1bb52adc4983ddc8c34ac56f0b0fcc3c.zip |
MIPS: BCM63XX: add HSSPI platform device and register it
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6180/
Diffstat (limited to 'arch/mips/bcm63xx/boards')
-rw-r--r-- | arch/mips/bcm63xx/boards/board_bcm963xx.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/bcm63xx/boards/board_bcm963xx.c b/arch/mips/bcm63xx/boards/board_bcm963xx.c index 5b974eb125fc..33727e7f0c79 100644 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c @@ -23,6 +23,7 @@ #include <bcm63xx_dev_enet.h> #include <bcm63xx_dev_dsp.h> #include <bcm63xx_dev_flash.h> +#include <bcm63xx_dev_hsspi.h> #include <bcm63xx_dev_pcmcia.h> #include <bcm63xx_dev_spi.h> #include <bcm63xx_dev_usb_usbd.h> @@ -915,6 +916,8 @@ int __init board_register_devices(void) bcm63xx_spi_register(); + bcm63xx_hsspi_register(); + bcm63xx_flash_register(); bcm63xx_led_data.num_leds = ARRAY_SIZE(board.leds); |