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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6E3E2C00528 for ; Tue, 1 Aug 2023 18:34:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229452AbjHASeH (ORCPT ); Tue, 1 Aug 2023 14:34:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48182 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229718AbjHASeG (ORCPT ); Tue, 1 Aug 2023 14:34:06 -0400 Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 39A9E10C; Tue, 1 Aug 2023 11:34:03 -0700 (PDT) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 371IXkHN075908; Tue, 1 Aug 2023 13:33:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1690914826; bh=4gdGedU9SYQE4utnSNGlyPNVPmfeozLPd6xHQANGRbo=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=PTYmmxsiaje4Wr4deJdtiuoIYXoYge5nOWNF79oaeZ1E2LX8J3V5i9/VeVuyNkFl5 qYBa1h+bnOqWyiWtEYqF8U2SLGrDrBE+EyItTbRc6JGk4EXqm8zTODIs30G61NykeS ZFgdVo902JTwxAQvBlKKvofDTiOQV8oIHOsBuVYY= Received: from DFLE109.ent.ti.com (dfle109.ent.ti.com [10.64.6.30]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 371IXkJH013389 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 1 Aug 2023 13:33:46 -0500 Received: from DFLE112.ent.ti.com (10.64.6.33) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 1 Aug 2023 13:33:46 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Tue, 1 Aug 2023 13:33:46 -0500 Received: from localhost (ileaxei01-snat.itg.ti.com [10.180.69.5]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 371IXj3m016108; Tue, 1 Aug 2023 13:33:45 -0500 Date: Tue, 1 Aug 2023 13:33:45 -0500 From: Nishanth Menon To: Sinthu Raja CC: Tero Kristo , Rob Herring , Vignesh Raghavendra , Krzysztof Kozlowski , , , , Sinthu Raja Subject: Re: [PATCH] arm64: dts: ti: k3-j721s2-main: Add dts nodes for EHRPWMs Message-ID: <20230801183345.ypzawnia7gluabqa@exclusion> References: <20230713114021.28450-1-sinthu.raja@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20230713114021.28450-1-sinthu.raja@ti.com> X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 17:10-20230713, Sinthu Raja wrote: > From: Sinthu Raja > > Add dts nodes for 6 EHRPWM instances on SoC. Disable EHRPWM nodes in the > dtsi files and only enable the ones that are actually pinned out on a > given board in the board dts file. > > Signed-off-by: Sinthu Raja > --- > arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi | 66 ++++++++++++++++++++++ > 1 file changed, 66 insertions(+) > > diff --git a/arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi b/arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi > index ed79ab3a3271..0d3a965f764f 100644 > --- a/arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi > +++ b/arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi > @@ -58,6 +58,72 @@ serdes_ln_ctrl: mux-controller@80 { > mux-reg-masks = <0x80 0x3>, <0x84 0x3>, /* SERDES0 lane0/1 select */ > <0x88 0x3>, <0x8c 0x3>; /* SERDES0 lane2/3 select */ > }; > + > + ehrpwm_tbclk: clock-controller@140 { > + compatible = "ti,am654-ehrpwm-tbclk", "syscon"; NAK. Udit: your team needs to please run dtbs_check prior to posting patches I had done a cleanup https://lore.kernel.org/all/20230713184759.3336536-1-nm@ti.com/ already and I dont want to reopen this again. Please read Documentation/devicetree/bindings/clock/ti,am654-ehrpwm-tbclk.yaml -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D