From patchwork Sun Jun 17 11:53:09 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Daniel Mack X-Patchwork-Id: 10468865 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 A90C4600CC for ; Sun, 17 Jun 2018 11:53:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 963F428433 for ; Sun, 17 Jun 2018 11:53:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8A56028450; Sun, 17 Jun 2018 11:53:40 +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=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 31BBA28433 for ; Sun, 17 Jun 2018 11:53:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=e9FVzutWa21szzJ1/wZK44yUHnfsl0YJAso12AeHeUM=; b=d0462Tbd4ZJE6r rFfh8v+VM9BgtFFI+Rha7exr4J4LD+QXvaFbROIZGxLDHheBMxdoJwmm4XdYQybc2CWkA4XMKk8iS BSC2jsnhbIISDfhMuQmrMofE/abvInOYKup9XnemrJCo8mUOehGT8b3fERYirEDlnIzBreVSHOBtv JLBFRefV10dyKkQ6IC27UaSt6mX1yHynmbG7GZXcJHCKEJ4i5RwOCnmsejCZy7qkIWnugbS15qs8s +wV7aGoGjw5QBYbiadig3eXqfNH5FcZG/44bhX87dIJ208DPqc8/Lx9548dVI9qwO5oIE10W0y/9f WG3WrXWwFt6jGxxunijw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fUWFQ-0000Em-GZ; Sun, 17 Jun 2018 11:53:32 +0000 Received: from mail.bugwerft.de ([46.23.86.59]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fUWFM-0000E2-SI for linux-arm-kernel@lists.infradead.org; Sun, 17 Jun 2018 11:53:30 +0000 Received: from localhost.localdomain (pD95EF0E3.dip0.t-ipconnect.de [217.94.240.227]) by mail.bugwerft.de (Postfix) with ESMTPSA id 32775289810; Sun, 17 Jun 2018 11:50:13 +0000 (UTC) From: Daniel Mack To: tony@atomide.com, dmitry.torokhov@gmail.com, robh+dt@kernel.org, mark.rutland@arm.com, shawnguo@kernel.org, kernel@pengutronix.de, fabio.estevam@nxp.com Subject: [PATCH v2] ARM: dts: am437x: make edt-ft5x06 a wakeup source Date: Sun, 17 Jun 2018 13:53:09 +0200 Message-Id: <20180617115309.1341-1-daniel@zonque.org> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180617_045329_051142_C4BCBE37 X-CRM114-Status: UNSURE ( 7.38 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Daniel Mack , linux-arm-kernel@lists.infradead.org, linux-input@vger.kernel.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP The touchscreen driver no longer configures the device as wakeup source by default. A "wakeup-source" property is needed. Signed-off-by: Daniel Mack --- v1 → v2: amended subject to not mention imx6 anymore arch/arm/boot/dts/am437x-sk-evm.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts index 440351ad0b80..d4be3fd0b6f4 100644 --- a/arch/arm/boot/dts/am437x-sk-evm.dts +++ b/arch/arm/boot/dts/am437x-sk-evm.dts @@ -610,6 +610,8 @@ touchscreen-size-x = <480>; touchscreen-size-y = <272>; + + wakeup-source; }; tlv320aic3106: tlv320aic3106@1b {