From patchwork Thu Mar 3 09:01:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 12767237 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E661FC433F5 for ; Thu, 3 Mar 2022 09:02:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231656AbiCCJDB (ORCPT ); Thu, 3 Mar 2022 04:03:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57042 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231760AbiCCJCw (ORCPT ); Thu, 3 Mar 2022 04:02:52 -0500 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id A2BA8177768; Thu, 3 Mar 2022 01:02:03 -0800 (PST) X-IronPort-AV: E=Sophos;i="5.90,151,1643641200"; d="scan'208";a="112200834" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 03 Mar 2022 18:02:03 +0900 Received: from localhost.localdomain (unknown [10.226.93.124]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id C93FC40065D4; Thu, 3 Mar 2022 18:02:00 +0900 (JST) From: Biju Das To: Vinod Koul , Rob Herring Cc: Biju Das , dmaengine@vger.kernel.org, devicetree@vger.kernel.org, Geert Uytterhoeven , Chris Paterson , Biju Das , Prabhakar Mahadev Lad , linux-renesas-soc@vger.kernel.org Subject: [PATCH] dt-bindings: dma: rz-dmac: Update compatible string for RZ/G2UL SoC Date: Thu, 3 Mar 2022 09:01:58 +0000 Message-Id: <20220303090158.30834-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.17.1 Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org Both RZ/G2UL and RZ/Five SoC's have SoC ID starting with R9A07G043. To distinguish between them update the compatible string to "renesas,r9a07g043u-dmac" for RZ/G2UL SoC. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml b/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml index 1e25c5b0fb4d..9e367f51d621 100644 --- a/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml +++ b/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml @@ -16,9 +16,9 @@ properties: compatible: items: - enum: - - renesas,r9a07g043-dmac # RZ/G2UL - - renesas,r9a07g044-dmac # RZ/G2{L,LC} - - renesas,r9a07g054-dmac # RZ/V2L + - renesas,r9a07g043u-dmac # RZ/G2UL + - renesas,r9a07g044-dmac # RZ/G2{L,LC} + - renesas,r9a07g054-dmac # RZ/V2L - const: renesas,rz-dmac reg: