From patchwork Mon Feb 20 20:33:29 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 9583637 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 2AAB1600C1 for ; Mon, 20 Feb 2017 20:34:52 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1B3E328889 for ; Mon, 20 Feb 2017 20:34:52 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0F99C28892; Mon, 20 Feb 2017 20:34:52 +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.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable 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 C026428889 for ; Mon, 20 Feb 2017 20:34:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752580AbdBTUei (ORCPT ); Mon, 20 Feb 2017 15:34:38 -0500 Received: from laurent.telenet-ops.be ([195.130.137.89]:57132 "EHLO laurent.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752318AbdBTUeE (ORCPT ); Mon, 20 Feb 2017 15:34:04 -0500 Received: from ayla.of.borg ([84.193.137.253]) by laurent.telenet-ops.be with bizsmtp id n8Zs1u00A5UCtCs018ZsWv; Mon, 20 Feb 2017 21:34:01 +0100 Received: from ramsan.of.borg ([192.168.97.29] helo=ramsan) by ayla.of.borg with esmtp (Exim 4.82) (envelope-from ) id 1cfuee-0003mz-5V; Mon, 20 Feb 2017 21:33:52 +0100 Received: from geert by ramsan with local (Exim 4.86_2) (envelope-from ) id 1cfuee-0006Yc-42; Mon, 20 Feb 2017 21:33:52 +0100 From: Geert Uytterhoeven To: Lorenzo Pieralisi , Mark Rutland , Sudeep Holla , Lina Iyer , John Stultz , Thomas Gleixner , "Rafael J . Wysocki" , Len Brown , Pavel Machek , Rob Herring Cc: Magnus Damm , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH/RFC 6/6] arm64: dts: r8a7796: Fix non-PMIC wake-up sources Date: Mon, 20 Feb 2017 21:33:29 +0100 Message-Id: <1487622809-25127-7-git-send-email-geert+renesas@glider.be> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1487622809-25127-1-git-send-email-geert+renesas@glider.be> References: <1487622809-25127-1-git-send-email-geert+renesas@glider.be> Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The PSCI firmware on boards equipped with an R-Car M3-W SoC implements the PSCI SYSTEM_SUSPEND operation by cutting power to the SoC. Hence the only possibly wake-up sources are the ones connected to the PMIC, unless the "arm,psci-system-suspend-is-power-down" property is specified. Signed-off-by: Geert Uytterhoeven --- arch/arm64/boot/dts/renesas/r8a7796.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi index 02febb434d1ca028..a11f030e97902e1c 100644 --- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi @@ -31,6 +31,7 @@ psci { compatible = "arm,psci-0.2"; method = "smc"; + arm,psci-system-suspend-is-power-down; }; cpus {