diff options
author | John Crispin <john@openwrt.org> | 2011-03-14 07:33:23 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-03-14 07:33:23 +0000 |
commit | ba3251a90d93e7b5d30a95a30f250ec6a7b08cf1 (patch) | |
tree | 3173b13d5d271ed712e228a86d25ed71f52b8b5b /target/linux/lantiq/patches/104-board_xway.patch | |
parent | 9d0b7371e8507a8c65a0ae528e230bc3e26191ca (diff) | |
download | upstream-ba3251a90d93e7b5d30a95a30f250ec6a7b08cf1.tar.gz upstream-ba3251a90d93e7b5d30a95a30f250ec6a7b08cf1.tar.bz2 upstream-ba3251a90d93e7b5d30a95a30f250ec6a7b08cf1.zip |
* fixes arv4510 board support * fixes nor swizzle hack * fixes gpio .can_sleep * fixes compile warning inside pci driver
SVN-Revision: 26157
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, +}; + |