All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko@sntech.de>
To: neil.armstrong@linaro.org, dianders@chromium.org,
	thierry.reding@gmail.com, sam@ravnborg.org,
	Robin Murphy <robin.murphy@arm.com>
Cc: jesszhan0024@gmail.com, dri-devel@lists.freedesktop.org,
	linux-rockchip@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 4/4] arm64: dts: rockchip: Add overlay for FriendlyElec HD702E
Date: Sun, 22 Feb 2026 14:59:40 +0100	[thread overview]
Message-ID: <24273079.6Emhk5qWAg@phil> (raw)
In-Reply-To: <2bbc2e62ae9b54ac7594355001ce2b15885d3493.1769191673.git.robin.murphy@arm.com>

Am Freitag, 23. Januar 2026, 20:22:23 Mitteleuropäische Normalzeit schrieb Robin Murphy:
> Add an overlay to support FriendlyElec's HD702E 7" eDP LCD touchscreen
> module for the NanoPC-T4 board:
> 
> https://www.friendlyelec.com/index.php?route=product/product&path=81&product_id=230
> 
> Signed-off-by: Robin Murphy <robin.murphy@arm.com>

[...]

> diff --git a/arch/arm64/boot/dts/rockchip/rk3399-nanopc-t4-hd702e.dtso b/arch/arm64/boot/dts/rockchip/rk3399-nanopc-t4-hd702e.dtso
> new file mode 100644
> index 000000000000..66ac530392b7
> --- /dev/null
> +++ b/arch/arm64/boot/dts/rockchip/rk3399-nanopc-t4-hd702e.dtso
> @@ -0,0 +1,96 @@
> +&edp {
> +	force-hpd;
> +	status = "okay";
> +
> +	aux-bus {
> +		edp-panel {

The dtbs-check was unhappy, because the auxbus binding wishes for this
node to be named "panel". I'll just change this when applying.


Heiko

> +			compatible = "friendlyarm,hd702e";
> +			backlight = <&backlight>;
> +			no-hpd;
> +			power-supply = <&vdd_3_3v>;
> +
> +			port {
> +				panel_in_edp: endpoint {
> +					remote-endpoint = <&edp_out_panel>;
> +				};
> +			};
> +		};
> +	};
> +};





WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: neil.armstrong@linaro.org, dianders@chromium.org,
	thierry.reding@gmail.com, sam@ravnborg.org,
	Robin Murphy <robin.murphy@arm.com>
Cc: jesszhan0024@gmail.com, dri-devel@lists.freedesktop.org,
	linux-rockchip@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 4/4] arm64: dts: rockchip: Add overlay for FriendlyElec HD702E
Date: Sun, 22 Feb 2026 14:59:40 +0100	[thread overview]
Message-ID: <24273079.6Emhk5qWAg@phil> (raw)
In-Reply-To: <2bbc2e62ae9b54ac7594355001ce2b15885d3493.1769191673.git.robin.murphy@arm.com>

Am Freitag, 23. Januar 2026, 20:22:23 Mitteleuropäische Normalzeit schrieb Robin Murphy:
> Add an overlay to support FriendlyElec's HD702E 7" eDP LCD touchscreen
> module for the NanoPC-T4 board:
> 
> https://www.friendlyelec.com/index.php?route=product/product&path=81&product_id=230
> 
> Signed-off-by: Robin Murphy <robin.murphy@arm.com>

[...]

> diff --git a/arch/arm64/boot/dts/rockchip/rk3399-nanopc-t4-hd702e.dtso b/arch/arm64/boot/dts/rockchip/rk3399-nanopc-t4-hd702e.dtso
> new file mode 100644
> index 000000000000..66ac530392b7
> --- /dev/null
> +++ b/arch/arm64/boot/dts/rockchip/rk3399-nanopc-t4-hd702e.dtso
> @@ -0,0 +1,96 @@
> +&edp {
> +	force-hpd;
> +	status = "okay";
> +
> +	aux-bus {
> +		edp-panel {

The dtbs-check was unhappy, because the auxbus binding wishes for this
node to be named "panel". I'll just change this when applying.


Heiko

> +			compatible = "friendlyarm,hd702e";
> +			backlight = <&backlight>;
> +			no-hpd;
> +			power-supply = <&vdd_3_3v>;
> +
> +			port {
> +				panel_in_edp: endpoint {
> +					remote-endpoint = <&edp_out_panel>;
> +				};
> +			};
> +		};
> +	};
> +};




_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

  reply	other threads:[~2026-02-22 13:59 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-23 19:22 [PATCH v2 0/4] Properly support FriendlyElec HD702E Robin Murphy
2026-01-23 19:22 ` Robin Murphy
2026-01-23 19:22 ` [PATCH v2 1/4] dt-bindings: display: panel: Move FriendlyElec HD702E to eDP Robin Murphy
2026-01-23 19:22   ` Robin Murphy
2026-01-24 23:51   ` Doug Anderson
2026-01-24 23:51     ` Doug Anderson
2026-02-02 16:52   ` Doug Anderson
2026-02-02 16:52     ` Doug Anderson
2026-01-23 19:22 ` [PATCH v2 2/4] drm/panel-edp: Move FriendlyELEC HD702E Robin Murphy
2026-01-23 19:22   ` Robin Murphy
2026-01-24 23:52   ` Doug Anderson
2026-01-24 23:52     ` Doug Anderson
2026-02-02 16:52     ` Doug Anderson
2026-02-02 16:52       ` Doug Anderson
2026-01-23 19:22 ` [PATCH v2 3/4] arm64: dts: rockchip: Move RK3399 eDP pinctrl to boards Robin Murphy
2026-01-23 19:22   ` Robin Murphy
2026-01-23 19:22 ` [PATCH v2 4/4] arm64: dts: rockchip: Add overlay for FriendlyElec HD702E Robin Murphy
2026-01-23 19:22   ` Robin Murphy
2026-02-22 13:59   ` Heiko Stuebner [this message]
2026-02-22 13:59     ` Heiko Stuebner
2026-02-22 22:39 ` (subset) [PATCH v2 0/4] Properly support " Heiko Stuebner
2026-02-22 22:39   ` Heiko Stuebner

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=24273079.6Emhk5qWAg@phil \
    --to=heiko@sntech.de \
    --cc=dianders@chromium.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jesszhan0024@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=neil.armstrong@linaro.org \
    --cc=robin.murphy@arm.com \
    --cc=sam@ravnborg.org \
    --cc=thierry.reding@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.