Devicetree
 help / color / mirror / Atom feed
From: Frank Li <Frank.li@oss.nxp.com>
To: Frieder Schrempf <frieder@fris.de>
Cc: Abel Vesa <abelvesa@kernel.org>, Peng Fan <peng.fan@nxp.com>,
	Stephen Boyd <sboyd@kernel.org>,
	Brian Masney <bmasney+clk@redhat.com>,
	Jerome Brunet <jbrunet+clk@baylibre.com>,
	Frank Li <Frank.Li@nxp.com>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	linux-clk@vger.kernel.org, imx@lists.linux.dev,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	Frieder Schrempf <frieder.schrempf@kontron.de>,
	Mikhail Vaniulin <mikhail.vaniulin@axians.rs>
Subject: Re: [PATCH 2/2] arm64: dts: imx93-kontron: Add support for Kontron i.MX93 DL
Date: Thu, 10 Sep 2026 11:37:05 -0500	[thread overview]
Message-ID: <aqLcsc6SROjv6FRv@SMW015318> (raw)
In-Reply-To: <20260910-upstreaming-v7-3-imx93-displayline-v1-2-bb9446e6ed6e@kontron.de>

On Thu, Sep 10, 2026 at 05:19:07PM +0200, Frieder Schrempf wrote:
> From: Mikhail Vaniulin <mikhail.vaniulin@axians.rs>
>
> This provides an overlay to enable the 7" LVDS panel on Kontron
> i.MX93 DL devices.
>
> Signed-off-by: Mikhail Vaniulin <mikhail.vaniulin@axians.rs>
> Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
> ---

Can you use similar method to share 7" lvds for other boards also

https://lore.kernel.org/imx/20260910-verdin-imx8mp-hmp-camera-ready-v1-0-3c9349ecdb9f@toradex.com/T/#t

Frank

