From: "Jernej Škrabec" <jernej.skrabec@siol.net>
To: Pieter Beers <pjbrs@floorenpj.xs4all.nl>,
Maxime Ripard <maxime@cerno.tech>
Cc: wens@csie.org, linux-arm-kernel@lists.infradead.org
Subject: Re: Re: [PATCH 1/2] ARM: dts: sunxi: h2-plus-bananapi-m2-zero: Add HDMI out
Date: Tue, 02 Mar 2021 18:25:48 +0100 [thread overview]
Message-ID: <4239128.qiGTmxp6ER@kista> (raw)
In-Reply-To: <20210302091925.6rga3vhvyiys6kdz@gilmour>
Hi!
Dne torek, 02. marec 2021 ob 10:19:25 CET je Maxime Ripard napisal(a):
> Hi,
>
> On Sun, Feb 28, 2021 at 05:16:56PM +0100, Pieter Beers wrote:
> > Add HDMI out, including the display engine, to the BananaPi
> > M2 Zero.
> >
> > Signed-off-by: Pieter Beers <pjbrs@floorenpj.xs4all.nl>
> > ---
> > .../dts/sun8i-h2-plus-bananapi-m2-zero.dts | 25 +++++++++++++++++++
> > 1 file changed, 25 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts b/arch/
arm/boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts
> > index e76d56a3df9c..d339a26662cb 100644
> > --- a/arch/arm/boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts
> > +++ b/arch/arm/boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts
> > @@ -26,6 +26,17 @@
> > stdout-path = "serial0:115200n8";
> > };
> >
> > + connector {
> > + compatible = "hdmi-connector";
> > + type = "a";
I didn't noticed earlier, but BananaPi M2 Zero has mini HDMI, so type should
be set to "c" here.
Best regards,
Jernej
> > +
> > + port {
> > + hdmi_con_in: endpoint {
> > + remote-endpoint =
<&hdmi_out_con>;
> > + };
> > + };
> > + };
> > +
> > leds {
> > compatible = "gpio-leds";
> >
> > @@ -107,6 +118,20 @@
> > };
> > };
> >
> > +&de {
> > + status = "okay";
> > +};
> > +
> > +&hdmi {
> > + status = "okay";
> > +};
> > +
> > +&hdmi_out {
> > + hdmi_out_con: endpoint {
> > + remote-endpoint = <&hdmi_con_in>;
> > + };
> > +};
> > +
>
> These nodes should be ordered by alphabetical order
>
> Thanks!
> Maxime
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2021-03-03 15:14 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-28 16:16 BananaPi M2 Zero: Add HDMI out and ethernet Pieter Beers
2021-02-28 16:16 ` [PATCH 1/2] ARM: dts: sunxi: h2-plus-bananapi-m2-zero: Add HDMI out Pieter Beers
2021-03-02 9:19 ` Maxime Ripard
2021-03-02 17:25 ` Jernej Škrabec [this message]
2021-03-04 19:14 ` [PATCH 0/2 v2] BananaPi M2 Zero: Add HDMI-out and ethernet Pieter Beers
2021-03-04 19:14 ` [PATCH 1/2] ARM: dts: sunxi: h2-plus-bananapi-m2-zero: Add HDMI out Pieter Beers
2021-03-04 19:30 ` Jernej Škrabec
2021-03-08 15:15 ` Maxime Ripard
2021-03-04 19:14 ` [PATCH 2/2] ARM: dts: sunxi: h2-plus-bananapi-m2-zero: Add ethernet Pieter Beers
2021-03-08 15:46 ` Maxime Ripard
2021-02-28 16:16 ` Pieter Beers
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=4239128.qiGTmxp6ER@kista \
--to=jernej.skrabec@siol.net \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=maxime@cerno.tech \
--cc=pjbrs@floorenpj.xs4all.nl \
--cc=wens@csie.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;
as well as URLs for NNTP newsgroup(s).