From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-106111.protonmail.ch (mail-106111.protonmail.ch [79.135.106.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D915B25F7A4 for ; Wed, 20 Aug 2025 21:17:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=79.135.106.111 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755724637; cv=none; b=CQTNnnPyFpxo89NjFfivMnn9rABgPDEkCpb+R8+Lc0fPQn73RtacPqnQ//lJD0OVAsXvbGtySThulbW4EIf51ynQFJa1xMlIrbIuYsbdnZHJqdnDwTG4MPvsNK3yrEut/ScqJUSJsbvfUCKVxd13XxDJlgXmaB4CTBJRBQ3mUSI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755724637; c=relaxed/simple; bh=hmKgBpis+IhmU/njLSbfcdokWcRusKjdaMgnbPMjLEs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=JeN4FG1NcgKQ6BVWnxmdwhzYZjF8oFeyu4DzSg867/XwhWEmXOihFSzWoNKTWyrqLbHOsDPadHlBpW1hI1LxgjvjLsA8RJ9T+BlyKCzv6dV/TjRf8YTkw72OwhkBaXAXV2R7/R9JI4rv6UbRZrfTFaPOrXATrmRGEKDZrN/Af0E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=weathered-steel.dev; spf=pass smtp.mailfrom=weathered-steel.dev; dkim=pass (2048-bit key) header.d=weathered-steel.dev header.i=@weathered-steel.dev header.b=IV5VEQVo; arc=none smtp.client-ip=79.135.106.111 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=weathered-steel.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=weathered-steel.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=weathered-steel.dev header.i=@weathered-steel.dev header.b="IV5VEQVo" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=weathered-steel.dev; s=protonmail3; t=1755724633; x=1755983833; bh=fqJHnlhrPYGz8GtkFmxOodoZHHUoB7YfZ5UqommjP5k=; h=Date:From:To:Cc:Subject:Message-ID:References:In-Reply-To:From:To: Cc:Date:Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=IV5VEQVoGy8r89/AzX/0j0QXioXUzhM6gRPmmLQCN5UBQyJd24AztT62WANBwlsvF OBIEqPQABTD3NE0h+j70ybfdc7j/+VZGoL/ejDfUT8Yr6kB5j148i5TFtgklrG9A0Y teV9SLmemCWiCST6/rOdG1olNit3+JqXCJ00RDmdhWjcscyd4czJFOgaHuiqQ/AQdr yz69iq22YKALJIsSH/YezhF5t0n1fNhGmNAkbp8rlWDBwDV1JEs2wEukhlIDYvSTpp 2qY8qgzNa2CzirJk1omn3J6sMLhOJP6I7cFcxcjXRSjiwJbiR0xeyyCov8bSYXhiL8 jfzP1tcP8eR8Q== X-Pm-Submission-Id: 4c6fRC1YSqz2ScDC Date: Wed, 20 Aug 2025 21:17:03 +0000 From: Elle Rhumsaa To: Michal Wilczynski Cc: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Miguel Ojeda , Alex Gaynor , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Andreas Hindborg , Alice Ryhl , Trevor Gross , Danilo Krummrich , Guo Ren , Fu Wei , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Marek Szyprowski , Benno Lossin , Michael Turquette , Drew Fustini , Daniel Almeida , linux-kernel@vger.kernel.org, linux-pwm@vger.kernel.org, rust-for-linux@vger.kernel.org, linux-riscv@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH v14 6/7] riscv: dts: thead: Add PWM controller node Message-ID: References: <20250820-rust-next-pwm-working-fan-for-sending-v14-0-df2191621429@samsung.com> <20250820-rust-next-pwm-working-fan-for-sending-v14-6-df2191621429@samsung.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250820-rust-next-pwm-working-fan-for-sending-v14-6-df2191621429@samsung.com> On Wed, Aug 20, 2025 at 10:35:41AM +0200, Michal Wilczynski wrote: > Add the Device Tree node for the T-HEAD TH1520 SoC's PWM controller. > > Reviewed-by: Drew Fustini > Tested-by: Drew Fustini > Signed-off-by: Michal Wilczynski > --- > arch/riscv/boot/dts/thead/th1520.dtsi | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/riscv/boot/dts/thead/th1520.dtsi b/arch/riscv/boot/dts/thead/th1520.dtsi > index 42724bf7e90e08fac326c464d0f080e3bd2cd59b..513dc6977b2633503515ad260913156fbe57d92f 100644 > --- a/arch/riscv/boot/dts/thead/th1520.dtsi > +++ b/arch/riscv/boot/dts/thead/th1520.dtsi > @@ -493,6 +493,13 @@ uart2: serial@ffec010000 { > status = "disabled"; > }; > > + pwm: pwm@ffec01c000 { > + compatible = "thead,th1520-pwm"; > + reg = <0xff 0xec01c000 0x0 0x4000>; > + clocks = <&clk CLK_PWM>; > + #pwm-cells = <3>; > + }; > + > clk: clock-controller@ffef010000 { > compatible = "thead,th1520-clk-ap"; > reg = <0xff 0xef010000 0x0 0x1000>; > > -- > 2.34.1 Reviewed-by: Elle Rhumsaa