From patchwork Tue Dec 27 05:12:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dhruva Gole X-Patchwork-Id: 637425 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 32D3BC10F1B for ; Tue, 27 Dec 2022 05:12:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229478AbiL0FMo (ORCPT ); Tue, 27 Dec 2022 00:12:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54764 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229447AbiL0FMm (ORCPT ); Tue, 27 Dec 2022 00:12:42 -0500 Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0A76025F6; Mon, 26 Dec 2022 21:12:37 -0800 (PST) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 2BR5CL1j110604; Mon, 26 Dec 2022 23:12:21 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1672117941; bh=CgmGw+dFUCEc9kNHgk9+wDsEsqV5Z4l7nEelOZRhQkM=; h=From:To:CC:Subject:Date; b=HblTwrzR4ERHxsMkRkSCW18TavOuHzASRELSNCm7WL+EEZDtSN1RaS1LtcNUSahq1 gcus9i3vCLgmB4hKbnJODklAnEm3vdf3b3qLVajRkAiWWgWlCx9U6O27uLj2QhTRa0 YvL3LRQLJRUsCMMAZVBo/bClTDS2CJwwNzjwdOS4= Received: from DFLE115.ent.ti.com (dfle115.ent.ti.com [10.64.6.36]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 2BR5CLWi072300 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 26 Dec 2022 23:12:21 -0600 Received: from DFLE102.ent.ti.com (10.64.6.23) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Mon, 26 Dec 2022 23:12:21 -0600 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Mon, 26 Dec 2022 23:12:20 -0600 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 2BR5CJHM124680; Mon, 26 Dec 2022 23:12:20 -0600 From: Dhruva Gole To: Vignesh Raghavendra CC: Dhruva Gole , , Tero Kristo , Rob Herring , , , Subject: [PATCH] arm64: dts: ti: k3-am62-main: Fix clocks for McSPI Date: Tue, 27 Dec 2022 10:42:08 +0530 Message-ID: <20221227051208.158894-1-d-gole@ti.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Fixes the clock Device ID's in the DT according to the tisci docs clock identifiers for AM62x Signed-off-by: Dhruva Gole Reviewed-by: Bryan Brattlof --- For reference, TISCI Docs: clock id's for AM62 https://software-dl.ti.com/tisci/esd/latest/5_soc_doc/am62x/clocks.html arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi index 7ad7dd74e079..625e6a004292 100644 --- a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi @@ -418,7 +418,7 @@ main_spi0: spi@20100000 { #address-cells = <1>; #size-cells = <0>; power-domains = <&k3_pds 141 TI_SCI_PD_EXCLUSIVE>; - clocks = <&k3_clks 172 0>; + clocks = <&k3_clks 141 0>; }; main_spi1: spi@20110000 { @@ -428,7 +428,7 @@ main_spi1: spi@20110000 { #address-cells = <1>; #size-cells = <0>; power-domains = <&k3_pds 142 TI_SCI_PD_EXCLUSIVE>; - clocks = <&k3_clks 173 0>; + clocks = <&k3_clks 142 0>; }; main_spi2: spi@20120000 { @@ -438,7 +438,7 @@ main_spi2: spi@20120000 { #address-cells = <1>; #size-cells = <0>; power-domains = <&k3_pds 143 TI_SCI_PD_EXCLUSIVE>; - clocks = <&k3_clks 174 0>; + clocks = <&k3_clks 143 0>; }; main_gpio_intr: interrupt-controller@a00000 {