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 ADC98EB64DC for ; Tue, 18 Jul 2023 01:28:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229780AbjGRB2E (ORCPT ); Mon, 17 Jul 2023 21:28:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59022 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229562AbjGRB2D (ORCPT ); Mon, 17 Jul 2023 21:28:03 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 92521198; Mon, 17 Jul 2023 18:28:02 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0C96761373; Tue, 18 Jul 2023 01:28:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D901CC433C7; Tue, 18 Jul 2023 01:27:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689643681; bh=sqYh4R2WoE7adMQ6NJsRwlB3E3Ss+oe+ToA8Xn/pUTo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DWxE6mVsOS5gH3dE/pAmpV+bgA5TrKa8E3A+7eKoA/UiNp6T8UKrcnkpKaluADuxu R3lL1YtpZY9n75N/v+kKuOyT4X0M+YKey0M2qgIxQYI5BFRilHgh+OqopVppxHbIwj UoFik41eGOFrKtpGZsnbSnjCaWeQYlqnFSS9+zB2H+BrTGle5varDdId/Iar9FZujE DkAzuZ+2lqM8z24371EWL69g7Re9L43RYO9/z3OtThJMz2bhD2vSGyazUoboih9Bcj UOYY5d4VNGQG56bhT3z33itpzEQXosRPtSncpF1H9ZtRVhjqwLMerq9ewMa5NUQy81 F9wOyG83cX9vw== Date: Tue, 18 Jul 2023 09:27:49 +0800 From: Shawn Guo To: Adam Ford Cc: linux-arm-kernel@lists.infradead.org, aford@beaconembedded.com, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V3 0/3] arm64: dts: imx8mn/imx8mm-beacon: Add HDMI Message-ID: <20230718012749.GR9559@dragon> References: <20230615215314.5402-1-aford173@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230615215314.5402-1-aford173@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Jun 15, 2023 at 04:53:10PM -0500, Adam Ford wrote: > The DSI updates are in the DRM tree and Linux next with some updates > that now allow the DSI to connect to an HDMI bridge and successfully > sync displays at various resolutions and refresh rates. > > > V3: Alphabetize regulator names. > Add register names for EDID and Packet > Add I2C address change for the camera since it > conflicted with the I2C address of the HDMI bridge. > > V2: Make 'compatible' the first thing in the new nodes. > > Adam Ford (3): > arm64: dts: imx8mn-beacon: Add HDMI video with sound > arm64: dts: imx8mm-beacon: Change camera I2C address > arm64: dts: imx8mm-beacon: Add HDMI video with sound Applied all, thanks!