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 70AFBC77B7C for ; Sat, 27 May 2023 10:04:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231802AbjE0KEN (ORCPT ); Sat, 27 May 2023 06:04:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42476 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229930AbjE0KEN (ORCPT ); Sat, 27 May 2023 06:04:13 -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 649B210A for ; Sat, 27 May 2023 03:04:12 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id ECC9660B9D for ; Sat, 27 May 2023 10:04:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DD38EC433D2; Sat, 27 May 2023 10:04:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685181851; bh=WIEN+zOo5K9vlU9Icw7l+1fJBIuAuWmjr4FY6gnioR0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=U6oItj+EB2V61ffkX/tpWhg5hqoRcTWdPlc0jVzGJjGwgfGvGMWJyCQfcKbYlR5Og JvUSaxehkZf+zVfj3BKn3OAEY1M4HWE+FnU14+uDPwlKrOKTFEiDE8BQGlK7fdZLpr p9nqYDFIGfatYbp30tz+Gg+E4NE2nxR7gacdzRimhCT3AvkZxBnZxe2DBAlFcEVClg SDKWskP/1mo7Hwv8fQH/1WmanYFUXIxKKbkHXqtBMkc9muybPBXMyAdxBhOlhQfONy xLuRcrp+5FU6shuiugiCfQbyavNEiLVbKcgJStv2FxpSQoIIigG/YKooRthqSSm4vs DhVT9D01q2q1g== Date: Sat, 27 May 2023 18:03:57 +0800 From: Shawn Guo To: Alexander Stein Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team , linux@ew.tq-group.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/1] ARM: dts: imx6qdl: Add HDMI to TQMa6x/MBa6 Message-ID: <20230527100357.GJ528183@dragon> References: <20230516151319.991608-1-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230516151319.991608-1-alexander.stein@ew.tq-group.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, May 16, 2023 at 05:13:19PM +0200, Alexander Stein wrote: > This adds support for a COTS monitor connected to X17. > 4k monitors can be used, but are limited to 1080p. > > Signed-off-by: Alexander Stein Applied, thanks!