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 708175C8F9; Tue, 5 Dec 2023 12:32:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="pJyCRqKU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8E37FC433C7; Tue, 5 Dec 2023 12:32:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701779563; bh=xuJdQoSW/6bVDWd6DLIrWKYfDIQYTwdWvR4+vRYOAAY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pJyCRqKUNg5knyQ3nkNQ6ld37IhFDSA2AzZFLw0iCe+AjbtfGIC2npDCIV+76rZgj io3xCJGT4zYqY4d0a/FgSmX19xTyPSKVa3DppE54dc0pF/vKcZsUYebIS7ZfnUaClv fmbDpBgt19GxAIfdk3W+eFhuqdezHCk+T1pFcVeHLNLIjxkYC3F/z+R69Nl9HT1Y9G swDkli1AjDZVOoRTeyli/kOiIlI7SeoZqUm4RPRZ2K4n49B4TFxjZB05rjF8R+KPTj jxd3Vh6D+SlGSCvhksfeKul3WZnAicGufnECbgvfhvpD/x8jusC6jlSo7PssUaaqYI DqtJHiIAD4oLw== Date: Tue, 5 Dec 2023 20:32:38 +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 2/3] arm64: dts: freescale: imx8-ss-lsio: Fix #pwm-cells Message-ID: <20231205123238.GG236001@dragon> References: <20231106151326.812099-1-alexander.stein@ew.tq-group.com> <20231106151326.812099-3-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-3-alexander.stein@ew.tq-group.com> On Mon, Nov 06, 2023 at 04:13:25PM +0100, Alexander Stein wrote: > i.MX8QM/QXP supports inverted PWM output, thus #pwm-cells needs to be set > to 3. > > Fixes: a05c329644d81 ("arm64: dts: freescale: imx8-ss-lsio: add support for lsio_pwm0-3") > Signed-off-by: Alexander Stein > Reviewed-by: Uwe Kleine-König Applied, thanks!