From patchwork Mon Apr 25 14:18:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 12825822 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B80DDC433EF for ; Mon, 25 Apr 2022 14:20:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :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=E0DEe/3EOT4MkF1gh/ohJwL+ADKwMeCIJMHJKVYeZ5Y=; b=ebL7otMIJ+9oVN xYmTzh+7VLpZ+HhnuFxtYNwlG8paRI2WL1+GNzBYrxfuDioDZVs4DSjjQ8bTZyyPjjMgstVfYPPzI +rj757YnUNr1llm3BN/H8Xjikf/J+/mePgVp2zRAUh50l3PFcbex66YJeRbjrjZBKBnbDUDl9FvFF FVNkmwxxQbKQ3Y6XY+Y3R5GOVD+t3ePhz5K51Q+ffemmN7jl40umM1bv/YCNcSrp2a4CS4MpAj/p+ 8/oxLt+PLfD8279HdvyXUUBg2cLdJm8PWio6FCeZTnzxsm2dTZ2JLLbUPE6ptMkZBxvP86aYSkcQq DH8AilBVIH6aZqNJ706A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nizYN-009sxP-CJ; Mon, 25 Apr 2022 14:19:03 +0000 Received: from relmlor2.renesas.com ([210.160.252.172] helo=relmlie6.idc.renesas.com) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nizY1-009sqI-HD for linux-arm-kernel@lists.infradead.org; Mon, 25 Apr 2022 14:18:43 +0000 X-IronPort-AV: E=Sophos;i="5.90,288,1643641200"; d="scan'208";a="119095566" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 25 Apr 2022 23:18:35 +0900 Received: from localhost.localdomain (unknown [10.226.93.95]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id ECB42436BEF6; Mon, 25 Apr 2022 23:18:30 +0900 (JST) From: Biju Das To: Rob Herring , Krzysztof Kozlowski , Maxime Coquelin , Alexandre Torgue Cc: Biju Das , Daniel Lezcano , Thomas Gleixner , Chris Brandt , Geert Uytterhoeven , devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, Chris Paterson , Biju Das , Prabhakar Mahadev Lad , linux-renesas-soc@vger.kernel.org, Krzysztof Kozlowski Subject: [PATCH v2] dt-bindings: timer: renesas: ostm: Document Renesas RZ/G2UL OSTM Date: Mon, 25 Apr 2022 15:18:28 +0100 Message-Id: <20220425141828.197321-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220425_071841_733228_7E919051 X-CRM114-Status: UNSURE ( 7.88 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Document the General Timer Module(a.k.a OSTM) found on the RZ/G2UL SoC. OSTM module is identical to one found RZ/G2L SoC. No driver changes are required as generic compatible string "renesas,ostm" will be used as a fallback. Signed-off-by: Biju Das Acked-by: Krzysztof Kozlowski Reviewed-by: Geert Uytterhoeven --- v1->v2: * Make the resets property required on RZ/G2UL SoC * Added Ack from Krzysztof Kozlowski * Added Rb tag from Geert --- Documentation/devicetree/bindings/timer/renesas,ostm.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/timer/renesas,ostm.yaml b/Documentation/devicetree/bindings/timer/renesas,ostm.yaml index c399a019dde7..7207929e5cd6 100644 --- a/Documentation/devicetree/bindings/timer/renesas,ostm.yaml +++ b/Documentation/devicetree/bindings/timer/renesas,ostm.yaml @@ -23,6 +23,7 @@ properties: - enum: - renesas,r7s72100-ostm # RZ/A1H - renesas,r7s9210-ostm # RZ/A2M + - renesas,r9a07g043-ostm # RZ/G2UL - renesas,r9a07g044-ostm # RZ/G2{L,LC} - renesas,r9a07g054-ostm # RZ/V2L - const: renesas,ostm # Generic @@ -54,6 +55,7 @@ if: compatible: contains: enum: + - renesas,r9a07g043-ostm - renesas,r9a07g044-ostm - renesas,r9a07g054-ostm then: