diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-11-24 14:44:28 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-11-24 14:44:28 +0000 |
commit | ed53e05ff238a8d47cbe499a6cbf80765a294ece (patch) | |
tree | 22d14385d71d0b1aaf8b35fa9a7e12ae713ee102 /target/linux/brcm63xx/patches-3.14/514-board_ct536_ct5621.patch | |
parent | 33f2e5a5b46e23535bd7ff80d015798ad85b6aa0 (diff) | |
download | upstream-ed53e05ff238a8d47cbe499a6cbf80765a294ece.tar.gz upstream-ed53e05ff238a8d47cbe499a6cbf80765a294ece.tar.bz2 upstream-ed53e05ff238a8d47cbe499a6cbf80765a294ece.zip |
brcm63xx: Add DT support for DV-201AMR
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43361 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.14/514-board_ct536_ct5621.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.14/514-board_ct536_ct5621.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.14/514-board_ct536_ct5621.patch b/target/linux/brcm63xx/patches-3.14/514-board_ct536_ct5621.patch index 4b5cc13c2f..4c44094d43 100644 --- a/target/linux/brcm63xx/patches-3.14/514-board_ct536_ct5621.patch +++ b/target/linux/brcm63xx/patches-3.14/514-board_ct536_ct5621.patch @@ -73,6 +73,6 @@ { .compatible = "brcm,bcm96348gw-a", .data = &board_96348gw_a, }, + { .compatible = "comtrend,ct-536+", .data = &board_ct536_ct5621, }, + { .compatible = "comtrend,ct-5621", .data = &board_ct536_ct5621, }, + { .compatible = "davolink,dv-201amr", .data = &board_DV201AMR, }, { .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, }, { .compatible = "sagem,f@st2404", .data = &board_FAST2404, }, - { .compatible = "t-com,spw500v", .data = &board_spw500v, }, |