From patchwork Mon Sep 8 18:47:27 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 4864331 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id D6800C0338 for ; Mon, 8 Sep 2014 18:48:16 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 032042015D for ; Mon, 8 Sep 2014 18:48:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1C024200F4 for ; Mon, 8 Sep 2014 18:48:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753289AbaIHSr5 (ORCPT ); Mon, 8 Sep 2014 14:47:57 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:42131 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752776AbaIHSr4 (ORCPT ); Mon, 8 Sep 2014 14:47:56 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id s88IlSId012811; Mon, 8 Sep 2014 13:47:28 -0500 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id s88IlSFj031560; Mon, 8 Sep 2014 13:47:28 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.174.1; Mon, 8 Sep 2014 13:47:28 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id s88IlRKI007918; Mon, 8 Sep 2014 13:47:27 -0500 Date: Mon, 8 Sep 2014 13:47:27 -0500 From: Nishanth Menon To: Tony Lindgren , Tero Kristo , Paul Walmsley , =?iso-8859-1?Q?Beno=EEt?= Cousson CC: Kevin Hilman , , , , Keerthy , Santosh Shilimkar , Subject: Re: [PATCH 6/6] ARM: dts: dra7-evm: Mark uart1 rxd as wakeup capable Message-ID: <20140908184727.GA2103@kahuna> References: <1408716235-26164-1-git-send-email-nm@ti.com> <1408716235-26164-7-git-send-email-nm@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1408716235-26164-7-git-send-email-nm@ti.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Spam-Status: No, score=-9.4 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 On 09:03-20140822, Nishanth Menon wrote: > status = "okay"; > pinctrl-names = "default"; > pinctrl-0 = <&uart1_pins>; > + interrupts-extended = <&gic GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH > + &dra7_pmx_core 0x3e0>; ^^ Thanks to Lee Jones pointing this out to me in a different context[1] I made the wrong usage. Fixing the syntax to stay in sync with Documentation/devicetree/bindings/interrupt-controller/interrupts.txt [1] http://marc.info/?l=linux-omap&m=140930980325273&w=2 -----8<---- From c3c284ebd2b8d5535abf297ef7537b2caa7fe67b Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Fri, 6 Jun 2014 20:53:22 -0500 Subject: [PATCH V2 6/6] ARM: dts: dra7-evm: Mark uart1 rxd as wakeup capable Mark rxd as wakeupcapable for 115200n8 no hardware-flow control configuration. If h/w flow control is being used, then rts/cts appropriately should be used. Signed-off-by: Nishanth Menon --- arch/arm/boot/dts/dra7-evm.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index 50f8022..08434c7 100644 --- a/arch/arm/boot/dts/dra7-evm.dts +++ b/arch/arm/boot/dts/dra7-evm.dts @@ -303,6 +303,8 @@ status = "okay"; pinctrl-names = "default"; pinctrl-0 = <&uart1_pins>; + interrupts-extended = <&gic GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>, + <&dra7_pmx_core 0x3e0>; }; &uart2 {