commit | c1cb438522f2cd62fb3a261d66a549606c131c93 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Thu Jun 28 11:15:37 2012 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Fri Jul 06 19:57:42 2012 +0800 |
tree | 9425508f4c8c4cf68abf529dbd164b8ba2acd296 | |
parent | 77ac32ad2b03baa7638aadda1650200287ca6f5d [diff] |
bindings: update imx and mxs #gpio-cells The of_get_named_gpio_flags can retrieve the second cell of gpio-specifier as the "flags". The imx and mxs gpio driver do not have their own .xlate callback, which means of_gpio_simple_xlate is used and it's a 1:1 mapping between gpio controller flags and Linux "enum of_gpio_flags". Update imx and mxs bindings document to make it clear. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>