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 43DB2EBC for ; Mon, 27 Nov 2023 02:46:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="sZ1vrT6Q" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B2667C433C7; Mon, 27 Nov 2023 02:46:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701053168; bh=5pYWV+qlsmq/a7qcP5+Z6cHp6Ys/mLvo7ratKBw6Ohg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sZ1vrT6QWY7Gi6BaNYuoKaecvSs1WaBDtoXSBgLRkih0NGKyK/hmgps+HWVwNBMj5 lACcPCLv70S4sJ5A/bMm70ONx0jH/ReyJBOz+lZJJCLJTYXzcFtCmZWzgq045iFMdW W2mT0z4k5kWm7dtK6x569QpzvW2FGdVAN3IkZrz1cRRSW769OTUoR0BCU0wgssTI6b +PHAx2W5C5CPOfK3mMYdSplwpPXG4KHarmynd1ddtCtoeG1fgVFaUi8v0Hu+nMHYKr kDgTdTIA0afSBorT9RskRc5Qki1hL9y93QtUkfcDdzbvO8POMtk36/GcAhucHQnYrG t5kealCl92tRQ== Date: Mon, 27 Nov 2023 10:46:02 +0800 From: Shawn Guo To: Alexander Stein Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sascha Hauer , Fabio Estevam , linux@ew.tq-group.com, Pengutronix Kernel Team , NXP Linux Team , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/1] arm64: dt: imx93: tqma9352-mba93xxla: Fix LPUART2 pad config Message-ID: <20231127024602.GP87953@dragon> References: <20231019063217.1913970-1-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=us-ascii Content-Disposition: inline In-Reply-To: <20231019063217.1913970-1-alexander.stein@ew.tq-group.com> On Thu, Oct 19, 2023 at 08:32:17AM +0200, Alexander Stein wrote: > LPUART2_RTS# has an external pull-down, so do not enable the internal > pull-up at the same time, use a pull-down instead. > > Fixes: c982ecfa7992a ("arm64: dts: freescale: add initial device tree for MBa93xxLA SBC board") > Signed-off-by: Alexander Stein Applied, thanks!