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 | 16ea19053a5dc32d9fc18f2ab10d0e369320a373 (patch) | |
tree | 56b5f41e7a8c01fe5f507f792cc30aaaf8974fe5 /target/linux/brcm63xx/patches-3.18/369-MIPS-BCM63XX-populate-the-compatible-to-board_info-l.patch | |
parent | ad218d3033f98820c96196a4c666215b5f41a0f6 (diff) | |
download | upstream-16ea19053a5dc32d9fc18f2ab10d0e369320a373.tar.gz upstream-16ea19053a5dc32d9fc18f2ab10d0e369320a373.tar.bz2 upstream-16ea19053a5dc32d9fc18f2ab10d0e369320a373.zip |
brcm63xx: move bcm963268bu_p300 to dts
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 44987
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 */ { }, |