diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2011-06-27 20:20:11 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2011-06-27 20:20:11 +0000 |
commit | e439de144f0bd6dd3cdea921960bb5ae9a7be208 (patch) | |
tree | d891aa27a5c8e6557e4dca0a35f3f7c28d6ab7b6 /target/linux/brcm47xx/patches-3.0/220-bcm5354.patch | |
parent | c1873c46b86fd0bc0d2bc4177209404f0a614097 (diff) | |
download | upstream-e439de144f0bd6dd3cdea921960bb5ae9a7be208.tar.gz upstream-e439de144f0bd6dd3cdea921960bb5ae9a7be208.tar.bz2 upstream-e439de144f0bd6dd3cdea921960bb5ae9a7be208.zip |
brcm47xx: fix Linux-3.0 and fix clock rate detection.
SVN-Revision: 27294
Diffstat (limited to 'target/linux/brcm47xx/patches-3.0/220-bcm5354.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.0/220-bcm5354.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-3.0/220-bcm5354.patch b/target/linux/brcm47xx/patches-3.0/220-bcm5354.patch index f7bc920d0e..d68534fb65 100644 --- a/target/linux/brcm47xx/patches-3.0/220-bcm5354.patch +++ b/target/linux/brcm47xx/patches-3.0/220-bcm5354.patch @@ -31,7 +31,7 @@ } --- a/drivers/ssb/main.c +++ b/drivers/ssb/main.c -@@ -1103,6 +1103,8 @@ u32 ssb_clockspeed(struct ssb_bus *bus) +@@ -1104,6 +1104,8 @@ u32 ssb_clockspeed(struct ssb_bus *bus) if (bus->chip_id == 0x5365) { rate = 100000000; |