diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-12-01 00:51:08 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-12-01 00:51:08 +0000 |
commit | 53214ca5481cc921f150230937f9212de0da31da (patch) | |
tree | 2fcb5ed1619bb7bd1352eca2ed7b12664a57464c /target/linux/brcm63xx/patches-3.14 | |
parent | 40350a5dafbdd73b3d2e88353e503c8651c18de2 (diff) | |
download | upstream-53214ca5481cc921f150230937f9212de0da31da.tar.gz upstream-53214ca5481cc921f150230937f9212de0da31da.tar.bz2 upstream-53214ca5481cc921f150230937f9212de0da31da.zip |
brcm63xx: Add DT support for F@ST2504n
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 43450
Diffstat (limited to 'target/linux/brcm63xx/patches-3.14')
-rw-r--r-- | target/linux/brcm63xx/patches-3.14/537-board_fast2504n.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/patches-3.14/537-board_fast2504n.patch b/target/linux/brcm63xx/patches-3.14/537-board_fast2504n.patch index 27c83446cf..1b00d464eb 100644 --- a/target/linux/brcm63xx/patches-3.14/537-board_fast2504n.patch +++ b/target/linux/brcm63xx/patches-3.14/537-board_fast2504n.patch @@ -111,3 +111,11 @@ Signed-off-by: Max Staudt <openwrt.max@enpas.org> #endif #ifdef CONFIG_BCM63XX_CPU_6368 +@@ -3738,6 +3829,7 @@ static struct of_device_id const bcm963x + { .compatible = "t-com,spw303v", .data = &board_spw303v, }, + #endif + #ifdef CONFIG_BCM63XX_CPU_6362 ++ { .compatible = "sagem,f@st2504n", .data = &board_fast2504n, }, + { .compatible = "sfr,nb6-ser-r0", .data = &board_nb6, }, + #endif + #ifdef CONFIG_BCM63XX_CPU_6368 |