From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4E9D4C433E7 for ; Wed, 2 Sep 2020 18:21:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0623C207EA for ; Wed, 2 Sep 2020 18:21:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="wnyOWz5Z" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727954AbgIBSVg (ORCPT ); Wed, 2 Sep 2020 14:21:36 -0400 Received: from lelv0142.ext.ti.com ([198.47.23.249]:37730 "EHLO lelv0142.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726821AbgIBSVe (ORCPT ); Wed, 2 Sep 2020 14:21:34 -0400 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 082ILVdm058293; Wed, 2 Sep 2020 13:21:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1599070891; bh=nlUAMnNqJxMawe84yF+TSG/fCesyBZpd/y2oc4hXuVk=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=wnyOWz5ZiDKFQtlwlkIZePnIONIsi0IQHtCFU+QZwHTv9OClh0yDx1DGslavTLxn8 dnwTVlFNMuR7hvCxPvxJleKU2joZ2muQzJ3F1LyAkV9d54KjUBnB/QEMVQbDglwTie /0mDZx/uP+z6JqwQsnW9BMMi7HTh3gHEI9VBqAIw= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 082ILULd012165 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 2 Sep 2020 13:21:30 -0500 Received: from DLEE102.ent.ti.com (157.170.170.32) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Wed, 2 Sep 2020 13:21:30 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Wed, 2 Sep 2020 13:21:30 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 082ILUqT112616; Wed, 2 Sep 2020 13:21:30 -0500 Date: Wed, 2 Sep 2020 13:21:30 -0500 From: Nishanth Menon To: Suman Anna CC: Rob Herring , Tero Kristo , , , , Vignesh Raghavendra , , , Subject: Re: [PATCH 2/7] arm64: dts: ti: k3-am65*: Use generic clock for serdes clock name Message-ID: <20200902182130.r3etp3fo4lclsdl4@akan> References: <20200901223059.14801-1-nm@ti.com> <20200901223059.14801-3-nm@ti.com> <762671ff-d78a-95aa-2817-62d3ebed104e@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <762671ff-d78a-95aa-2817-62d3ebed104e@ti.com> User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12:45-20200902, Suman Anna wrote: > On 9/1/20 5:30 PM, Nishanth Menon wrote: > > Use clock@ naming for nodes following standard conventions of device > > tree (section 2.2.2 Generic Names recommendation in [1]). > > > > [1] https://github.com/devicetree-org/devicetree-specification/tree/v0.3 > > > > Suggested-by: Suman Anna > > Signed-off-by: Nishanth Menon > > Acked-by: Suman Anna > > > --- > > arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi > > index 336d09d6fec7..03e28fc256de 100644 > > --- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi > > +++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi > > @@ -327,12 +327,12 @@ > > reg = <0x00000210 0x4>; > > }; > > > > - serdes0_clk: serdes_clk@4080 { > > + serdes0_clk: clock@4080 { > > compatible = "syscon"; > > reg = <0x00004080 0x4>; > > }; > > > > - serdes1_clk: serdes_clk@4090 { > > + serdes1_clk: clock@4090 { > > compatible = "syscon"; > > reg = <0x00004090 0x4>; > > }; > > > > Btw, there is also ehrpwm_tbclk alongside these nodes which is currently defined > as a syscon, but is actually a clock. aah, good catch.. I can fix that in the follow on V2. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 66078C433E2 for ; Wed, 2 Sep 2020 18:22:46 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 275F3207EA for ; Wed, 2 Sep 2020 18:22:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="zXlYxKVM"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ti.com header.i=@ti.com header.b="wnyOWz5Z" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 275F3207EA Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=vauWSYsipyXbsvbGx4DygMwMmFn343lgB62QVg8Wdnk=; b=zXlYxKVMglAH1C//gURcPeUVB w2V2iRRWsA7sSGKEDeA1m7gZtQUKSqAOg+U1Y+riAldLgreTPhCNGPWHu1ggRo+M9LZKqCKf5wud7 RX0GRDCmOfI5nxaJCnC3tkhi+D8IMuCakBGtXY8fc+RclHI9lVY5KR06AgFiWzWBOgiUuMvRYBdtI rVpLDyzNPgY20qH1q4hjPSxnR3H/5HpojzmpICttH670pP1Z104k3TO6eUlSqqWD0ShLoz/ut8EL3 U4q4dLeGZUQ8qu0o5AfvKvcTiNvgEDLQjAWYNjIs6Antc6LgkkjvY1Ec3A2oWRb7VQt+04YcwrIh/ dbwUVCjUg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kDXO2-0000t5-ON; Wed, 02 Sep 2020 18:21:34 +0000 Received: from lelv0142.ext.ti.com ([198.47.23.249]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kDXO0-0000sa-L6 for linux-arm-kernel@lists.infradead.org; Wed, 02 Sep 2020 18:21:33 +0000 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 082ILVdm058293; Wed, 2 Sep 2020 13:21:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1599070891; bh=nlUAMnNqJxMawe84yF+TSG/fCesyBZpd/y2oc4hXuVk=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=wnyOWz5ZiDKFQtlwlkIZePnIONIsi0IQHtCFU+QZwHTv9OClh0yDx1DGslavTLxn8 dnwTVlFNMuR7hvCxPvxJleKU2joZ2muQzJ3F1LyAkV9d54KjUBnB/QEMVQbDglwTie /0mDZx/uP+z6JqwQsnW9BMMi7HTh3gHEI9VBqAIw= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 082ILULd012165 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 2 Sep 2020 13:21:30 -0500 Received: from DLEE102.ent.ti.com (157.170.170.32) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Wed, 2 Sep 2020 13:21:30 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Wed, 2 Sep 2020 13:21:30 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 082ILUqT112616; Wed, 2 Sep 2020 13:21:30 -0500 Date: Wed, 2 Sep 2020 13:21:30 -0500 From: Nishanth Menon To: Suman Anna Subject: Re: [PATCH 2/7] arm64: dts: ti: k3-am65*: Use generic clock for serdes clock name Message-ID: <20200902182130.r3etp3fo4lclsdl4@akan> References: <20200901223059.14801-1-nm@ti.com> <20200901223059.14801-3-nm@ti.com> <762671ff-d78a-95aa-2817-62d3ebed104e@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <762671ff-d78a-95aa-2817-62d3ebed104e@ti.com> User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200902_142132_783206_42CDE80C X-CRM114-Status: GOOD ( 18.01 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, grygorii.strashko@ti.com, Vignesh Raghavendra , lokeshvutla@ti.com, nsekhar@ti.com, linux-kernel@vger.kernel.org, Tero Kristo , Rob Herring , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 12:45-20200902, Suman Anna wrote: > On 9/1/20 5:30 PM, Nishanth Menon wrote: > > Use clock@ naming for nodes following standard conventions of device > > tree (section 2.2.2 Generic Names recommendation in [1]). > > > > [1] https://github.com/devicetree-org/devicetree-specification/tree/v0.3 > > > > Suggested-by: Suman Anna > > Signed-off-by: Nishanth Menon > > Acked-by: Suman Anna > > > --- > > arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi > > index 336d09d6fec7..03e28fc256de 100644 > > --- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi > > +++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi > > @@ -327,12 +327,12 @@ > > reg = <0x00000210 0x4>; > > }; > > > > - serdes0_clk: serdes_clk@4080 { > > + serdes0_clk: clock@4080 { > > compatible = "syscon"; > > reg = <0x00004080 0x4>; > > }; > > > > - serdes1_clk: serdes_clk@4090 { > > + serdes1_clk: clock@4090 { > > compatible = "syscon"; > > reg = <0x00004090 0x4>; > > }; > > > > Btw, there is also ehrpwm_tbclk alongside these nodes which is currently defined > as a syscon, but is actually a clock. aah, good catch.. I can fix that in the follow on V2. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel