diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-01-13 12:11:45 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-01-13 12:11:45 +0000 |
commit | f08f0cafc24619242853e3fe11e2e5876c498551 (patch) | |
tree | 8d78856b36f0108ed23f2c724aff41e6690108dc /target/linux/brcm63xx/patches-3.10/553-boards_probe_switch.patch | |
parent | d0a757147bcfb1813585638b08ee8e6a8d743254 (diff) | |
download | upstream-f08f0cafc24619242853e3fe11e2e5876c498551.tar.gz upstream-f08f0cafc24619242853e3fe11e2e5876c498551.tar.bz2 upstream-f08f0cafc24619242853e3fe11e2e5876c498551.zip |
brcm63xx: update HSSPI driver with upstream submission
Update the HSSPI driver with the upstream submitted one that has a
workaround for the auto cs down issue.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39264
Diffstat (limited to 'target/linux/brcm63xx/patches-3.10/553-boards_probe_switch.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.10/553-boards_probe_switch.patch | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/target/linux/brcm63xx/patches-3.10/553-boards_probe_switch.patch b/target/linux/brcm63xx/patches-3.10/553-boards_probe_switch.patch index 0d28160279..b7943f776a 100644 --- a/target/linux/brcm63xx/patches-3.10/553-boards_probe_switch.patch +++ b/target/linux/brcm63xx/patches-3.10/553-boards_probe_switch.patch @@ -54,28 +54,14 @@ .force_speed_100 = 1, .force_duplex_full = 1, }, -@@ -1502,6 +1514,8 @@ static struct board_info __initdata boar +@@ -1542,6 +1554,12 @@ 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, - }, -@@ -1523,6 +1537,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, - }, -@@ -1542,6 +1558,8 @@ static struct board_info __initdata boar - .use_internal_phy = 1, - }, - .enet1 = { + .has_phy = 1, + .phy_id = 0, .force_speed_100 = 1, |