>  arch/arm64/boot/dts/freescale/Makefile             |   4 +
>  .../arm64/boot/dts/freescale/imx93-kontron-dl.dtso | 104 +++++++++++++++++++++
>  2 files changed, 108 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile
> index 95ae85ab4adf..2f0d3378c050 100644
> --- a/arch/arm64/boot/dts/freescale/Makefile
> +++ b/arch/arm64/boot/dts/freescale/Makefile
> @@ -653,6 +653,10 @@ dtb-$(CONFIG_ARCH_MXC) += imx93-11x11-frdm-pixpaper.dtb
>
>  dtb-$(CONFIG_ARCH_MXC) += imx93-14x14-evk.dtb
>  dtb-$(CONFIG_ARCH_MXC) += imx93-kontron-bl-osm-s.dtb
> +
> +imx93-kontron-dl-dtbs += imx93-kontron-bl-osm-s.dtb imx93-kontron-dl.dtbo
> +dtb-$(CONFIG_ARCH_MXC) += imx93-kontron-dl.dtb
> +
>  dtb-$(CONFIG_ARCH_MXC) += imx93-phyboard-nash.dtb
>  dtb-$(CONFIG_ARCH_MXC) += imx93-phyboard-segin.dtb
>
> diff --git a/arch/arm64/boot/dts/freescale/imx93-kontron-dl.dtso b/arch/arm64/boot/dts/freescale/imx93-kontron-dl.dtso
> new file mode 100644
> index 000000000000..2d962823dfeb
> --- /dev/null
> +++ b/arch/arm64/boot/dts/freescale/imx93-kontron-dl.dtso
> @@ -0,0 +1,104 @@
> +// SPDX-License-Identifier: GPL-2.0+ OR MIT
> +/*
> + * Copyright (C) 2024 Kontron Electronics GmbH
> + */
> +
> +/dts-v1/;
> +/plugin/;
> +
> +#include <dt-bindings/gpio/gpio.h>
> +#include <dt-bindings/interrupt-controller/irq.h>
> +
> +&{/} {
> +	model = "Kontron DL i.MX93 OSM-S";
> +	compatible = "kontron,imx93-bl-osm-s", "kontron,imx93-osm-s", "fsl,imx93";
> +
> +	backlight: backlight {
> +		compatible = "pwm-backlight";
> +		pwms = <&tpm3 3 50000 0>;
> +		brightness-levels = <0 100>;
> +		num-interpolated-steps = <100>;
> +		default-brightness-level = <100>;
> +	};
> +
> +	panel {
> +		compatible = "jenson,bl-jt60050-01a", "panel-lvds";
> +		backlight = <&backlight>;
> +		data-mapping = "vesa-24";
> +		enable-gpios = <&gpio2 29 GPIO_ACTIVE_HIGH>;
> +		power-supply = <&reg_vcc_panel>;
> +		height-mm = <86>;
> +		width-mm = <154>;
> +
> +		panel-timing {
> +			clock-frequency = <50000000>;
> +			hactive = <1024>;
> +			hback-porch = <160>;
> +			hfront-porch = <160>;
> +			hsync-len = <1>;
> +			vactive = <600>;
> +			vback-porch = <23>;
> +			vfront-porch = <12>;
> +			vsync-len = <1>;
> +		};
> +
> +		port {
> +			panel_in_lvds0: endpoint {
> +				remote-endpoint = <&ldb_lvds_ch0>;
> +			};
> +		};
> +	};
> +};
> +
> +&gpio3 {
> +	panel-rst-hog {
> +		gpio-hog;
> +		gpios = <26 GPIO_ACTIVE_LOW>;
> +		output-low;
> +		line-name = "panel-reset";
> +	};
> +
> +	panel-stby-hog {
> +		gpio-hog;
> +		gpios = <27 GPIO_ACTIVE_HIGH>;
> +		output-high;
> +		line-name = "panel-standby";
> +	};
> +};
> +
> +&lcdif {
> +	status = "okay";
> +};
> +
> +&ldb_lvds_ch0 {
> +	remote-endpoint = <&panel_in_lvds0>;
> +};
> +
> +&lpi2c2 {
> +	#address-cells = <1>;
> +	#size-cells = <0>;
> +	status = "okay";
> +
> +	touchscreen@5d {
> +		compatible = "goodix,gt928";
> +		reg = <0x5d>;
> +		interrupt-parent = <&gpio2>;
> +		interrupts = <22 IRQ_TYPE_LEVEL_LOW>;
> +		irq-gpios = <&gpio2 22 GPIO_ACTIVE_HIGH>;
> +		AVDD28-supply = <&reg_vcc_panel>;
> +		VDDIO-supply = <&reg_vcc_panel>;
> +		reset-gpios = <&gpio2 28 GPIO_ACTIVE_HIGH>;
> +	};
> +};
> +
> +&lvds_bridge {
> +	status = "okay";
> +};
> +
> +&media_blk_ctrl {
> +	status = "okay";
> +};
> +
> +&tpm3 {
> +	status = "okay";
> +};
>
> --
> 2.55.0
>
>

      reply	other threads:[~2026-09-10 16:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-10 15:19 [PATCH 0/2] arm64: dts: imx93-kontron: Add support for Kontron i.MX93 DL Frieder Schrempf
2026-09-10 15:19 ` [PATCH 1/2] clk: imx: fracn-gppll: Add 350 MHz support Frieder Schrempf
2026-09-11  2:02   ` Peng Fan (OSS)
2026-09-11 15:14     ` Frank Li
2026-09-10 15:19 ` [PATCH 2/2] arm64: dts: imx93-kontron: Add support for Kontron i.MX93 DL Frieder Schrempf
2026-09-10 16:37   ` Frank Li [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aqLcsc6SROjv6FRv@SMW015318 \
    --to=frank.li@oss.nxp.com \
    --cc=Frank.Li@nxp.com \
    --cc=abelvesa@kernel.org \
    --cc=bmasney+clk@redhat.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=frieder.schrempf@kontron.de \
    --cc=frieder@fris.de \
    --cc=imx@lists.linux.dev \
    --cc=jbrunet+clk@baylibre.com \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mikhail.vaniulin@axians.rs \
    --cc=peng.fan@nxp.com \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=sboyd@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox