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 D2CAB58233; Tue, 6 Feb 2024 10:37:23 +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=1707215847; cv=none; b=Vg54tKt+9QrRtC56cyzPyi/0d/GKyjW658eypfW7Ow1HSPeNa4dXYLuPmOb8NN06PEj9uFReMNGoWkLp3WSVr/GPPT05u1qqtXB7wDmbKbbQeS4uTDsqXhee8PYErVENpM1cjPp8R83EpT/mm+C3iBV27jbBAMNehSJfctIuQcA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707215847; c=relaxed/simple; bh=w/tN9d7EIu2jSrI12Wh7+oQ5SQST786HYLnVHwynRHc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OPfnItZZJ7kN1asgAfifq/fYyCGh7lIfHDOrJKLNAPIbGMZE8Sc/sKwil7zvHEZveB5mNaTveSGJ2C4O5Xx6CVJk7haIQwL1MzsoUiudrcMBXuFBlhJP2A/ju/NYDXZBypRhHY+n2d0c+5ttDTbHT0tru1kVE5s5zyJMXagDbwo= 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=CGQ00tLW; 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="CGQ00tLW" 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=lk+MQ8SH92shgsFG/IxiegRWkPy95NRGePUeiAe3pG4=; b=CGQ00tLWEIl2sZMfEeT+KNILvnXGZNjR/rhPP7zZeUTbkP/snD3AUz9z7/sGmA bC5rnE5/pF5KAoUdSRj7z0pDGCZ6JAnMpXSGqtWxD5bNdHM0x364H0p7S6qRaDMj 3pDVfZzmfPar4pwy5kBxhDZwd29G7kdWmHf3bGSQkE7SU= Received: from dragon (unknown [183.213.196.254]) by smtp1 (Coremail) with SMTP id ClUQrAB3PCFmC8JlRXf+Ag--.22835S3; Tue, 06 Feb 2024 18:35:19 +0800 (CST) Date: Tue, 6 Feb 2024 18:35:17 +0800 From: Shawn Guo To: Yannic Moog Cc: Neil Armstrong , Jessica Zhang , Sam Ravnborg , David Airlie , Daniel Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thierry Reding , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Catalin Marinas , Will Deacon , Primoz Fiser , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, upstream@lists.phytec.de Subject: Re: [PATCH RFC for upstream 3/4] arm64: dts: imx8mp-phyboard-pollux-rdk: add etml panel support Message-ID: References: <20240126-wip-y-moog-phytec-de-upstream-pollux-lvds-v1-0-8ec5b48eec05@phytec.de> <20240126-wip-y-moog-phytec-de-upstream-pollux-lvds-v1-3-8ec5b48eec05@phytec.de> 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: <20240126-wip-y-moog-phytec-de-upstream-pollux-lvds-v1-3-8ec5b48eec05@phytec.de> X-CM-TRANSID:ClUQrAB3PCFmC8JlRXf+Ag--.22835S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUxCztUUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiDwd8ZVnxccILPgAAs- On Fri, Jan 26, 2024 at 09:57:25AM +0100, Yannic Moog wrote: > The imx8mp-phyboard-pollux has on-board lvds interface connections. An > edt,etml1010g3dra panel is supported for this interface. Add device tree > nodes for backlight and panel. > > Signed-off-by: Yannic Moog Applied, thanks!