summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Gutierrez <juan.gutierrez@nxp.com>2016-11-22 12:19:50 -0600
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commit85f431a0866e38a78b6c92562d2172aa8f22efaf (patch)
tree01966f54a34a52661511401ef54b3ae71863aad7
parent29ea0aa0461128d6f503740eb92710383ea496eb (diff)
MXSCM-226 dts: imx: add pm-ignore-notify option for sd3 on mx6sxscm evb
There is no card-detection pad connected for sd3 on the i.mx6 SX EVB board. The card is assumed to be non-removable, hence, there is no need to redetect the card during the pm callbacks. This can be reached by including the pm-ignore-notify option on the usdhc3 device on the dtb file. Signed-off-by: Juan Gutierrez <juan.gutierrez@nxp.com>
-rw-r--r--arch/arm/boot/dts/imx6sxscm-evb.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sxscm-evb.dts b/arch/arm/boot/dts/imx6sxscm-evb.dts
index c1d088689bf0..51c76b4c395f 100644
--- a/arch/arm/boot/dts/imx6sxscm-evb.dts
+++ b/arch/arm/boot/dts/imx6sxscm-evb.dts
@@ -673,6 +673,7 @@
wp-gpios = <>;
keep-power-in-suspend;
enable-sdio-wakeup;
+ pm-ignore-notify;
vmmc-supply = <>;
status = "okay";
};