From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=fris.de header.i=@fris.de header.b="YgCddLm6" Received: from mail.fris.de (unknown [IPv6:2a01:4f8:c2c:390b::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E4AC9131; Thu, 30 Nov 2023 08:18:32 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 40D4FBFC65; Thu, 30 Nov 2023 17:18:23 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fris.de; s=dkim; t=1701361110; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding; bh=xHfhZiZh8lQjFKcB2RX3Sf+jUuCc9cs7MAaXz8+x+ko=; b=YgCddLm6+oKxxsC/eDr4y1Io+iTFkDdbMLEdS5YZJiqn3pWTmnOJP373xraYUfKxNs3Bsu mp3ZlSkuwiHORiV4GBGbr5gc8317AxOJSjpaIizAiV57B1RhtOuLUj7PTcFOzGRauQr29j 2gziOZT1zmyFLKrlLWQY696Cj28/v70i8W7cxvDYtKk8dSIjHWf4lcRykkMWjp//2lW0Qf pFK7TiO7n+1PyYo9K4TR31PZsmSl6WNMuQD6sQ61bRsXmBLqKWZFhusuDwO3FgJaYkkT0L KxWk971DFOHH0W007kIk7NNdwMCfFTVeibDI+mdB30Dss000ZBiKCl1RWb7pQw== From: Frieder Schrempf To: Conor Dooley , devicetree@vger.kernel.org, Frieder Schrempf , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Rob Herring , Sascha Hauer , Shawn Guo Cc: Alexander Stein , Fabio Estevam , Gregor Herburger , Krzysztof Kozlowski , Marcel Ziswiler , Marek Vasut , NXP Linux Team , Pengutronix Kernel Team , Philippe Schenker , Tim Harvey Subject: [PATCH v2 00/14] arm64: dts: imx8mm-kontron: DT updates Date: Thu, 30 Nov 2023 17:16:00 +0100 Message-ID: <20231130161657.556483-1-frieder@fris.de> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 From: Frieder Schrempf This patchset contains several improvements and updates for the devicetrees for the i.MX8MM modules and boards by Kontron Electronics GmbH. * HDMI/LVDS support for the BL/DL i.MX8MM * Misc cleanups and small fixes * OSM-S i.MX8MM module refactoring and update to latest HW revision Changes in v2: * Rework DSI mux GPIO logic to be compatible with overlay * Switch from 4 to 2 DSI lanes for LVDS bridge to fix non-working display Frieder Schrempf (14): arm64: dts: imx8mm-kontron: Add support for display bridges on BL i.MX8MM arm64: dts: imx8mm-kontron: Add DL (Display-Line) overlay with LVDS support arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on OSM-S i.MX8MM arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on SL/BL i.MX8MM arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals on BL OSM-S board arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals on BL board arm64: dts: imx8mm-kontron: Disable pull resistors for SD card signals on BL OSM-S board arm64: dts: imx8mm-kontron: Disable pull resistors for SD card signals on BL board arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S i.MX8MM module arm64: dts: imx8mm-kontron: Fix OSM-S devicetrees to match latest hardware arm64: dts: imx8mm-kontron: Disable uneffective PUE bit in SDIO IOMUX arm64: dts: imx8mm-kontron: Remove useless trickle-diode-disable from RTC node arm64: dts: imx8mm-kontron: Add I2C EEPROM on OSM-S Kontron i.MX8MM arm64: dts: imx8mm-kontron: Refactor devicetree for OSM-S module and board arch/arm64/boot/dts/freescale/Makefile | 4 + .../dts/freescale/imx8mm-kontron-bl-osm-s.dts | 295 +++------ .../boot/dts/freescale/imx8mm-kontron-bl.dts | 196 +++++- .../boot/dts/freescale/imx8mm-kontron-dl.dtso | 200 ++++++ .../dts/freescale/imx8mm-kontron-osm-s.dtsi | 567 +++++++++++++++++- .../boot/dts/freescale/imx8mm-kontron-sl.dtsi | 4 +- 6 files changed, 1032 insertions(+), 234 deletions(-) create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-kontron-dl.dtso -- 2.43.0