From patchwork Tue Oct 8 14:37:42 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frieder Schrempf X-Patchwork-Id: 13826609 Received: from mail.fris.de (mail.fris.de [116.203.77.234]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C32531E0484 for ; Tue, 8 Oct 2024 14:46:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=116.203.77.234 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728398809; cv=none; b=M/Fy4tt/AJGmFsbWuUw4Zf/U/QmOT3nnLh12IPxFpo5RGRpN/o/DSGOL12j2JxDoDTnHW0yRJ30sQqJDP0URt06glnq5G6eSu4RQBjMxKwpvUcH+Ty54F50JlgKPfhX2p0LbpochZYi0c39A8yMvx9HdIgjxd6TgJfa6mWwqn0E= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728398809; c=relaxed/simple; bh=bpIUOcVa+SVwDFs5HB5td6RIujhDxy3RzHcNfO/9I9s=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=r0Nk+bixs41S6yA50Hl5S6Z12StY9NvbL/yCmwv9m7tXpdpZNVZudZYqMPGrmTQwg15Kpuutf61DKEricuJdF8Dudvd5o++LyrolNd+Tzm8PgZQaGrT6QROgdV7YUo4IILN3d0aZkYXuQMG/lhHv/QWqAFLxMwpiGK/qGhckwKo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=fris.de; spf=fail smtp.mailfrom=fris.de; arc=none smtp.client-ip=116.203.77.234 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=fris.de Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=fris.de Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 37971BFB0D; Tue, 8 Oct 2024 16:38:25 +0200 (CEST) From: Frieder Schrempf To: Conor Dooley , Daniel Vetter , David Airlie , devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, imx@lists.linux.dev, Krzysztof Kozlowski , Lad Prabhakar , Laurent Pinchart , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Maarten Lankhorst , Maxime Ripard , Neil Armstrong , Rob Herring , Sascha Hauer , Shawn Guo , Thierry Reding , Thomas Zimmermann Cc: Frieder Schrempf , Alexander Stein , Conor Dooley , Fabio Estevam , Francesco Dolcini , Frieder Schrempf , Gregor Herburger , Heiko Stuebner , Hugo Villeneuve , Jessica Zhang , Joao Paulo Goncalves , Krzysztof Kozlowski , Linus Walleij , Parthiban Nallathambi , Peng Fan , Pengutronix Kernel Team , =?utf-8?b?UmFmYcWCIE1pxYJl?= =?utf-8?b?Y2tp?= , Raphael Gallais-Pou Subject: [PATCH v3 0/4] arm64: dts: imx8mm-kontron: Add HDMI and LVDS display support Date: Tue, 8 Oct 2024 16:37:42 +0200 Message-ID: <20241008143804.126795-1-frieder@fris.de> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 This add support for the display bridges (DSI->LVDS and DSI->HDMI) on the BL i.MX8MM and the 7" LVDS panel in a separate overlay. Only one of the interfaces (HDMI or LVDS) is supported at the same time. Enabling the LVDS overlay will disable the HDMI interface. * Patch 1 and 2: Add the necessary binding changes * Patch 3: Extend the BL devicetree * Patch 4: Add the LVDS panel overlay Changes for v3: * Add A-b tag from Krzysztof * Fix LVDS bridge input port reference Changes for v2: * Patch 1: Add link to commit message * Patch 2: Add Conors A-b tag * Patch 3: Remove blank lines from hdmi node * Patch 3: Fix order of lvds and hdmi nodes within i2c * Patch 3: Remove the unneeded deletion of samsung,pll-clock-frequency * Patch 3: Use the existing MIPI DSI output port from imx8mm.dtsi * Patch 4: Update copyright year * Patch 4: Use exisitng MIPI DSI output port from imx8mm.dtsi * Patch 4: Fix pinctrl for GPIO hogs * Patch 4: Fix property order in i2c2 node * Patch 4: Use generic node name for touchscreen Frieder Schrempf (4): dt-bindings: vendor-prefixes: Add Jenson Display dt-bindings: display: panel-lvds: Add compatible for Jenson BL-JT60050-01A 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 .../bindings/display/panel/panel-lvds.yaml | 2 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/freescale/Makefile | 4 + .../boot/dts/freescale/imx8mm-kontron-bl.dts | 131 ++++++++++++ .../boot/dts/freescale/imx8mm-kontron-dl.dtso | 189 ++++++++++++++++++ 5 files changed, 328 insertions(+) create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-kontron-dl.dtso