From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8440FC27C4F for ; Mon, 10 Jun 2024 23:55:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=KZwRMfjNa+/qns9MWiBpYoKCKG68y63ic+kDXY2nIXY=; b=VuN8jpQ7diEIue QpCfgPJ6uDW+NrWShonzlig5+JUCn+eG0ikObVcdEK15W9d3DsVnuGURiyhv9bQoECa+if3Iwr4jn HkA9X2VfWSZqonoYHTap/QGqFa1C312ho9FBuX1lamaAPhO3PVNLbzJClv05fGEJufLioiBQwfAx5 U4qk4XP6FmWILg2ubFdXGn6zr2i4LODkKKJs6n6p55/AzrbMR5Tvp2BbnlioMIx6VG0lZhe531mJh yhW6mrZ8Fhqp57hHfKfSzSKl9gjG5omYfWj3ZJ0CbAm0rj2mcsHTg1lqJTeNZ6Jvb/LQnUYxCGASR dNhnEXjq6sx9xIUkMAWQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sGoql-00000006rda-3S4N; Mon, 10 Jun 2024 23:54:55 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sGoqh-00000006rbq-3Krx for linux-arm-kernel@lists.infradead.org; Mon, 10 Jun 2024 23:54:53 +0000 Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 1C91329A; Tue, 11 Jun 2024 01:54:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1718063675; bh=7108FfqKDS2AoueEaQoE2SvY/tEoGg1AWLOfJWgP2o8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RHeTcGX2fWDOd8ZPvYpR+Eiskko+q00VB/BYDyvThkE31xfchmhOWkJwbTLhFCCIt U28eGIlDGwyyNWpkw41Msz4aSluDcoJnh6Qmz1XIxIu2RHiTguyKC4zjxpbrz14D+A O2dbpO67j2iatUq2K/eUwRDw3dVV4565RsFBvNQc= Date: Tue, 11 Jun 2024 02:54:27 +0300 From: Laurent Pinchart To: Christopher Obbard Cc: linux-kernel@vger.kernel.org, kernel@collabora.com, Daniel Scally , Kieran Bingham , Conor Dooley , Fabio Estevam , Krzysztof Kozlowski , Pengutronix Kernel Team , Rob Herring , Sascha Hauer , Shawn Guo , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 1/1] arm64: dts: imx8mp-debix-model-a: Enable HDMI output Message-ID: <20240610235427.GD31989@pendragon.ideasonboard.com> References: <20240610234307.96766-1-chris.obbard@collabora.com> <20240610234307.96766-2-chris.obbard@collabora.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240610234307.96766-2-chris.obbard@collabora.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240610_165452_002620_9D7FE486 X-CRM114-Status: GOOD ( 19.97 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Chris, Thank you for the patch. On Tue, Jun 11, 2024 at 12:42:38AM +0100, Christopher Obbard wrote: > Enable the HDMI output on the Debix Model A SBC, using the HDMI encoder > present in the i.MX8MP SoC. > > This has been tested with a generic 1080p HDMI display, along with a > smaller 1280x800 HDMI display. > > Signed-off-by: Christopher Obbard I've been running with this patch in my tree for a while, Reviewed-by: Laurent Pinchart Tested-by: Laurent Pinchart Shawn, could you merge this for v6.11 ? > --- > > Changes in v2: > - Do not set SION (Software Input ON) bit in pinmux pin config register. > - Small changes to commit log/cover letter. > - v1: https://lore.kernel.org/linux-arm-kernel/20240415114135.25473-1-chris.obbard@collabora.com/ > > .../dts/freescale/imx8mp-debix-model-a.dts | 47 +++++++++++++++++++ > 1 file changed, 47 insertions(+) > > diff --git a/arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts b/arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts > index 9b8f97a84e61..af02af9e5334 100644 > --- a/arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts > +++ b/arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts > @@ -20,6 +20,18 @@ chosen { > stdout-path = &uart2; > }; > > + hdmi-connector { > + compatible = "hdmi-connector"; > + label = "hdmi"; > + type = "a"; > + > + port { > + hdmi_connector_in: endpoint { > + remote-endpoint = <&hdmi_tx_out>; > + }; > + }; > + }; > + > leds { > compatible = "gpio-leds"; > pinctrl-names = "default"; > @@ -94,6 +106,28 @@ ethphy0: ethernet-phy@0 { /* RTL8211E */ > }; > }; > > +&hdmi_pvi { > + status = "okay"; > +}; > + > +&hdmi_tx { > + pinctrl-names = "default"; > + pinctrl-0 = <&pinctrl_hdmi>; > + status = "okay"; > + > + ports { > + port@1 { > + hdmi_tx_out: endpoint { > + remote-endpoint = <&hdmi_connector_in>; > + }; > + }; > + }; > +}; > + > +&hdmi_tx_phy { > + status = "okay"; > +}; > + > &i2c1 { > clock-frequency = <400000>; > pinctrl-names = "default"; > @@ -239,6 +273,10 @@ &i2c6 { > status = "okay"; > }; > > +&lcdif3 { > + status = "okay"; > +}; > + > &snvs_pwrkey { > status = "okay"; > }; > @@ -356,6 +394,15 @@ MX8MP_IOMUXC_NAND_READY_B__GPIO3_IO16 0x19 > >; > }; > > + pinctrl_hdmi: hdmigrp { > + fsl,pins = < > + MX8MP_IOMUXC_HDMI_DDC_SCL__HDMIMIX_HDMI_SCL 0x1c3 > + MX8MP_IOMUXC_HDMI_DDC_SDA__HDMIMIX_HDMI_SDA 0x1c3 > + MX8MP_IOMUXC_HDMI_HPD__HDMIMIX_HDMI_HPD 0x19 > + MX8MP_IOMUXC_HDMI_CEC__HDMIMIX_HDMI_CEC 0x19 > + >; > + }; > + > pinctrl_i2c1: i2c1grp { > fsl,pins = < > MX8MP_IOMUXC_I2C1_SCL__I2C1_SCL 0x400001c2 -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel