devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>
To: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
Cc: Maxime Ripard
	<maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
	Jernej Skrabec <jernej.skrabec-gGgVlfcn5nU@public.gmane.org>,
	Jean-Francois Moine <moinejf-GANU6spQydw@public.gmane.org>,
	devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	linux-arm-kernel
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	linux-kernel
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	linux-sunxi <linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: [RFC PATCH] ARM: dts: sun8i: add simplefb node for H3
Date: Mon, 28 Nov 2016 18:19:50 +0800	[thread overview]
Message-ID: <496171480328390@web15g.yandex.ru> (raw)
In-Reply-To: <CAGb2v67akcT6z-xOdCzpLQRZbgNGh3E5akYEs1BvFNP1rH8UeA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>



28.11.2016, 18:07, "Chen-Yu Tsai" <wens-jdAy2FN1RRM@public.gmane.org>:
> On Mon, Nov 28, 2016 at 5:59 PM, Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org> wrote:
>>  As there's currently a fork of U-Boot which provides simplefb support
>
> Please add it when its finalized...
>
>>  for H3, a simplefb node can be added to the device tree.
>>
>>  Signed-off-by: Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>
>>  ---
>>
>>  I'm still not sure which pipeline should I use.
>
> You are supposed to add _all_ the pipelines that are available and
> supported by U-boot. U-boot is then supposed to enable and update
> the one it set up.

I mean the pipeline string ;-)

>
> ChenYu
>
>>  And, it seems that HDMI Slow Clock is not needed?
>>
>>  (seems that it's only for EDID, but simplefb won't use EDID)
>>
>>   arch/arm/boot/dts/sun8i-h3.dtsi | 16 ++++++++++++++++
>>   1 file changed, 16 insertions(+)
>>
>>  diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi
>>  index 75a8654..cacc8dd 100644
>>  --- a/arch/arm/boot/dts/sun8i-h3.dtsi
>>  +++ b/arch/arm/boot/dts/sun8i-h3.dtsi
>>  @@ -50,6 +50,22 @@
>>   / {
>>          interrupt-parent = <&gic>;
>>
>>  + chosen {
>>  + #address-cells = <1>;
>>  + #size-cells = <1>;
>>  + ranges;
>>  +
>>  + simplefb_hdmi: framebuffer@0 {
>>  + compatible = "allwinner,simple-framebuffer",
>>  + "simple-framebuffer";
>>  + allwinner,pipeline = "de0-lcd0-hdmi";
>>  + clocks = <&ccu CLK_BUS_TCON0>, <&ccu CLK_BUS_DE>,
>>  + <&ccu CLK_BUS_HDMI>, <&ccu CLK_DE>,
>>  + <&ccu CLK_TCON0>, <&ccu CLK_HDMI>;
>>  + status = "disabled";
>>  + };
>>  + };
>>  +
>>          cpus {
>>                  #address-cells = <1>;
>>                  #size-cells = <0>;
>>  --
>>  2.10.2

-- 
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.

  parent reply	other threads:[~2016-11-28 10:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-28  9:59 [RFC PATCH] ARM: dts: sun8i: add simplefb node for H3 Icenowy Zheng
     [not found] ` <20161128095900.27615-1-icenowy-ymACFijhrKM@public.gmane.org>
2016-11-28 10:06   ` Chen-Yu Tsai
     [not found]     ` <CAGb2v67akcT6z-xOdCzpLQRZbgNGh3E5akYEs1BvFNP1rH8UeA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-11-28 10:19       ` Icenowy Zheng [this message]
     [not found]         ` <496171480328390-w+qEnKy0EGlxpj1cXAZ9Bg@public.gmane.org>
2016-11-28 10:24           ` Chen-Yu Tsai
     [not found]             ` <CAGb2v66yQ2d=12P_MYyQXTfcZnNAMcb+0i=NEab4sNcJZUyL-w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-11-29 21:43               ` Maxime Ripard
2016-11-28 10:42   ` Jean-Francois Moine
     [not found]     ` <20161128114218.14d2ed434802a20fa6b62023-GANU6spQydw@public.gmane.org>
2016-11-29 21:59       ` Maxime Ripard
2016-11-30  9:35         ` Jean-Francois Moine
     [not found]           ` <20161130103503.01061303ace71c74e1cac66f-GANU6spQydw@public.gmane.org>
2016-11-30 18:49             ` Jernej Skrabec

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=496171480328390@web15g.yandex.ru \
    --to=icenowy-ymacfijhrkm@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=jernej.skrabec-gGgVlfcn5nU@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=maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
    --cc=moinejf-GANU6spQydw@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).