diff for duplicates of <3838250.G6PfJ7RzAX@avalon> diff --git a/a/1.txt b/N1/1.txt index ffad9ed..82064ed 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,10 +1,10 @@ -Hi Jean-Fran?ois, +Hi Jean-François, A brief update. On Tuesday 29 Nov 2016 20:41:30 Laurent Pinchart wrote: > On Monday 28 Nov 2016 19:02:39 Jean-Francois Moine wrote: -> > Signed-off-by: Jean-Francois Moine <moinejf@free.fr> +> > Signed-off-by: Jean-Francois Moine <moinejf-GANU6spQydw@public.gmane.org> > > --- > > > > .../bindings/display/sunxi/sun8i-de2.txt | 121 ++++++++++++++++ @@ -99,7 +99,7 @@ On Tuesday 29 Nov 2016 20:41:30 Laurent Pinchart wrote: > > + > > +Example: > > + -> > + de: de-controller at 01000000 { +> > + de: de-controller@01000000 { > > + compatible = "allwinner,sun8i-h3-display-engine"; > > + reg = <0x01000000 0x400000>; > > + clocks = <&ccu CLK_BUS_DE>, <&ccu CLK_DE>; @@ -112,7 +112,7 @@ On Tuesday 29 Nov 2016 20:41:30 Laurent Pinchart wrote: > ports { > #address-cells = <1>; > #size-cells = <0>; -> port at 0 { +> port@0 { I forgot to add reg = <0>; (and similarly for port 1). @@ -120,14 +120,14 @@ I forgot to add reg = <0>; (and similarly for port 1). > remote_endpoint = <&tcon0_hdmi>; > }; > }; -> port at 1 { +> port@1 { > /* No endpoint as the port is not connected */ > }; > }; > > > + }; > > + -> > + tcon0: lcd-controller at 01c0c000 { +> > + tcon0: lcd-controller@01c0c000 { > > + compatible = "allwinner,sun8i-a83t-tcon"; > > + reg = <0x01c0c000 0x400>; > > + clocks = <&ccu CLK_BUS_TCON0>, <&ccu CLK_TCON0>; @@ -152,13 +152,13 @@ I forgot to add reg = <0>; (and similarly for port 1). The TCON has an output, so this should instead be - port at 0 { + port@0 { reg = <0>; tcon0_in: endpoint { remote-endpoint = <&de_out_0>; }; }; - port at 1 { + port@1 { reg = <1>; tcon1_out: endpoint { remote-endpoint = <&hdmi_in>; @@ -170,7 +170,7 @@ The TCON has an output, so this should instead be > > + }; > > + > > + /* not used */ -> > + tcon1: lcd-controller at 01c0d000 { +> > + tcon1: lcd-controller@01c0d000 { > > + compatible = "allwinner,sun8i-h3-tcon"; > > + reg = <0x01c0d000 0x400>; > > + clocks = <&ccu CLK_BUS_TCON1>, @@ -200,3 +200,8 @@ The TCON has an output, so this should instead be Regards, Laurent Pinchart + +-- +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. diff --git a/a/content_digest b/N1/content_digest index df2abd2..1086820 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,19 +1,24 @@ "ref\0cover.1480414715.git.moinejf@free.fr\0" "ref\092fc53084274d5ab04fe28f2dc0b16cf5d94481e.1480414715.git.moinejf@free.fr\0" "ref\036111311.d8ul9hQ2CU@avalon\0" - "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0" - "Subject\0[PATCH v7 2/8] drm/sun8i: Add DT bindings documentation of Allwinner DE2\0" + "From\0Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>\0" + "Subject\0Re: [PATCH v7 2/8] drm/sun8i: Add DT bindings documentation of Allwinner DE2\0" "Date\0Tue, 29 Nov 2016 20:45:50 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org\0" + "Cc\0devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" + linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" "\00:1\0" "b\0" - "Hi Jean-Fran?ois,\n" + "Hi Jean-Fran\303\247ois,\n" "\n" "A brief update.\n" "\n" "On Tuesday 29 Nov 2016 20:41:30 Laurent Pinchart wrote:\n" "> On Monday 28 Nov 2016 19:02:39 Jean-Francois Moine wrote:\n" - "> > Signed-off-by: Jean-Francois Moine <moinejf@free.fr>\n" + "> > Signed-off-by: Jean-Francois Moine <moinejf-GANU6spQydw@public.gmane.org>\n" "> > ---\n" "> > \n" "> > .../bindings/display/sunxi/sun8i-de2.txt | 121 ++++++++++++++++\n" @@ -108,7 +113,7 @@ "> > +\n" "> > +Example:\n" "> > +\n" - "> > +\tde: de-controller at 01000000 {\n" + "> > +\tde: de-controller@01000000 {\n" "> > +\t\tcompatible = \"allwinner,sun8i-h3-display-engine\";\n" "> > +\t\treg = <0x01000000 0x400000>;\n" "> > +\t\tclocks = <&ccu CLK_BUS_DE>, <&ccu CLK_DE>;\n" @@ -121,7 +126,7 @@ "> \tports {\n" "> \t\t#address-cells = <1>;\n" "> \t\t#size-cells = <0>;\n" - "> \t\tport at 0 {\n" + "> \t\tport@0 {\n" "\n" "I forgot to add reg = <0>; (and similarly for port 1).\n" "\n" @@ -129,14 +134,14 @@ "> \t\t\t\tremote_endpoint = <&tcon0_hdmi>;\n" "> \t\t\t};\n" "> \t\t};\n" - "> \t\tport at 1 {\n" + "> \t\tport@1 {\n" "> \t\t\t/* No endpoint as the port is not connected */\n" "> \t\t};\n" "> \t};\n" "> \n" "> > +\t};\n" "> > +\n" - "> > +\ttcon0: lcd-controller at 01c0c000 {\n" + "> > +\ttcon0: lcd-controller@01c0c000 {\n" "> > +\t\tcompatible = \"allwinner,sun8i-a83t-tcon\";\n" "> > +\t\treg = <0x01c0c000 0x400>;\n" "> > +\t\tclocks = <&ccu CLK_BUS_TCON0>, <&ccu CLK_TCON0>;\n" @@ -161,13 +166,13 @@ "\n" "The TCON has an output, so this should instead be\n" "\n" - "\tport at 0 {\n" + "\tport@0 {\n" "\t\treg = <0>;\n" " \t\ttcon0_in: endpoint {\n" " \t\t\tremote-endpoint = <&de_out_0>;\n" " \t\t};\n" "\t};\n" - "\tport at 1 {\n" + "\tport@1 {\n" "\t\treg = <1>;\n" " \t\ttcon1_out: endpoint {\n" " \t\t\tremote-endpoint = <&hdmi_in>;\n" @@ -179,7 +184,7 @@ "> > +\t};\n" "> > +\n" "> > +\t/* not used */\n" - "> > +\ttcon1: lcd-controller at 01c0d000 {\n" + "> > +\ttcon1: lcd-controller@01c0d000 {\n" "> > +\t\tcompatible = \"allwinner,sun8i-h3-tcon\";\n" "> > +\t\treg = <0x01c0d000 0x400>;\n" "> > +\t\tclocks = <&ccu CLK_BUS_TCON1>,\n" @@ -208,6 +213,11 @@ "-- \n" "Regards,\n" "\n" - Laurent Pinchart + "Laurent Pinchart\n" + "\n" + "-- \n" + "You received this message because you are subscribed to the Google Groups \"linux-sunxi\" group.\n" + "To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org\n" + For more options, visit https://groups.google.com/d/optout. -128c48eef04eb7fb96544151b90974885097d812a8fe6cd49a9088ff39808b2b +05f17007960ae25dfd324941110686b507956aba34081545d1d1b9c9e3288417
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.