diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-05-21 14:58:36 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-05-21 19:11:24 +0200 |
commit | 6dc3dce65848891468830105a63e36da1c8158bd (patch) | |
tree | 2192914c5c12646d564b97f6b048b16077a1a36d /target/linux/bcm63xx/patches-5.4/556-board_EVG2000.patch | |
parent | 7a817752f67119be746d55dd90f6c43036f0c725 (diff) | |
download | upstream-6dc3dce65848891468830105a63e36da1c8158bd.tar.gz upstream-6dc3dce65848891468830105a63e36da1c8158bd.tar.bz2 upstream-6dc3dce65848891468830105a63e36da1c8158bd.zip |
bcm63xx: improve rgmii ctrl overrides
There are older devices which require overriding the RGMII ports, so this
shouldn't be limited and forced to BCM63268.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bcm63xx/patches-5.4/556-board_EVG2000.patch')
-rw-r--r-- | target/linux/bcm63xx/patches-5.4/556-board_EVG2000.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/bcm63xx/patches-5.4/556-board_EVG2000.patch b/target/linux/bcm63xx/patches-5.4/556-board_EVG2000.patch index 1619376490..6981b2ae16 100644 --- a/target/linux/bcm63xx/patches-5.4/556-board_EVG2000.patch +++ b/target/linux/bcm63xx/patches-5.4/556-board_EVG2000.patch @@ -43,7 +43,7 @@ static struct board_info __initdata board_HG655b = { .name = "HW65x", .expected_cpu_id = 0x6368, -@@ -2412,6 +2448,7 @@ static const struct board_info __initcon +@@ -2422,6 +2458,7 @@ static const struct board_info __initcon &board_96368mvwg, &board_96368mvngr, &board_DGND3700v1_3800B, @@ -51,7 +51,7 @@ &board_HG622, &board_HG655b, &board_P870HW51A_V2, -@@ -2524,6 +2561,7 @@ static struct of_device_id const bcm963x +@@ -2534,6 +2571,7 @@ static struct of_device_id const bcm963x { .compatible = "huawei,echolife-hg622", .data = &board_HG622, }, { .compatible = "huawei,echolife-hg655b", .data = &board_HG655b, }, { .compatible = "netgear,dgnd3700-v1", .data = &board_DGND3700v1_3800B, }, |