From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-177131.yeah.net (mail-177131.yeah.net [123.58.177.131]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 713BD1428A; Fri, 23 Feb 2024 06:52:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=123.58.177.131 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708671148; cv=none; b=DeqG1EQiRiIEQDCSmpTf6eRFSC8ws+fJ7bK86EQUrQTu8BmH2qFon6atzA1OzPp6CJEPTYYeo55gtBlstVys7CZ39c1otKe3ll0fPNS3hDz1X6Pj3wo9EGZKZ4fyxCxmh8ENcE15m6Q6sL7R6gzO5fEQ+w6hc9d7/zGGaxjaGss= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708671148; c=relaxed/simple; bh=Nr5mBUrhlZi8frmFhmwVoOHy5yqzyTmbNfWtgDuSmYQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NXt4y1UPuf+5uAQmbmJQSAiir/Prc/h4Umz7gnAUSsFtFsSad7Fxo8Yo9AyRlhcbbUOkKifZtlDegVlwViVoBc7AOFZrfsD5rGML59mFKg7+g6F8HpWHOqPasDUqSM8kIAcXGgnrOrpZj03U+MVcNC0KjgiuUKfIlA7+fTrhfxQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=cN9nEoY+; arc=none smtp.client-ip=123.58.177.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="cN9nEoY+" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=5/CIVx4nox7rRerqYVV+Dr3YOIRCBNThgrU8TFxsrAc=; b=cN9nEoY+i540gES0/H1DMGqL+w3eiRitW6Ny/sa8n2mSnPLdB0O+T1jwSUT2Ox 6Cv+7ZTSPYkbanh6v+iS807mWKDu7NBMF7rgFicu3+1C8o7gFtpqO/aFwERaRTYx hnb8/3ljOQnSMYiXiBRBVqWj5o7oQT2+cITwUjdiFC3m4= Received: from dragon (unknown [183.213.196.200]) by smtp1 (Coremail) with SMTP id ClUQrAD39ueMQNhlhKYwBA--.5198S3; Fri, 23 Feb 2024 14:51:57 +0800 (CST) Date: Fri, 23 Feb 2024 14:51:55 +0800 From: Shawn Guo To: Frank Li Cc: Shawn Guo , Li Yang , Rob Herring , Krzysztof Kozlowski , Conor Dooley , "moderated list:ARM/FREESCALE LAYERSCAPE ARM ARCHITECTURE" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list , imx@lists.linux.dev Subject: Re: [PATCH 1/1] arm64: dts: lx2160a: Fix DTS for full PL011 UART Message-ID: References: <20240206231521.3600089-1-Frank.Li@nxp.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: <20240206231521.3600089-1-Frank.Li@nxp.com> X-CM-TRANSID:ClUQrAD39ueMQNhlhKYwBA--.5198S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUsmFCUUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiDg2NZVszYVzb6gAAsP On Tue, Feb 06, 2024 at 06:15:21PM -0500, Frank Li wrote: > From: Heinz Wrobel > > The prior configuration was an SBSA UART that can't be configured or > modified, or even enabled if it isn't the boot console. With properly > defined clocks, the PL011 configuration can be used. > > Signed-off-by: Heinz Wrobel > Signed-off-by: Li Yang > Signed-off-by: Frank Li Applied, thanks!