diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 08:11:52 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 08:11:52 +0000 |
commit | 14d95026b2968d1ac7df2198995079ba2d0fb9af (patch) | |
tree | b38fc88cc24a592aabfac1efb948ce574e7fc0bc /target/linux/ar71xx/patches-3.10 | |
parent | 7b89005f0ddf5d1e0ae64e65a0728628d2d47be5 (diff) | |
download | upstream-14d95026b2968d1ac7df2198995079ba2d0fb9af.tar.gz upstream-14d95026b2968d1ac7df2198995079ba2d0fb9af.tar.bz2 upstream-14d95026b2968d1ac7df2198995079ba2d0fb9af.zip |
ar71xx: rb91x: add SPI device for the serial shift register
The RB91x boards are using a serial shift register
connected to the SPI bus to drive some of the LEDs.
Rework the board setup code to register a SPI device
for that. This makes it possible to use the 'spi-74x164'
driver to control the device.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39703
Diffstat (limited to 'target/linux/ar71xx/patches-3.10')
-rw-r--r-- | target/linux/ar71xx/patches-3.10/703-MIPS-ath79-add-RB91x-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-3.10/703-MIPS-ath79-add-RB91x-support.patch b/target/linux/ar71xx/patches-3.10/703-MIPS-ath79-add-RB91x-support.patch index 59679a2722..62204a8eee 100644 --- a/target/linux/ar71xx/patches-3.10/703-MIPS-ath79-add-RB91x-support.patch +++ b/target/linux/ar71xx/patches-3.10/703-MIPS-ath79-add-RB91x-support.patch @@ -18,7 +18,7 @@ + bool "MikroTik RouterBOARD 91X support" + select SOC_AR934X + select ATH79_DEV_ETH -+ select ATH79_DEV_M25P80 ++ select ATH79_DEV_SPI + select ATH79_DEV_WMAC + select ATH79_DEV_USB + select ATH79_ROUTERBOOT |