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 3544E5C8F6; Tue, 5 Dec 2023 12:33:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="noqSCSMf" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 431E4C433C7; Tue, 5 Dec 2023 12:33:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701779584; bh=wEIF6Nr+oPrHaYRlymYUNiDrxfNGPDcufqB218OIHfc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=noqSCSMfYTb9+Y2RAA+7d5pfxKv2+BUPfHQwJz3iKO62WcUNxcdZxyrrSeJBl+UPa OHaJLMG6SO3DOhMlBwxMMoX4bI2rp1Vgs9PJuOEi3gr8537KuJY5zFVu5+NRp5OtyG c/MBsq6wc/nVg+tOvQxs1OX6k/GpBS1IHU/wGyJ5R4Xu7nXv/M6dF3OncIqQrYta4T W66S20rQqGCPHnzNL4XX3TQgtP/FipMy70rDecBGNMjWZyHQxjGud5G6GWNe+qd8Jy AlDY99g9WAazWI/AivP6mF1H9AJYTDASAynFuniQLz36mRvWG20uDy2j5RTELlto/m f/DNUq8pFkJvg== Date: Tue, 5 Dec 2023 20:32:58 +0800 From: Shawn Guo To: Alexander Stein Cc: Thierry Reding , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team , linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 3/3] arm64: dts: freescale: imx8-ss-dma: Fix #pwm-cells Message-ID: <20231205123258.GH236001@dragon> References: <20231106151326.812099-1-alexander.stein@ew.tq-group.com> <20231106151326.812099-4-alexander.stein@ew.tq-group.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=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20231106151326.812099-4-alexander.stein@ew.tq-group.com> On Mon, Nov 06, 2023 at 04:13:26PM +0100, Alexander Stein wrote: > i.MX8QXP supports inverted PWM output, thus #pwm-cells needs to be set > to 3. > > Fixes: f1d6a6b991ef9 ("arm64: dts: imx8qxp: add adma_pwm in adma") > Signed-off-by: Alexander Stein > Reviewed-by: Uwe Kleine-König Applied, thanks!