From: Maxime Ripard <maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>
To: Icenowy Zheng <icenowy-h8G6r0blFSE@public.gmane.org>
Cc: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: Re: [PATCH 1/2] ARM: sun8i: h3: enable HDMI output on Banana Pi M2 Zero
Date: Thu, 12 Jul 2018 08:46:01 +0200 [thread overview]
Message-ID: <20180712064601.m3bdd46wzac5fpgh@flea> (raw)
In-Reply-To: <8F6CDF5C-2AC1-43EC-858A-5C6345CF279A-h8G6r0blFSE@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 1855 bytes --]
On Wed, Jul 11, 2018 at 11:15:50PM +0800, Icenowy Zheng wrote:
>
>
> 于 2018年7月11日 GMT+08:00 下午11:05:32, Maxime Ripard <maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> 写到:
> >Hi,
> >
> >On Wed, Jul 11, 2018 at 09:22:32PM +0800, Icenowy Zheng wrote:
> >> Banana Pi M2 Zero board has a miniHDMI port connected to the HDMI
> >> controller of Allwinner H3 SoC.
> >>
> >> Enable the HDMI output in Banana Pi M2 Zero device tree.
> >>
> >> Signed-off-by: Icenowy Zheng <icenowy-h8G6r0blFSE@public.gmane.org>
> >> ---
> >> .../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 7d01f9322658..eb61dcf32797 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";
> >> };
> >>
> >> + hdmi-connector {
> >> + compatible = "hdmi-connector";
> >> + type = "c";
> >
> >This is not one of the connector type declared in DRM, how is it
> >exposed to the userspace?
>
> So just use "A" here (because of single link)?
If the connector type is C, it should be C, and DRM / driver adjusted
to handle it.
Maxime
--
Maxime Ripard, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
--
You received this message because you are subscribed to the Google Groups "linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2018-07-12 6:46 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-11 13:22 [PATCH 0/2] Misc function enhance to Banana Pi M2 Zero board Icenowy Zheng
[not found] ` <20180711132233.42301-1-icenowy-h8G6r0blFSE@public.gmane.org>
2018-07-11 13:22 ` [PATCH 1/2] ARM: sun8i: h3: enable HDMI output on Banana Pi M2 Zero Icenowy Zheng
[not found] ` <20180711132233.42301-2-icenowy-h8G6r0blFSE@public.gmane.org>
2018-07-11 15:05 ` Maxime Ripard
2018-07-11 15:14 ` Jernej Škrabec
2018-07-11 15:19 ` Icenowy Zheng
2018-07-11 15:15 ` [linux-sunxi] " Icenowy Zheng
[not found] ` <8F6CDF5C-2AC1-43EC-858A-5C6345CF279A-h8G6r0blFSE@public.gmane.org>
2018-07-12 6:46 ` Maxime Ripard [this message]
2018-07-12 7:09 ` Icenowy Zheng
[not found] ` <A7CA2831-7117-415C-BC59-3FB4AE425598-h8G6r0blFSE@public.gmane.org>
2018-07-12 14:53 ` Maxime Ripard
2018-07-13 2:28 ` Icenowy Zheng
[not found] ` <82CD0BCE-9DE4-45D7-8DF4-FCCFBC70BECF-h8G6r0blFSE@public.gmane.org>
2018-07-13 7:45 ` Maxime Ripard
2018-07-18 22:13 ` Julian Calaby
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=20180712064601.m3bdd46wzac5fpgh@flea \
--to=maxime.ripard-ldxbnhwyfcjbdgjk7y7tuq@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=icenowy-h8G6r0blFSE@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
--cc=wens-jdAy2FN1RRM@public.gmane.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).