From patchwork Sun Mar 26 08:53:10 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Reizer, Eyal" X-Patchwork-Id: 9644979 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id A4197601E9 for ; Sun, 26 Mar 2017 08:53:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 859B3252D5 for ; Sun, 26 Mar 2017 08:53:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 68F9D2521E; Sun, 26 Mar 2017 08:53:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BBA662521E for ; Sun, 26 Mar 2017 08:53:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751263AbdCZIxY (ORCPT ); Sun, 26 Mar 2017 04:53:24 -0400 Received: from fllnx210.ext.ti.com ([198.47.19.17]:33225 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751227AbdCZIxX (ORCPT ); Sun, 26 Mar 2017 04:53:23 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllnx210.ext.ti.com (8.15.1/8.15.1) with ESMTP id v2Q8rDth005249; Sun, 26 Mar 2017 03:53:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1490518393; bh=VLOjakayilzkBRdxOSP0TmSTiE2ZeJe3cvY+PX2n4yk=; h=From:To:Subject:Date:References:In-Reply-To; b=OOZDd1gf9unrw4EY/WvLC85xOgwCI2AQmPEKEpNS47d4RR4dr7hMsyDGIdWW1yhEn J0wA9IvI1MQIRKU/afIvjb7/7P+wpP5/kDYmuKRtwNIi/ETTx+Vthh1XOyqwztYa6W oSZ0QESWKRJBFkFgFuN11yFbT2wKip4J+M65rWIU= Received: from DFRE71.ent.ti.com (dfre71.ent.ti.com [10.167.188.35]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v2Q8rCjC013105; Sun, 26 Mar 2017 03:53:12 -0500 Received: from DFRE01.ent.ti.com ([fe80::b027:5293:c8d8:d82a]) by DFRE71.ent.ti.com ([fe80::1d1a:fb50:7d9b:ab68%31]) with mapi id 14.03.0294.000; Sun, 26 Mar 2017 10:53:11 +0200 From: "Reizer, Eyal" To: =?Windows-1252?Q?Beno=EEt_Cousson?= , Tony Lindgren , Rob Herring , "linux-omap@vger.kernel.org" , "devicetree@vger.kernel.org" Subject: [PATCH] ARM: dts: am335x-evmsk: adjust mmc2 param to allow suspend Thread-Topic: [PATCH] ARM: dts: am335x-evmsk: adjust mmc2 param to allow suspend Thread-Index: AQHSpg2E3KCdiuA6fkylALG1GH8OZ6Gmz9Vg Date: Sun, 26 Mar 2017 08:53:10 +0000 Message-ID: <8665E2433BC68541A24DFFCA87B70F5B363623DC@DFRE01.ent.ti.com> References: <1490517995-12895-1-git-send-email-eyalr@ti.com> In-Reply-To: <1490517995-12895-1-git-send-email-eyalr@ti.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.167.188.94] x-exclaimer-md-config: f9c360f5-3d1e-4c3c-8703-f45bf52eff6b MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 --- arch/arm/boot/dts/am335x-evmsk.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts index 9e43c44..9ba4b18 100644 --- a/arch/arm/boot/dts/am335x-evmsk.dts +++ b/arch/arm/boot/dts/am335x-evmsk.dts @@ -672,6 +672,7 @@ ti,non-removable; bus-width = <4>; cap-power-off-card; + keep-power-in-suspend; pinctrl-names = "default"; pinctrl-0 = <&mmc2_pins>;