diff for duplicates of <36111311.d8ul9hQ2CU@avalon> diff --git a/a/1.txt b/N1/1.txt index 27c4004..1ef43a8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,9 +1,9 @@ -Hi Jean-Fran?ois, +Hi Jean-François, Thank you for the patch. 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 ++++++++++++++++++ > 1 file changed, 121 insertions(+) @@ -96,7 +96,7 @@ On Monday 28 Nov 2016 19:02:39 Jean-Francois Moine 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>; @@ -109,19 +109,19 @@ This isn't how the OF graph DT bindings are used. You should instead have ports { #address-cells = <1>; #size-cells = <0>; - port at 0 { + port@0 { de_out_0: endpoint { 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>; @@ -147,7 +147,7 @@ and here > + }; > + > + /* not used */ -> + tcon1: lcd-controller at 01c0d000 { +> + tcon1: lcd-controller@01c0d000 { > + compatible = "allwinner,sun8i-h3-tcon"; > + reg = <0x01c0d000 0x400>; > + clocks = <&ccu CLK_BUS_TCON1>, @@ -177,3 +177,8 @@ and here 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 e0a6d24..00820a4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,17 +1,25 @@ "ref\0cover.1480414715.git.moinejf@free.fr\0" "ref\092fc53084274d5ab04fe28f2dc0b16cf5d94481e.1480414715.git.moinejf@free.fr\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" + "ref\092fc53084274d5ab04fe28f2dc0b16cf5d94481e.1480414715.git.moinejf-GANU6spQydw@public.gmane.org\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:41:30 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org\0" + "Cc\0Jean-Francois Moine <moinejf-GANU6spQydw@public.gmane.org>" + Dave Airlie <airlied-cv59FeDIM0c@public.gmane.org> + Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@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" "Thank you for the patch.\n" "\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" "> .../bindings/display/sunxi/sun8i-de2.txt | 121 ++++++++++++++++++\n" "> 1 file changed, 121 insertions(+)\n" @@ -104,7 +112,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" @@ -117,19 +125,19 @@ "\tports {\n" "\t\t#address-cells = <1>;\n" "\t\t#size-cells = <0>;\n" - "\t\tport at 0 {\n" + "\t\tport@0 {\n" "\t\t\tde_out_0: endpoint {\n" "\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" @@ -155,7 +163,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" @@ -184,6 +192,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. -329a2e8cd4f5c86461cb24a03afdd074b19294afe91e26149c44ec5b937fa3b9 +c392f30eb64cd6366866f56099dceaa6f986d06bd98ee11eabb79952e3803ec6
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.