]> asedeno.scripts.mit.edu Git - linux.git/commit
mmc: sdhci-esdhc-imx: remove duplicated dts parsing
authorDong Aisheng <aisheng.dong@freescale.com>
Wed, 22 Jul 2015 12:53:08 +0000 (20:53 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Fri, 24 Jul 2015 08:18:38 +0000 (10:18 +0200)
commit2e05d66b6b6cbe6018c8dcc15a379d913efdea83
treefb9627b4fb36ccc24b75e4b43185a4ff3a03de91
parent5924175755a0ed902d91f2f2660e914032fa63e5
mmc: sdhci-esdhc-imx: remove duplicated dts parsing

After commit 8d86e4fcccf6 ("mmc: sdhci-esdhc-imx: Call mmc_of_parse()"),
we do not need those duplicated parsing anymore.

Note: fsl,cd-controller is also deleted due to the driver does
not support controller card detection anymore after switch to runtime pm.
And there's no user of it right now in device tree.

wp-gpios is kept because we're still support fsl,wp-controller,
so we need a way to check if it's gpio wp or controller wp.

Signed-off-by: Dong Aisheng <aisheng.dong@freescale.com>
Reviewed-by: Johan Derycke <johan.derycke@barco.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-esdhc-imx.c