From patchwork Thu Dec 19 07:25:24 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ahmad Fatoum X-Patchwork-Id: 13914557 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 E4063E7718A for ; Thu, 19 Dec 2024 07:25:51 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 66F0710E299; Thu, 19 Dec 2024 07:25:51 +0000 (UTC) Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [IPv6:2a0a:edc0:2:b01:1d::104]) by gabe.freedesktop.org (Postfix) with ESMTPS id 810F810E299 for ; Thu, 19 Dec 2024 07:25:49 +0000 (UTC) Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tOAuc-00064I-OQ; Thu, 19 Dec 2024 08:25:34 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tOAua-004AOA-2i; Thu, 19 Dec 2024 08:25:33 +0100 Received: from localhost ([::1] helo=dude05.red.stw.pengutronix.de) by dude05.red.stw.pengutronix.de with esmtp (Exim 4.96) (envelope-from ) id 1tOAub-00GenW-1d; Thu, 19 Dec 2024 08:25:33 +0100 From: Ahmad Fatoum Subject: [PATCH 00/10] arm64: dts: imx8mp-skov: flesh out device trees Date: Thu, 19 Dec 2024 08:25:24 +0100 Message-Id: <20241219-skov-dt-updates-v1-0-38bf80dc22df@pengutronix.de> MIME-Version: 1.0 X-B4-Tracking: v=1; b=H4sIAGTKY2cC/6tWKk4tykwtVrJSqFYqSi3LLM7MzwNyDHUUlJIzE vPSU3UzU4B8JSMDIxNDI0ML3eLs/DLdlBLd0oKUxJLUYt3UJIskc+NkM0vjFEMloK6CotS0zAq widGxtbUAB2qK5GEAAAA= To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Oleksij Rempel Cc: devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@pengutronix.de, Ahmad Fatoum , Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , "open list:DRM DRIVERS" X-Mailer: b4 0.13-dev X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: a.fatoum@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: dri-devel@lists.freedesktop.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" When the Skov device trees were added a year ago, there were no upstream bindings yet for many parts of the display pipeline. This has changed now, so this series fleshes the display pipeline parts out and adds some more fixes/enhancements that have accrued in the meantime. --- Ahmad Fatoum (5): arm64: dts: imx8mp-skov: correct PMIC board limits arm64: dts: imx8mp-skov: operate CPU at 850 mV by default arm64: dts: imx8mp-skov: use I2C5 for DDC dt-bindings: display/lvds-codec: add ti,sn65lvds822 arm64: dts: imx8mp-skov: configure uart1 for RS485 Oleksij Rempel (5): arm64: dts: imx8mp-skov: describe HDMI display pipeline arm64: dts: imx8mp-skov: describe LVDS display pipeline arm64: dts: imx8mp-skov: describe mains fail detection arm64: dts: imx8mp-skov: fix phy-mode arm64: dts: imx8mp-skov: increase I2C clock frequency for RTC .../bindings/display/bridge/lvds-codec.yaml | 1 + .../arm64/boot/dts/freescale/imx8mp-skov-reva.dtsi | 63 ++++++++++++++++------ .../boot/dts/freescale/imx8mp-skov-revb-hdmi.dts | 45 +++++++++++++++- .../boot/dts/freescale/imx8mp-skov-revb-lt6.dts | 60 +++++++++++++++++++++ 4 files changed, 152 insertions(+), 17 deletions(-) --- base-commit: 78d4f34e2115b517bcbfe7ec0d018bbbb6f9b0b8 change-id: 20241218-skov-dt-updates-eb8b73c693d1 Best regards,