diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-05-19 13:29:12 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-05-19 13:33:39 +0200 |
commit | 5f826919232db2ca2d3d7e9da00de93c5f6a95bf (patch) | |
tree | a3d3202259d2028a264731bc165916e654d06d12 /target/linux/bcm63xx/patches-5.4/561-board_AD1018.patch | |
parent | 5d3bb7ea9aaa1d9bfb1b9263a5a9bac0ab6d0440 (diff) | |
download | upstream-5f826919232db2ca2d3d7e9da00de93c5f6a95bf.tar.gz upstream-5f826919232db2ca2d3d7e9da00de93c5f6a95bf.tar.bz2 upstream-5f826919232db2ca2d3d7e9da00de93c5f6a95bf.zip |
bcm63xx: add unmodded SERCOMM AD1018 support
Until now only HW modded SPI flash version was supported.
BCM6328 with 64M RAM and 128M NAND.
More info: https://openwrt.org/toh/sercomm/ad1018
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bcm63xx/patches-5.4/561-board_AD1018.patch')
-rw-r--r-- | target/linux/bcm63xx/patches-5.4/561-board_AD1018.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/bcm63xx/patches-5.4/561-board_AD1018.patch b/target/linux/bcm63xx/patches-5.4/561-board_AD1018.patch index a48ecf961c..f0c450de38 100644 --- a/target/linux/bcm63xx/patches-5.4/561-board_AD1018.patch +++ b/target/linux/bcm63xx/patches-5.4/561-board_AD1018.patch @@ -82,10 +82,11 @@ &board_AR5381u, &board_AR5387un, &board_963281TAN, -@@ -2719,6 +2787,7 @@ static struct of_device_id const bcm963x +@@ -2719,6 +2787,8 @@ static struct of_device_id const bcm963x { .compatible = "d-link,dsl-274xb-f1", .data = &board_dsl_274xb_f1, }, { .compatible = "nucom,r5010un-v2", .data = &board_R5010UNV2, }, { .compatible = "sagem,fast-2704-v2", .data = &board_FAST2704V2, }, ++ { .compatible = "sercomm,ad1018", .data = &board_AD1018, }, + { .compatible = "sercomm,ad1018-nor", .data = &board_AD1018, }, #endif #ifdef CONFIG_BCM63XX_CPU_6338 |