From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 5AC7A3876DF; Wed, 8 Apr 2026 13:27:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775654845; cv=none; b=UEh1eJ4ymrH0vT4TFYdWazmHR0qvpUHaA76dUlIvY+3mM/lQjZWkFfo60cthMd0muu5DRuw4sslTER8+/4D+hyUNzjXWN1ZD8s2BS5ZfA6vJyL7VC7NmK/+nr9wSePc3/u+UDuUIHqSmc3BQpD6BIOPryUJU3N5CXtD7nCDlcAQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775654845; c=relaxed/simple; bh=18uxEuPzlVb3uXCjxYm9t2m2h0lPnLgK4BygM0pumqo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=kWRnCgPN8dYrm5VyQBteBy6yW659kuTsZUCBcvip5vVaBaf7yQURxG9qT3INQXs/+nTNLd2Yb6CGou+tsjv5/i8X46oNYhFeD8NAdf6HpVyhdjoE2G4tyyr8uk4V8+3bgX4didb6gbYqL5jtQb07MdMhvexwi8cuM08vnEbJHwc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=qoh+6y2I; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="qoh+6y2I" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E700CC19421; Wed, 8 Apr 2026 13:27:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775654845; bh=18uxEuPzlVb3uXCjxYm9t2m2h0lPnLgK4BygM0pumqo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qoh+6y2I0eeZn8tFL7c0CkErn3kbPrd6Jgg53dI6GkDUDTX5lFLl179TiMk088Ycy ka9D2EAtK0Pzc7QETMhmlwS2sjmzrKhew3AnCfvGxy5Lb/tkh+lnyNghLwgzH5ZOSO C0kOSsnHH/lL4tkd7T6eb9uksmEOjjzQ7wgVjv2tVVzxM4VnAqYIaYDB4qHMbCHRzW 5vQwD4992N6UU7c15sAZP+Bl2a/GorcxUs4hHampd63EaEpcFhHQ6wxYKUs1g+XUJk jgX4Okzcwx1xqkGNABmKNEbSZmtJUc4snv2fbvmUe5t73vZT/10jpIirgd5OtFG3Jq jT/O2iY0/ludw== Date: Wed, 8 Apr 2026 08:27:23 -0500 From: "Rob Herring (Arm)" To: Mikko Perttunen Cc: Thierry Reding , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org, Conor Dooley , linux-pwm@vger.kernel.org, Thierry Reding , Jonathan Hunter Subject: Re: [PATCH v4 1/7] dt-bindings: pwm: Document Tegra264 controller Message-ID: <177565484263.1938646.11666274671609620295.robh@kernel.org> References: <20260331-t264-pwm-v4-0-c041659677cf@nvidia.com> <20260331-t264-pwm-v4-1-c041659677cf@nvidia.com> Precedence: bulk X-Mailing-List: linux-tegra@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: <20260331-t264-pwm-v4-1-c041659677cf@nvidia.com> On Tue, 31 Mar 2026 11:12:13 +0900, Mikko Perttunen wrote: > From: Thierry Reding > > Add a new compatible string for the PWM controller found on Tegra264. > The controller is similar to earlier generations but not compatible > with them. > > Signed-off-by: Thierry Reding > [mperttunen: Drop extra Tegra194 compatible string] > Signed-off-by: Mikko Perttunen > --- > Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm)