From f695fa358aafe1a96825977dd7d598354b1828f6 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sat, 21 Jun 2014 19:23:18 +0000 Subject: brcm63xx: fix up borked patch Fix up patch borked by quilt fuzzy application of patches. SVN-Revision: 41294 --- .../brcm63xx/patches-3.14/553-boards_probe_switch.patch | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'target/linux/brcm63xx/patches-3.14') diff --git a/target/linux/brcm63xx/patches-3.14/553-boards_probe_switch.patch b/target/linux/brcm63xx/patches-3.14/553-boards_probe_switch.patch index ee3cdec..447c17d 100644 --- a/target/linux/brcm63xx/patches-3.14/553-boards_probe_switch.patch +++ b/target/linux/brcm63xx/patches-3.14/553-boards_probe_switch.patch @@ -54,14 +54,28 @@ .force_speed_100 = 1, .force_duplex_full = 1, }, -@@ -1623,6 +1635,12 @@ static struct board_info __initdata boar +@@ -1623,6 +1635,8 @@ static struct board_info __initdata boar .use_internal_phy = 1, }, .enet1 = { + .has_phy = 1, + .phy_id = 0, + .force_speed_100 = 1, + .force_duplex_full = 1, + }, +@@ -1644,6 +1658,8 @@ static struct board_info __initdata boar + .use_internal_phy = 1, + }, + .enet1 = { + .has_phy = 1, + .phy_id = 0, + .force_speed_100 = 1, + .force_duplex_full = 1, + }, +@@ -1663,6 +1679,8 @@ static struct board_info __initdata boar + .use_internal_phy = 1, + }, + .enet1 = { + .has_phy = 1, + .phy_id = 0, .force_speed_100 = 1, -- cgit v1.1