diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2017-02-09 21:58:36 +0100 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2017-06-10 12:40:38 +0200 |
commit | b43c190079eb32eb19e1ba7d550c420933c182ad (patch) | |
tree | 56e0437325b64d7f0c8183370068ba1c149dd86e /target/linux/brcm63xx/patches-4.4/421-BCM63XX-add-led-pin-for-ath9k.patch | |
parent | 5df15c06ccd105a19431bc32bd1d158b3ff3325e (diff) | |
download | upstream-b43c190079eb32eb19e1ba7d550c420933c182ad.tar.gz upstream-b43c190079eb32eb19e1ba7d550c420933c182ad.tar.bz2 upstream-b43c190079eb32eb19e1ba7d550c420933c182ad.zip |
brcm63xx: probe SPI connected switches through DT
Now that we can configure the switches through DT, do so.
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'target/linux/brcm63xx/patches-4.4/421-BCM63XX-add-led-pin-for-ath9k.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-4.4/421-BCM63XX-add-led-pin-for-ath9k.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-4.4/421-BCM63XX-add-led-pin-for-ath9k.patch b/target/linux/brcm63xx/patches-4.4/421-BCM63XX-add-led-pin-for-ath9k.patch index da69318269..ccd3160a3b 100644 --- a/target/linux/brcm63xx/patches-4.4/421-BCM63XX-add-led-pin-for-ath9k.patch +++ b/target/linux/brcm63xx/patches-4.4/421-BCM63XX-add-led-pin-for-ath9k.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_common.c +++ b/arch/mips/bcm63xx/boards/board_common.c -@@ -261,7 +261,7 @@ int __init board_register_devices(void) +@@ -257,7 +257,7 @@ int __init board_register_devices(void) /* register any fixups */ for (i = 0; i < board.has_caldata; i++) pci_enable_ath9k_fixup(board.caldata[i].slot, board.caldata[i].caldata_offset, |