From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [1.95.21.16]) (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 B34EB2E62A8 for ; Mon, 20 Oct 2025 09:32:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=1.95.21.16 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760952775; cv=none; b=SHnOe+yzBk2rPRAmJ8QeS+pWY6yB8Zzg1SAMxeuBwKREiTdNQCjHALyo7kC/v88ltYS65UqSkyyK810nki0yKUhQ7oSyUXaKSORLFe07+vZNvjMa2NOH03ChXC4q9SQCEcS7AVQLh34+JEZXSLCVUWx7ekph+CTNwsCSAg7qhxk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760952775; c=relaxed/simple; bh=kCoTnVBoPmj35rDTdc2u9eHaOcW/hIpTViF68Vm/4C8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=VMtIsk132ohPi05Zopcw+yveO7r444REuGr6dyf43/5dqdLakhzW+ShQJN8C0WMxYJPg2TI1XDtNue7B4IfiyJdf/W9OChh8CUzuzJiCeT7n2g1y0Ejl2MeMWVKcZ4ny5zxTaOHzlZ/7GCidfwo/iiu+TJIQRGKg42F8ict7Xcc= 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=f+td/ulG; arc=none smtp.client-ip=1.95.21.16 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="f+td/ulG" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:To:Subject:Message-ID:MIME-Version: Content-Type; bh=n/CPIzx5KaL4TyTuJmekW/24AWANlyqw3dcl3WFRWCE=; b=f+td/ulGtsPQnMf4UyE9j/iAeHqvY2m6HE3o3yyNzMK9d9OTLoJmJTOHjc25wj YJf6h4X9eVPS8jKXFSIktaRYEv+9nHu7dkShH6/qYgKai+seF6B5DFdOSge0elUr zOpjYkLOmANepEswQHnkajIgM/Z0ouimRwMktRf2qkcYU= Received: from dragon (unknown []) by gzsmtp2 (Coremail) with SMTP id Ms8vCgB3zxWZAfZoV+ZTAA--.12317S3; Mon, 20 Oct 2025 17:32:11 +0800 (CST) Date: Mon, 20 Oct 2025 17:32:09 +0800 From: Shawn Guo To: Vladimir Oltean Cc: Shawn Guo , Frank Li , Bjorn Helgaas , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Olof Johansson , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, imx@lists.linux.dev Subject: Re: [PATCH 3/3] arm64: dts: fsl-lx2160a: include rev2 chip's dts Message-ID: References: <20240826-2160r2-v1-0-106340d538d6@nxp.com> <20240826-2160r2-v1-3-106340d538d6@nxp.com> <20250923111038.qluh2kjmc534ytig@skbuf> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250923111038.qluh2kjmc534ytig@skbuf> X-CM-TRANSID:Ms8vCgB3zxWZAfZoV+ZTAA--.12317S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxU2puAUUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiNRw-pGj2AZwdHAAA3w On Tue, Sep 23, 2025 at 02:10:38PM +0300, Vladimir Oltean wrote: > Sorry for digging up an old thread, but I'm curious why you applied > patch 2/3 but not this one? Currently, > arch/arm64/boot/dts/freescale/fsl-lx2160a-rev2.dtsi has no user. I'm not sure how I missed it :) Thanks for asking. Applied now. Shawn