diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-10-02 12:25:27 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-10-02 12:25:27 +0000 |
commit | ef4c63343cd7d8ca59a2b1a509c6bec87199504f (patch) | |
tree | bce3e30f7ef3f0de7e9c2445e3b627d12f53bed2 /target/linux/brcm63xx/patches-3.14 | |
parent | 47fe2c490fd5a2edc708297a607213e434e26de0 (diff) | |
download | upstream-ef4c63343cd7d8ca59a2b1a509c6bec87199504f.tar.gz upstream-ef4c63343cd7d8ca59a2b1a509c6bec87199504f.tar.bz2 upstream-ef4c63343cd7d8ca59a2b1a509c6bec87199504f.zip |
brcm63xx: Add DT support for 96338W
Renamed of_board_id to convention.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42734 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.14')
-rw-r--r-- | target/linux/brcm63xx/patches-3.14/370-bcm63xx-add-of_board_ids-for-all-supported-boards.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.14/370-bcm63xx-add-of_board_ids-for-all-supported-boards.patch b/target/linux/brcm63xx/patches-3.14/370-bcm63xx-add-of_board_ids-for-all-supported-boards.patch index 004f526f42..a997212aeb 100644 --- a/target/linux/brcm63xx/patches-3.14/370-bcm63xx-add-of_board_ids-for-all-supported-boards.patch +++ b/target/linux/brcm63xx/patches-3.14/370-bcm63xx-add-of_board_ids-for-all-supported-boards.patch @@ -37,7 +37,7 @@ Subject: [PATCH 48/48] MIPS: BCM63XX: add of_board_ids for all supported boards static struct board_info __initdata board_96338w = { .name = "96338W", -+ .of_board_id = "brcm,96338w", ++ .of_board_id = "brcm,bcm96338w", .expected_cpu_id = 0x6338, .has_uart0 = 1, |