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 1E9FCC4332F for ; Tue, 15 Nov 2022 15:39:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230393AbiKOPj5 (ORCPT ); Tue, 15 Nov 2022 10:39:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39200 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229681AbiKOPjz (ORCPT ); Tue, 15 Nov 2022 10:39:55 -0500 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 31DC929361 for ; Tue, 15 Nov 2022 07:39:54 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 5D76C80E0; Tue, 15 Nov 2022 15:29:53 +0000 (UTC) Date: Tue, 15 Nov 2022 17:39:52 +0200 From: Tony Lindgren To: Nishanth Menon Cc: Vignesh Raghavendra , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Keerthy , Georgi Vlaev Subject: Re: [PATCH v2 4/4] arm64: dts: ti: k3-am625-sk: Use pwm-led instead of gpio-led Message-ID: References: <20221107163533.48777-1-tony@atomide.com> <20221107163533.48777-5-tony@atomide.com> <20221115144730.sewbrukm5yjuka35@stinging> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221115144730.sewbrukm5yjuka35@stinging> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Nishanth Menon [221115 14:37]: > On 18:35-20221107, Tony Lindgren wrote: > [...] > > > --- > > arch/arm64/boot/dts/ti/k3-am625-sk.dts | 17 ++++++++++++----- > > 1 file changed, 12 insertions(+), 5 deletions(-) > > > > diff --git a/arch/arm64/boot/dts/ti/k3-am625-sk.dts b/arch/arm64/boot/dts/ti/k3-am625-sk.dts > > --- a/arch/arm64/boot/dts/ti/k3-am625-sk.dts > > +++ b/arch/arm64/boot/dts/ti/k3-am625-sk.dts > [...] > > + > > + main_pwm7: dmtimer-main-pwm-7 { > > + pinctrl-0 = <&usr_led_pins_default>; > > + pinctrl-names = "default"; > > + compatible = "ti,omap-dmtimer-pwm"; > > > we'd need to convert > Documentation/devicetree/bindings/pwm/pwm-omap-dmtimer.txt to > yaml for me to be able to accept this :( OK. Let's drop this last patch for now. Regards, Tony