From patchwork Tue Jul 7 17:53:10 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Fenkart X-Patchwork-Id: 6736421 Return-Path: X-Original-To: patchwork-linux-mmc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 65569C05AC for ; Tue, 7 Jul 2015 17:53:30 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9231920762 for ; Tue, 7 Jul 2015 17:53:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A61882071B for ; Tue, 7 Jul 2015 17:53:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757765AbbGGRx1 (ORCPT ); Tue, 7 Jul 2015 13:53:27 -0400 Received: from mail-wi0-f180.google.com ([209.85.212.180]:33515 "EHLO mail-wi0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932198AbbGGRx0 (ORCPT ); Tue, 7 Jul 2015 13:53:26 -0400 Received: by wiwl6 with SMTP id l6so322093645wiw.0; Tue, 07 Jul 2015 10:53:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=3+RzlK1LgZVGeIuhwbyWu/6sAAQOvNsQ2AVIjruKPxg=; b=xRSObpyONw54PVt3tYc2mwa0wQ9BiYOGFSCLJaGmr0xmCcZSnbHS4lumN2MVfdoAjq HTiPDsebJyaFIAzyVIpSuKOFligf2NFkU3pleG5HDYh+DZbnMSVmsqa3VYU+KxNG1+Zn RECeDJweMpsTHP10WlqWnPi1WoVn7OuvDAoaOkq4z05HzmWH5qKXeAygJjnkI5f0Lv4W RLwRMSE7BbWtUIC6omF6Cf7s+mkxk1tiDUbwe4a1uCCDHk/YiO64L/YXszgf0mmXbNY9 b2RCqYmbhZAV2zkIYUvP1BCXdlQt3D2dLU0XB8rPeVwWjQ38s7pMAomYeAuxoF5gwfV/ nXXA== X-Received: by 10.180.96.170 with SMTP id dt10mr104927864wib.42.1436291604994; Tue, 07 Jul 2015 10:53:24 -0700 (PDT) Received: from localhost (ip-89-176-167-254.net.upcbroadband.cz. [89.176.167.254]) by smtp.gmail.com with ESMTPSA id k5sm26498878wij.1.2015.07.07.10.53.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Jul 2015 10:53:24 -0700 (PDT) From: Andreas Fenkart To: devicetree@vger.kernel.org Cc: linux-mmc@vger.kernel.org, Ulf Hansson , Tony Lindgren , Andreas Fenkart Subject: [PATCH] Documentation: dt: update ti, am33xx-hsmmc swakeup workaround Date: Tue, 7 Jul 2015 19:53:10 +0200 Message-Id: <1436291591-31271-1-git-send-email-afenkart@gmail.com> X-Mailer: git-send-email 2.1.4 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Spam-Status: No, score=-7.6 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Before 5b83b2234be6733cf the driver was hard coding the wakeup irq to be active low. The generic pm wakeirq does not override the active high/low parameter, hence it must be specified correctly in the device tree. Mind that SDIO IRQ is active low as defined in the SDIO specification Signed-off-by: Andreas Fenkart Acked-by: Tony Lindgren --- Documentation/devicetree/bindings/mmc/ti-omap-hsmmc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/mmc/ti-omap-hsmmc.txt b/Documentation/devicetree/bindings/mmc/ti-omap-hsmmc.txt index 76bf087..74166a0 100644 --- a/Documentation/devicetree/bindings/mmc/ti-omap-hsmmc.txt +++ b/Documentation/devicetree/bindings/mmc/ti-omap-hsmmc.txt @@ -102,7 +102,7 @@ not every application needs SDIO irq, e.g. MMC cards. pinctrl-1 = <&mmc1_idle>; pinctrl-2 = <&mmc1_sleep>; ... - interrupts-extended = <&intc 64 &gpio2 28 0>; + interrupts-extended = <&intc 64 &gpio2 28 GPIO_ACTIVE_LOW>; }; mmc1_idle : pinmux_cirq_pin {