MLK-13765 ARM: dts: imx7ulp-evk-sd1: remove property out for sd1 slot
authorHaibo Chen <haibo.chen@nxp.com>
Mon, 13 Feb 2017 09:35:30 +0000 (17:35 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:10:41 +0000 (15:10 -0500)
The two properties pm-ignore-notify and keep-power-in-suspend need
to remove for the sd slot on base board(sd1 slot).

If not, after system suspend, once remove the card from sd1 slot,
then system can't resume successfully, resume process hung due to
dead lock.

Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
arch/arm/boot/dts/imx7ulp-evk-sd1.dts

index 6cdb99a..a081809 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright 2016 Freescale Semiconductor, Inc.
+ * Copyright 2017 NXP
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
@@ -28,5 +29,7 @@
        /delete-property/non-removable;
        /delete-property/cd-post;
        /delete-property/wifi-host;
+       /delete-property/pm-ignore-notify;
+       /delete-property/keep-power-in-suspend;
        status = "okay";
 };