From patchwork Sun Feb 27 22:48:44 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Prabhakar X-Patchwork-Id: 12762182 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 7129CC433EF for ; Sun, 27 Feb 2022 22:50:14 +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:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id: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=dgshL6xqfG3M0EWst7kroeakmb3XYAURRrc5+ZXWx6U=; b=CdlVcgxTHGHjAR EhGvBISmnYefC1uIKIPecfj7EBI4I8uz2Rw6+MSpweLK0FpEMwr8gxcNid7J+DF+kMmRS2fPxQmyF f5z3DeNntr1UkELZfUXv9b7GogHg2t90cpWUlNMUzi/xj63YG7bd0uq7fsclgI8So9hkvQJqk/rIA LjHgu4E2St0dKwZd+M/4y8kQ32vRasT7k0KuJ1fM6bv42DHgeNsSDR2JTy5T/665wzS5zpP2XPyRl vk6mgBxNpIrDCte3I4hvq94lDA/jijOIb59oQwZIfUK3T/1XOBV8jCjPldQek0tH9xkduaP5kxB6G ajkrb6aNH3axKhkTdCUA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nOSLi-00AIlM-HL; Sun, 27 Feb 2022 22:49:06 +0000 Received: from relmlor1.renesas.com ([210.160.252.171] helo=relmlie5.idc.renesas.com) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nOSLe-00AIjr-8D for linux-arm-kernel@lists.infradead.org; Sun, 27 Feb 2022 22:49:04 +0000 X-IronPort-AV: E=Sophos;i="5.90,142,1643641200"; d="scan'208";a="111725986" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 28 Feb 2022 07:48:57 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id C590C4006DFA; Mon, 28 Feb 2022 07:48:54 +0900 (JST) From: Lad Prabhakar To: Geert Uytterhoeven , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Daniel Lezcano , Thomas Gleixner , Rob Herring , Krzysztof Kozlowski , Maxime Coquelin , Alexandre Torgue , Chris Brandt Cc: Lad Prabhakar , linux-kernel@vger.kernel.org, Prabhakar , Biju Das , linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org Subject: [PATCH] dt-bindings: timer: renesas: ostm: Document Renesas RZ/V2L OSTM Date: Sun, 27 Feb 2022 22:48:44 +0000 Message-Id: <20220227224845.27348-1-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.17.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220227_144902_447893_82F8FE8D X-CRM114-Status: UNSURE ( 6.82 ) 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: , MIME-Version: 1.0 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/V2L 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: Lad Prabhakar Reviewed-by: Biju Das Acked-by: Krzysztof Kozlowski Reviewed-by: Geert Uytterhoeven --- DTSI changes have been posted as part of series [0] [0] https://patchwork.kernel.org/project/linux-renesas-soc/patch/ 20220227203744.18355-8-prabhakar.mahadev-lad.rj@bp.renesas.com/ --- 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 7fa7f977b44c..c399a019dde7 100644 --- a/Documentation/devicetree/bindings/timer/renesas,ostm.yaml +++ b/Documentation/devicetree/bindings/timer/renesas,ostm.yaml @@ -24,6 +24,7 @@ properties: - renesas,r7s72100-ostm # RZ/A1H - renesas,r7s9210-ostm # RZ/A2M - renesas,r9a07g044-ostm # RZ/G2{L,LC} + - renesas,r9a07g054-ostm # RZ/V2L - const: renesas,ostm # Generic reg: @@ -54,6 +55,7 @@ if: contains: enum: - renesas,r9a07g044-ostm + - renesas,r9a07g054-ostm then: required: - resets