commit | 6c7e660a27da7494c670bfba21cfeba30457656c | [log] [tgz] |
---|---|---|
author | Haojian Zhuang <haojian.zhuang@linaro.org> | Wed Jan 23 16:25:45 2013 +0800 |
committer | Linus Walleij <linus.walleij@linaro.org> | Fri Jan 25 10:51:12 2013 +0100 |
tree | 2536f32f9b1e646b50f9122275acb33459ff4ba5 | |
parent | 89f5df01c6b7f2471267bc55b1ecb196c98e195f [diff] |
gpio: pxa: set initcall level to module init gpio & pinctrl driver are used together. The pinctrl driver is already launched before gpio driver in Makefile. So set gpio driver to module init level. Otherwise, the sequence will be inverted. Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>