From patchwork Mon Nov 22 10:39:03 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 12631569 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 D8D38C433F5 for ; Mon, 22 Nov 2021 10:39:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239237AbhKVKmd (ORCPT ); Mon, 22 Nov 2021 05:42:33 -0500 Received: from relmlor1.renesas.com ([210.160.252.171]:41407 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S235098AbhKVKmc (ORCPT ); Mon, 22 Nov 2021 05:42:32 -0500 X-IronPort-AV: E=Sophos;i="5.87,254,1631545200"; d="scan'208";a="101057615" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 22 Nov 2021 19:39:25 +0900 Received: from localhost.localdomain (unknown [10.226.92.178]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id C5157400515F; Mon, 22 Nov 2021 19:39:22 +0900 (JST) From: Biju Das To: Ulf Hansson , Rob Herring Cc: Biju Das , Wolfram Sang , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, Geert Uytterhoeven , Chris Paterson , Biju Das , Prabhakar Mahadev Lad , linux-renesas-soc@vger.kernel.org Subject: [PATCH 0/2] Rename RZ/G2L SDHI clocks Date: Mon, 22 Nov 2021 10:39:03 +0000 Message-Id: <20211122103905.14439-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.17.1 Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org RZ/G2L SDHI has 4 clocks which is controlled by PM frame work and is using Gen3 compatible string. Now the clock factorisation happened on highspeed clock handling and it changes to fallback by getting parent clock, if "clkh" is not specified in device tree. This path series rename the clocks to match with the clock names used in R-Car Gen2 and later generations. This will avoid driver changes related to clock names. This patch series based on renesas-devel Biju Das (2): dt-bindings: mmc: renesas,sdhi: Rename RZ/G2L clocks arm64: dts: renesas: r9a07g044: Rename SDHI clocks .../devicetree/bindings/mmc/renesas,sdhi.yaml | 10 +++++----- arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) Acked-by: Ulf Hansson