summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorReizer, Eyal <eyalr@ti.com>2017-03-26 08:53:10 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-12-25 14:20:08 +0100
commitd8f3c88f1ff711e17b66ff1f8fa143da19a0be41 (patch)
tree17fb8e42c5e9ce8a60bb8f342fc2f8dbe9e75d56 /arch
parent4c8bc54b2d41c785a3a34a036887eafcc4d3d202 (diff)
ARM: dts: am335x-evmsk: adjust mmc2 param to allow suspend
[ Upstream commit 9bcf53f34a2c1cebc45cc12e273dcd5f51fbc099 ] mmc2 used for wl12xx was missing the keep-power-in suspend parameter. As a result the board couldn't reach suspend state. Signed-off-by: Eyal Reizer <eyalr@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Sasha Levin <alexander.levin@verizon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/am335x-evmsk.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts
index df5fee6b6b4b..730d9fc81474 100644
--- a/arch/arm/boot/dts/am335x-evmsk.dts
+++ b/arch/arm/boot/dts/am335x-evmsk.dts
@@ -645,6 +645,7 @@
ti,non-removable;
bus-width = <4>;
cap-power-off-card;
+ keep-power-in-suspend;
pinctrl-names = "default";
pinctrl-0 = <&mmc2_pins>;
};