From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [220.197.32.17]) by smtp.subspace.kernel.org (Postfix) with ESMTP id A2398481DB; Thu, 27 Jun 2024 07:17:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.197.32.17 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719472640; cv=none; b=OOX4kQWeYlMtVlGpOmzqQE7CIzGuXRSrU6nOugT9Q80CtqG6+D0vVs26XgV62KjGyHxavh0cSd1HcTTjEri+esP6iym8VjPQ014F/aPJXzJ5DRXJQH7sMoRUW3B4TW19Atghq7VeotJ5VpPquoYz19NYmNVqYbeOMvF9nAfBiLY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719472640; c=relaxed/simple; bh=VZd1DTMsV4Y6GkhYKBwj5DfAYkl/FIXvXfestO3BbMA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=IWZpFrZnUqzBkgIPwsIx98nZttQqGgyfSCxRrbjpMJcTpTCMh+/Ku8RxpZBSIfgXE5pdKhc91n2L4a+51ayeD7g76aYQYTjdZG3loyOMyBh957TAig3vj+qqB+K4prr+pIJ6ysxG0YsNw8WB8PFCvKpeP/zZU6bSKAK16oeBsL8= 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=nO3n3JOu; arc=none smtp.client-ip=220.197.32.17 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="nO3n3JOu" 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=YfzRT/YahaCVfCZjCVbpbtKPLzjuLKP7xH/d0hodVsY=; b=nO3n3JOurca8Hv+kmfFWjTkQxKgHDcm4gOLb/cTbLiq0TocaEQp01vxKfkAOxc 1CF7UcpBTGGgphtGYNDAuhY1YYmMiGAIXg0MVnazDQqqhGblHP9c7FTPOBQS5bse dR3/bDRW+A7ULMVSjCIk/vZSW3gtJ+BPmXm6lAZwaywp0= Received: from dragon (unknown [114.218.218.47]) by gzsmtp1 (Coremail) with SMTP id Mc8vCgD3H47bEX1mGbYZAA--.52899S3; Thu, 27 Jun 2024 15:16:45 +0800 (CST) Date: Thu, 27 Jun 2024 15:16:43 +0800 From: Shawn Guo To: Frank Li Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Dong Aisheng , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Peng Fan , stable@vger.kernel.org Subject: Re: [PATCH v3 0/9] arm64: dts: imx8qm: add subsystem lvds and mipi Message-ID: References: <20240614-imx8qm-dts-usb-v3-0-8ecc30678e1c@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: <20240614-imx8qm-dts-usb-v3-0-8ecc30678e1c@nxp.com> X-CM-TRANSID:Mc8vCgD3H47bEX1mGbYZAA--.52899S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUU8529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUxEdyUUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiEh0LZWZv-cwvZQAAsT On Fri, Jun 14, 2024 at 11:06:24AM -0400, Frank Li wrote: > Frank Li (9): > arm64: dts: imx8: add basic lvds0 and lvds1 subsystem > arm64: dts: imx8qm: add lvds subsystem > arm64: dts: imx8: add basic mipi subsystem > arm64: dts: imx8qm: add mipi subsystem > arm64: dts: imx8qm-mek: add cm4 remote-proc and related memory region > arm64: dts: imx8qm-mek: add pwm and i2c in lvds subsystem > arm64: dts: imx8qm-mek: add i2c in mipi[0,1] subsystem > arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc > arm64: dts: imx8qm-mek: add usb 3.0 and related type C nodes Applied all, thanks!