diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:35:24 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:35:24 +0000 |
commit | a0c7ba2eaeb268a975c76f89f0deef3f7c8a4991 (patch) | |
tree | b958d2c62fe5305129065397d49926f4a52141c4 /target/linux/brcm63xx/patches-3.18/369-MIPS-BCM63XX-populate-the-compatible-to-board_info-l.patch | |
parent | 0e09023c5fffaee65433eab075b01bbcea566391 (diff) | |
download | upstream-a0c7ba2eaeb268a975c76f89f0deef3f7c8a4991.tar.gz upstream-a0c7ba2eaeb268a975c76f89f0deef3f7c8a4991.tar.bz2 upstream-a0c7ba2eaeb268a975c76f89f0deef3f7c8a4991.zip |
brcm63xx: move bcm963268bu_p300 to dts
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44987 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.18/369-MIPS-BCM63XX-populate-the-compatible-to-board_info-l.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.18/369-MIPS-BCM63XX-populate-the-compatible-to-board_info-l.patch | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/target/linux/brcm63xx/patches-3.18/369-MIPS-BCM63XX-populate-the-compatible-to-board_info-l.patch b/target/linux/brcm63xx/patches-3.18/369-MIPS-BCM63XX-populate-the-compatible-to-board_info-l.patch index 4384c9427f..9c5688c79e 100644 --- a/target/linux/brcm63xx/patches-3.18/369-MIPS-BCM63XX-populate-the-compatible-to-board_info-l.patch +++ b/target/linux/brcm63xx/patches-3.18/369-MIPS-BCM63XX-populate-the-compatible-to-board_info-l.patch @@ -9,12 +9,12 @@ for known boards. Signed-off-by: Jonas Gorski <jogo@openwrt.org> --- - arch/mips/bcm63xx/boards/board_bcm963xx.c | 35 +++++++++++++++++++++++++++++ - 1 file changed, 35 insertions(+) + arch/mips/bcm63xx/boards/board_bcm963xx.c | 34 +++++++++++++++++++++++++++++ + 1 file changed, 34 insertions(+) --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -716,6 +716,49 @@ static const struct board_info __initcon +@@ -716,6 +716,48 @@ static const struct board_info __initcon }; static struct of_device_id const bcm963xx_boards_dt[] = { @@ -58,7 +58,6 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org> +#ifdef CONFIG_BCM63XX_CPU_6368 +#endif +#ifdef CONFIG_BCM63XX_CPU_63268 -+ { .compatible = "brcm,bcm963268bu_p300", .data = &board_963268bu_p300, }, +#endif +#endif /* CONFIG_OF */ { }, |