commit | da8e1f3cd413423563ee37f915944b76f9b862db | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Mon Jan 07 09:10:27 2019 +0000 |
committer | Peng Fan <peng.fan@nxp.com> | Fri May 03 20:04:30 2019 +0800 |
tree | 1cfd4948fba91c27c4d565f33f7db83b9c9e020e | |
parent | 72a89e0da5ac6a4ab929b15a2b656f04f50767f6 [diff] |
mmc: fsl_esdhc: Fix wp_enable issue The wp-gpios property is used for gpio, if this is set, the WP pin is muxed to gpio function, can't be used as internal WP checking. However the codes remain to use internal WP checking. This patch changes to examine the "fsl,wp-controller" for enabling internal WP checking, and "wp-gpios" for muxing to gpio. Signed-off-by: Ye Li <ye.li@nxp.com>