diff options
author | John Crispin <blogic@openwrt.org> | 2011-03-14 07:33:23 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-03-14 07:33:23 +0000 |
commit | a57ee87a57816ed861d81a4172088ca693e3554f (patch) | |
tree | 281cce742590fd64db9b31c65278446a3bb83ea6 /target/linux/lantiq/patches/104-board_xway.patch | |
parent | 0d27fd5834e7e2826033d5221ffe73cd3fbff74d (diff) | |
download | upstream-a57ee87a57816ed861d81a4172088ca693e3554f.tar.gz upstream-a57ee87a57816ed861d81a4172088ca693e3554f.tar.bz2 upstream-a57ee87a57816ed861d81a4172088ca693e3554f.zip |
[lantiq]
* fixes arv4510 board support
* fixes nor swizzle hack
* fixes gpio .can_sleep
* fixes compile warning inside pci driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26157 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/patches/104-board_xway.patch')
-rw-r--r-- | target/linux/lantiq/patches/104-board_xway.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/patches/104-board_xway.patch b/target/linux/lantiq/patches/104-board_xway.patch index bc7d496d66..297fbd3461 100644 --- a/target/linux/lantiq/patches/104-board_xway.patch +++ b/target/linux/lantiq/patches/104-board_xway.patch @@ -82,7 +82,7 @@ + .set = lq_ebu_set, + .base = 32, + .ngpio = 16, -+ .can_sleep = 1, ++ .can_sleep = 0, + .owner = THIS_MODULE, +}; + @@ -220,7 +220,7 @@ + .set = lq_stp_set, + .base = 48, + .ngpio = 24, -+ .can_sleep = 1, ++ .can_sleep = 0, + .owner = THIS_MODULE, +}; + |