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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7E555ECAAD3 for ; Thu, 1 Sep 2022 18:08:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234131AbiIASIF (ORCPT ); Thu, 1 Sep 2022 14:08:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54074 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234306AbiIASIE (ORCPT ); Thu, 1 Sep 2022 14:08:04 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5C049550BF; Thu, 1 Sep 2022 11:08:03 -0700 (PDT) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id BB4DF6CD; Thu, 1 Sep 2022 20:08:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1662055681; bh=YMIi5UBpbzantzAuqdDxtUWjhWEbfNnLmbHpGpFj4hA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uP4w2XjNoWnYv+NUW1ikTgl4PQ6YdmfO4kGwEQOohDS6HFacyg1DmN0lC0SujVq7n 1Fm+7l28dNUIRjUsOmyNfzGwpwgDOc+FqWNeAA5YCIWheoDVA2ZuTxrRJ+ccrxE0q+ sfoDf/26SCpwQQIqow8iJXiU/NN3mBVY5+ZeYjXw= Date: Thu, 1 Sep 2022 21:07:49 +0300 From: Laurent Pinchart To: Max Krummenacher Cc: Max Krummenacher , Fabio Estevam , Krzysztof Kozlowski , Marcel Ziswiler , NXP Linux Team , Pengutronix Kernel Team , Philippe Schenker , Rob Herring , Sascha Hauer , Shawn Guo , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] arm64: dts: imx8mp-verdin: add dsi to hdmi functionality Message-ID: References: <20220901154051.1885509-1-max.oss.09@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220901154051.1885509-1-max.oss.09@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Max, Thank you for the patch. On Thu, Sep 01, 2022 at 05:40:50PM +0200, Max Krummenacher wrote: > From: Max Krummenacher > > Add the hdmi connector present on the dsi to hdmi adapter now > required by the upstream lontium bridge driver. > The dsi to hdmi adapter is enabled in an device tree overlay. Shouldn't the connector also be in the overlay ? There's certainly no physical HDMI connector on the i.MX8MP Verdin SoM :-) > Signed-off-by: Max Krummenacher > > --- > > arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi > index 76cc89296150..bd84a0d135dc 100644 > --- a/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi > +++ b/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi > @@ -59,6 +59,14 @@ button-wakeup { > }; > }; > > + hdmi_connector: hdmi-connector { > + compatible = "hdmi-connector"; > + ddc-i2c-bus = <&i2c2>; > + label = "hdmi"; > + type = "a"; > + status = "disabled"; > + }; > + > /* Carrier Board Supplies */ > reg_1p8v: regulator-1p8v { > compatible = "regulator-fixed"; -- Regards, Laurent Pinchart