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 A02B3A932; Sat, 31 Aug 2024 14:00:46 +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=1725112851; cv=none; b=UfadMQMeOG7ONT4PWdA3yIv3KGkEehYfFLoUF0qyJzlDSXIkWyMfFVtrz6kyBL0WyCcQFcwN+4i+Vb21nLO3xPiyegVp5mzG7zJCu57uIdl6a/SehpPChEdbo9kYT/FshMS9DYrA7UTXcieI51pdd6gIasmeaaNPtIevUFMvrgc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725112851; c=relaxed/simple; bh=y4Qdhjn0FN8uf9zeE27PFL4cEPKOHqWUGu3Z9m6rDXo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=G+6VOgakQPIgBRuTa1BlPwY9kWyfpGUULO6yCQJxMv3saJD/7pQ4JnXbBZu34fueXGowqAYer6YsvIJYs97D1mBxIiBTtrw2yhaoTxoPkOTQyrEBRZP5+03KS5F81FQeSoPbOqCtebqEKGQssKBK73vZxOfHuJKnETgDzhFbanE= 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=h/JZnhP5; 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="h/JZnhP5" 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=ZHMlLxBV6WiIADgN4jDjxhO6TGFE1s5YKCIdS8a3q+A=; b=h/JZnhP5twlgQ7wbNgfW7av4FiiGw5reDcjYIywCCqLHLTy69k1WVGSFcAB61j yT5HFdYy4p/CgcDxueLOP6m8HSbm5EzuZQKw1ro6uI0n1tKR0eNOAbB1XDhrVPDF b6llauRWk0rQETPITjzD14QnmahhYodc5gM5m1CZBuBK8= Received: from dragon (unknown [114.216.210.89]) by gzsmtp3 (Coremail) with SMTP id M88vCgCXh9XoIdNmkpo6AA--.14294S3; Sat, 31 Aug 2024 22:00:10 +0800 (CST) Date: Sat, 31 Aug 2024 22:00:08 +0800 From: Shawn Guo To: Adam Ford Cc: linux-arm-kernel@lists.infradead.org, aford@beaconembedded.com, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH V2] arm64: dts: imx8mp-beacon: Enable DW HDMI Bridge Message-ID: References: <20240819231814.120053-1-aford173@gmail.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: <20240819231814.120053-1-aford173@gmail.com> X-CM-TRANSID:M88vCgCXh9XoIdNmkpo6AA--.14294S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUIksgUUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiEgNMZWbS-GZHsAAAsh On Mon, Aug 19, 2024 at 06:18:14PM -0500, Adam Ford wrote: > There is a second HDMI connector on the baseboard which is routed > to the DW HDMI bridge through the PVI to the LCDIF3 and requires the > HDMI PHY to be enabled too. > > Signed-off-by: Adam Ford Applied, thanks!