From patchwork Tue Sep 1 11:41:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 11747973 X-Patchwork-Delegate: iwamatsu@nigauri.org Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 92F0413B1 for ; Tue, 1 Sep 2020 11:45:12 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6E5BB207BC for ; Tue, 1 Sep 2020 11:45:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=lists.cip-project.org header.i=@lists.cip-project.org header.b="q+5MdtIf" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6E5BB207BC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bp.renesas.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+64572+5358+4520428+8129116@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id 6YAlYY4521763x5I8FKzH2Fv; Tue, 01 Sep 2020 04:45:12 -0700 X-Received: from relmlie5.idc.renesas.com (relmlie5.idc.renesas.com []) by mx.groups.io with SMTP id smtpd.web12.11107.1598960480272809138 for ; Tue, 01 Sep 2020 04:41:34 -0700 X-IronPort-AV: E=Sophos;i="5.76,378,1592838000"; d="scan'208";a="56086800" X-Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 01 Sep 2020 20:41:34 +0900 X-Received: from localhost.localdomain (unknown [172.29.53.50]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id C0BEC400752B; Tue, 1 Sep 2020 20:41:32 +0900 (JST) From: Biju Das To: cip-dev@lists.cip-project.org, Nobuhiro Iwamatsu , Pavel Machek Cc: Chris Paterson , Biju Das , Prabhakar Mahadev Lad Subject: [cip-dev] [PATCH 4.4.y-cip 09/10] dt-bindings: power: renesas,apmu: Document r8a7742 support Date: Tue, 1 Sep 2020 12:41:13 +0100 Message-Id: <20200901114114.3465-10-biju.das.jz@bp.renesas.com> In-Reply-To: <20200901114114.3465-1-biju.das.jz@bp.renesas.com> References: <20200901114114.3465-1-biju.das.jz@bp.renesas.com> Precedence: Bulk List-Unsubscribe: Sender: cip-dev@lists.cip-project.org List-Id: Mailing-List: list cip-dev@lists.cip-project.org; contact cip-dev+owner@lists.cip-project.org Delivered-To: mailing list cip-dev@lists.cip-project.org Reply-To: cip-dev@lists.cip-project.org X-Gm-Message-State: nhq1kvyKeH8Zam6zCE6189KPx4520428AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1598960712; bh=jGi6wD2AqAx6aE1fomed+EcXFfMfmpvjX5l+x4+bSX4=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=q+5MdtIfijS8nIEPeuTuvErSgEKqym5Qj5DKmr8lUMDfeFTH7170SdqYErNm5CsOefk hPkNabNEVFgjsTfgzhE4fYQJqlb3/Enh2T5zvaZiW5S+EdRfyju2+EP5MU1rMp6rUcf2k dLHbfzHXHLk8j/us/H9lo18Isdry/SSlS1w= From: Lad Prabhakar commit a08790960382c24d92af43a34626ed0f3899d299 upstream. Document APMU and SMP enable method for RZ/G1H (also known as r8a7742) SoC. Signed-off-by: Lad Prabhakar Reviewed-by: Marian-Cristian Rotariu Reviewed-by: Wolfram Sang Reviewed-by: Geert Uytterhoeven Signed-off-by: Rob Herring [biju: Patched text version of bindings file] Signed-off-by: Biju Das --- Documentation/devicetree/bindings/power/renesas,apmu.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/power/renesas,apmu.txt b/Documentation/devicetree/bindings/power/renesas,apmu.txt index 21157fb60f36..8ffb21e20bc4 100644 --- a/Documentation/devicetree/bindings/power/renesas,apmu.txt +++ b/Documentation/devicetree/bindings/power/renesas,apmu.txt @@ -7,6 +7,7 @@ Required properties: - compatible: Should be "renesas,-apmu", "renesas,apmu" as fallback. Examples with soctypes are: + - "renesas,r8a7742-apmu" (RZ/G1H) - "renesas,r8a7743-apmu" (RZ/G1M) - "renesas,r8a7744-apmu" (RZ/G1N) - "renesas,r8a7745-apmu" (RZ/G1E)