From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BCCA4C2D0A3 for ; Tue, 3 Nov 2020 21:05:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 68831206B5 for ; Tue, 3 Nov 2020 21:05:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604437507; bh=k721Juu+tMq7na9v1YvFmeYLwHIhdFFr7+AYj54quJ4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=QI5K1PO76flL8KDAkEC5jTGfEnmHeqnMDDgWDtPoWmCJmlJ9ifgBbMQ8O4XevB2Yy 7dU5D5E2YEHKVeKodc2o7CZwCO+ouHwZg3jhA1cFGIRxpdSOE2XlPLKrHEh0xdSwtJ N/TS/ujq6JUSdfv0OhHMLr3RFGSNg6hf7KBvMYsM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387727AbgKCVFF (ORCPT ); Tue, 3 Nov 2020 16:05:05 -0500 Received: from mail.kernel.org ([198.145.29.99]:43246 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387682AbgKCVE6 (ORCPT ); Tue, 3 Nov 2020 16:04:58 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7A70E20658; Tue, 3 Nov 2020 21:04:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604437498; bh=k721Juu+tMq7na9v1YvFmeYLwHIhdFFr7+AYj54quJ4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=nAP0xVTfB5IE3XKPF8rjSc0Vx9+wPrx59BGKcX9TZSZh1m7EfQpIg+HM7lkOjyFPC IysFsXDqGcFrp664LlOIK+WTXuObWmaCF2hi9wADic8Ar1icqmche8+JHU71fWZF48 ASIbcrcCcdZhGGskR3OxWrhx/NmboIfBiwJ0Z9ts= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Yoshihiro Shimoda , Geert Uytterhoeven , Sasha Levin Subject: [PATCH 4.19 103/191] arm64: dts: renesas: ulcb: add full-pwr-cycle-in-suspend into eMMC nodes Date: Tue, 3 Nov 2020 21:36:35 +0100 Message-Id: <20201103203243.299911364@linuxfoundation.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201103203232.656475008@linuxfoundation.org> References: <20201103203232.656475008@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Yoshihiro Shimoda [ Upstream commit 992d7a8b88c83c05664b649fc54501ce58e19132 ] Add full-pwr-cycle-in-suspend property to do a graceful shutdown of the eMMC device in system suspend. Signed-off-by: Yoshihiro Shimoda Link: https://lore.kernel.org/r/1594989201-24228-1-git-send-email-yoshihiro.shimoda.uh@renesas.com Signed-off-by: Geert Uytterhoeven Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/renesas/ulcb.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/renesas/ulcb.dtsi b/arch/arm64/boot/dts/renesas/ulcb.dtsi index 0ead552d7eae9..600adc25eaeff 100644 --- a/arch/arm64/boot/dts/renesas/ulcb.dtsi +++ b/arch/arm64/boot/dts/renesas/ulcb.dtsi @@ -430,6 +430,7 @@ bus-width = <8>; mmc-hs200-1_8v; non-removable; + full-pwr-cycle-in-suspend; status = "okay"; }; -- 2.27.0