diff for duplicates of <1458831472.12765.8.camel@synopsys.com> diff --git a/a/1.txt b/N1/1.txt index 1c137b8..2fa8fdb 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,32 +1,32 @@ Hi Rob, -On Mon, 2016-03-21@08:04 -0500, Rob Herring wrote: -> On Fri, Mar 11, 2016@06:42:37PM +0300, Alexey Brodkin wrote: +On Mon, 2016-03-21 at 08:04 -0500, Rob Herring wrote: +> On Fri, Mar 11, 2016 at 06:42:37PM +0300, Alexey Brodkin wrote: > > > > This add DT bindings documentation for ARC PGU display controller. > > -> > Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com> -> > Cc: Rob Herring <robh+dt at kernel.org> -> > Cc: Pawel Moll <pawel.moll at arm.com> -> > Cc: Mark Rutland <mark.rutland at arm.com> -> > Cc: Ian Campbell <ijc+devicetree at hellion.org.uk> -> > Cc: Kumar Gala <galak at codeaurora.org> -> > Cc: David Airlie <airlied at linux.ie> -> > Cc: dri-devel at lists.freedesktop.org -> > Cc: devicetree at vger.kernel.org -> > Cc: linux-snps-arc at lists.infradead.org +> > Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> +> > Cc: Rob Herring <robh+dt@kernel.org> +> > Cc: Pawel Moll <pawel.moll@arm.com> +> > Cc: Mark Rutland <mark.rutland@arm.com> +> > Cc: Ian Campbell <ijc+devicetree@hellion.org.uk> +> > Cc: Kumar Gala <galak@codeaurora.org> +> > Cc: David Airlie <airlied@linux.ie> +> > Cc: dri-devel@lists.freedesktop.org +> > Cc: devicetree@vger.kernel.org +> > Cc: linux-snps-arc@lists.infradead.org > > --- > > > > Changes v2 -> v3: -> > ?* Reverted back to initial larger version of example -> > ???with minor fixes (thanks Rob for spotting those). +> > * Reverted back to initial larger version of example +> > with minor fixes (thanks Rob for spotting those). > > > > Changes v1 -> v2: -> > ?* Removed everything except PGU node itself. +> > * Removed everything except PGU node itself. > > -> > ?.../devicetree/bindings/display/snps,arcpgu.txt????| 72 ++++++++++++++++++++++ -> > ?1 file changed, 72 insertions(+) -> > ?create mode 100644 Documentation/devicetree/bindings/display/snps,arcpgu.txt +> > .../devicetree/bindings/display/snps,arcpgu.txt | 72 ++++++++++++++++++++++ +> > 1 file changed, 72 insertions(+) +> > create mode 100644 Documentation/devicetree/bindings/display/snps,arcpgu.txt > > > > diff --git a/Documentation/devicetree/bindings/display/snps,arcpgu.txt > > b/Documentation/devicetree/bindings/display/snps,arcpgu.txt @@ -42,13 +42,13 @@ On Mon, 2016-03-21@08:04 -0500, Rob Herring wrote: > > +framebuffer and sends it to a single digital encoder (usually HDMI). > > + > > +Required properties: -> > +??- compatible: "snps,arcpgu" -> > +??- reg: Physical base address and length of the controller's registers. -> > +??- clocks: A list of phandle + clock-specifier pairs, one for each -> > +????entry in 'clock-names'. -> > +??- clock-names: A list of clock names. For ARC PGU it should contain: -> > +??????- "pxlclk" for the clock feeding the output PLL of the controller. -> > +??- encoder-slave: Phandle of encoder chip. +> > + - compatible: "snps,arcpgu" +> > + - reg: Physical base address and length of the controller's registers. +> > + - clocks: A list of phandle + clock-specifier pairs, one for each +> > + entry in 'clock-names'. +> > + - clock-names: A list of clock names. For ARC PGU it should contain: +> > + - "pxlclk" for the clock feeding the output PLL of the controller. +> > + - encoder-slave: Phandle of encoder chip. > Drop this as discussed. Ok I'll do that. @@ -58,14 +58,14 @@ Do I need to remove encoder node from it as well? > > > > + > > +Required sub-nodes: -> > +??- port: The PGU connection to an encoder chip. +> > + - port: The PGU connection to an encoder chip. > > + > > +Example: > > + > > +/ { > > + ... > > + -> > + pgu at XXXXXXXX { +> > + pgu@XXXXXXXX { > > + compatible = "snps,arcpgu"; > > + reg = <0xXXXXXXXX 0x400>; > > + clocks = <&clock_node>; @@ -80,12 +80,15 @@ Do I need to remove encoder node from it as well? > > + }; > > + > > + /* HDMI encoder on I2C bus */ -> > + i2c at XXXXXXXX { +> > + i2c@XXXXXXXX { > > + compatible = "..."; > > + -> > + encoder_node:encoder_node at 0xXX{ -> Don't use underscores in node names. Just "hdmi at xx" +> > + encoder_node:encoder_node@0xXX{ +> Don't use underscores in node names. Just "hdmi@xx" Ok still I may keep label "encoder_node" here, right? --Alexey +-Alexey-- +To unsubscribe from this list: send the line "unsubscribe devicetree" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index e6d6d34..12c87ef 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,41 +1,50 @@ "ref\01457710959-9562-1-git-send-email-abrodkin@synopsys.com\0" "ref\01457710959-9562-3-git-send-email-abrodkin@synopsys.com\0" "ref\020160321130419.GA23913@rob-hp-laptop\0" - "From\0Alexey.Brodkin@synopsys.com (Alexey Brodkin)\0" - "Subject\0[PATCH 2/4 v3] drm: Add DT bindings documentation for ARC PGU display controller\0" + "From\0Alexey Brodkin <Alexey.Brodkin-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>\0" + "Subject\0Re: [PATCH 2/4 v3] drm: Add DT bindings documentation for ARC PGU display controller\0" "Date\0Thu, 24 Mar 2016 14:57:52 +0000\0" - "To\0linux-snps-arc@lists.infradead.org\0" + "To\0robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "Cc\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>" + pawel.moll-5wv7dgnIgG8@public.gmane.org <pawel.moll-5wv7dgnIgG8@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + linux-snps-arc-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-snps-arc-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> + mark.rutland-5wv7dgnIgG8@public.gmane.org <mark.rutland-5wv7dgnIgG8@public.gmane.org> + galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> + ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org> + dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org <dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org> + " airlied-cv59FeDIM0c@public.gmane.org <airlied-cv59FeDIM0c@public.gmane.org>\0" "\00:1\0" "b\0" "Hi Rob,\n" "\n" - "On Mon, 2016-03-21@08:04 -0500, Rob Herring wrote:\n" - "> On Fri, Mar 11, 2016@06:42:37PM +0300, Alexey Brodkin wrote:\n" + "On Mon, 2016-03-21 at 08:04 -0500, Rob Herring wrote:\n" + "> On Fri, Mar 11, 2016 at 06:42:37PM +0300, Alexey Brodkin wrote:\n" "> > \n" "> > This add DT bindings documentation for ARC PGU display controller.\n" "> > \n" - "> > Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com>\n" - "> > Cc: Rob Herring <robh+dt at kernel.org>\n" - "> > Cc: Pawel Moll <pawel.moll at arm.com>\n" - "> > Cc: Mark Rutland <mark.rutland at arm.com>\n" - "> > Cc: Ian Campbell <ijc+devicetree at hellion.org.uk>\n" - "> > Cc: Kumar Gala <galak at codeaurora.org>\n" - "> > Cc: David Airlie <airlied at linux.ie>\n" - "> > Cc: dri-devel at lists.freedesktop.org\n" - "> > Cc: devicetree at vger.kernel.org\n" - "> > Cc: linux-snps-arc at lists.infradead.org\n" + "> > Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>\n" + "> > Cc: Rob Herring <robh+dt@kernel.org>\n" + "> > Cc: Pawel Moll <pawel.moll@arm.com>\n" + "> > Cc: Mark Rutland <mark.rutland@arm.com>\n" + "> > Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>\n" + "> > Cc: Kumar Gala <galak@codeaurora.org>\n" + "> > Cc: David Airlie <airlied@linux.ie>\n" + "> > Cc: dri-devel@lists.freedesktop.org\n" + "> > Cc: devicetree@vger.kernel.org\n" + "> > Cc: linux-snps-arc@lists.infradead.org\n" "> > ---\n" "> > \n" "> > Changes v2 -> v3:\n" - "> > ?* Reverted back to initial larger version of example\n" - "> > ???with minor fixes (thanks Rob for spotting those).\n" + "> > \302\240* Reverted back to initial larger version of example\n" + "> > \302\240\302\240\302\240with minor fixes (thanks Rob for spotting those).\n" "> > \n" "> > Changes v1 -> v2:\n" - "> > ?* Removed everything except PGU node itself.\n" + "> > \302\240* Removed everything except PGU node itself.\n" "> > \n" - "> > ?.../devicetree/bindings/display/snps,arcpgu.txt????| 72 ++++++++++++++++++++++\n" - "> > ?1 file changed, 72 insertions(+)\n" - "> > ?create mode 100644 Documentation/devicetree/bindings/display/snps,arcpgu.txt\n" + "> > \302\240.../devicetree/bindings/display/snps,arcpgu.txt\302\240\302\240\302\240\302\240| 72 ++++++++++++++++++++++\n" + "> > \302\2401 file changed, 72 insertions(+)\n" + "> > \302\240create mode 100644 Documentation/devicetree/bindings/display/snps,arcpgu.txt\n" "> > \n" "> > diff --git a/Documentation/devicetree/bindings/display/snps,arcpgu.txt\n" "> > b/Documentation/devicetree/bindings/display/snps,arcpgu.txt\n" @@ -51,13 +60,13 @@ "> > +framebuffer and sends it to a single digital encoder (usually HDMI).\n" "> > +\n" "> > +Required properties:\n" - "> > +??- compatible: \"snps,arcpgu\"\n" - "> > +??- reg: Physical base address and length of the controller's registers.\n" - "> > +??- clocks: A list of phandle + clock-specifier pairs, one for each\n" - "> > +????entry in 'clock-names'.\n" - "> > +??- clock-names: A list of clock names. For ARC PGU it should contain:\n" - "> > +??????- \"pxlclk\" for the clock feeding the output PLL of the controller.\n" - "> > +??- encoder-slave: Phandle of encoder chip.\n" + "> > +\302\240\302\240- compatible: \"snps,arcpgu\"\n" + "> > +\302\240\302\240- reg: Physical base address and length of the controller's registers.\n" + "> > +\302\240\302\240- clocks: A list of phandle + clock-specifier pairs, one for each\n" + "> > +\302\240\302\240\302\240\302\240entry in 'clock-names'.\n" + "> > +\302\240\302\240- clock-names: A list of clock names. For ARC PGU it should contain:\n" + "> > +\302\240\302\240\302\240\302\240\302\240\302\240- \"pxlclk\" for the clock feeding the output PLL of the controller.\n" + "> > +\302\240\302\240- encoder-slave: Phandle of encoder chip.\n" "> Drop this as discussed.\n" "\n" "Ok I'll do that.\n" @@ -67,14 +76,14 @@ "> > \n" "> > +\n" "> > +Required sub-nodes:\n" - "> > +??- port: The PGU connection to an encoder chip.\n" + "> > +\302\240\302\240- port: The PGU connection to an encoder chip.\n" "> > +\n" "> > +Example:\n" "> > +\n" "> > +/ {\n" "> > +\t...\n" "> > +\n" - "> > +\tpgu at XXXXXXXX {\n" + "> > +\tpgu@XXXXXXXX {\n" "> > +\t\tcompatible = \"snps,arcpgu\";\n" "> > +\t\treg = <0xXXXXXXXX 0x400>;\n" "> > +\t\tclocks = <&clock_node>;\n" @@ -89,14 +98,17 @@ "> > +\t};\n" "> > +\n" "> > +\t/* HDMI encoder on I2C bus */\n" - "> > +\ti2c at XXXXXXXX {\n" + "> > +\ti2c@XXXXXXXX {\n" "> > +\t\tcompatible = \"...\";\n" "> > +\n" - "> > +\t\tencoder_node:encoder_node at 0xXX{\n" - "> Don't use underscores in node names. Just \"hdmi at xx\"\n" + "> > +\t\tencoder_node:encoder_node@0xXX{\n" + "> Don't use underscores in node names. Just \"hdmi@xx\"\n" "\n" "Ok still I may keep label \"encoder_node\" here, right?\n" "\n" - -Alexey + "-Alexey--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -35d73d252e742ee725f67996fd5f84a99e9b990ea31bf826c9f18553e2596816 +a90b13a329678b8ed5c30dcecfb65e627ec511727d84b9ca1bb50d987fbe272e
diff --git a/a/1.txt b/N2/1.txt index 1c137b8..5079a8e 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,32 +1,32 @@ Hi Rob, -On Mon, 2016-03-21@08:04 -0500, Rob Herring wrote: -> On Fri, Mar 11, 2016@06:42:37PM +0300, Alexey Brodkin wrote: +On Mon, 2016-03-21 at 08:04 -0500, Rob Herring wrote: +> On Fri, Mar 11, 2016 at 06:42:37PM +0300, Alexey Brodkin wrote: > > > > This add DT bindings documentation for ARC PGU display controller. > > -> > Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com> -> > Cc: Rob Herring <robh+dt at kernel.org> -> > Cc: Pawel Moll <pawel.moll at arm.com> -> > Cc: Mark Rutland <mark.rutland at arm.com> -> > Cc: Ian Campbell <ijc+devicetree at hellion.org.uk> -> > Cc: Kumar Gala <galak at codeaurora.org> -> > Cc: David Airlie <airlied at linux.ie> -> > Cc: dri-devel at lists.freedesktop.org -> > Cc: devicetree at vger.kernel.org -> > Cc: linux-snps-arc at lists.infradead.org +> > Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> +> > Cc: Rob Herring <robh+dt@kernel.org> +> > Cc: Pawel Moll <pawel.moll@arm.com> +> > Cc: Mark Rutland <mark.rutland@arm.com> +> > Cc: Ian Campbell <ijc+devicetree@hellion.org.uk> +> > Cc: Kumar Gala <galak@codeaurora.org> +> > Cc: David Airlie <airlied@linux.ie> +> > Cc: dri-devel@lists.freedesktop.org +> > Cc: devicetree@vger.kernel.org +> > Cc: linux-snps-arc@lists.infradead.org > > --- > > > > Changes v2 -> v3: -> > ?* Reverted back to initial larger version of example -> > ???with minor fixes (thanks Rob for spotting those). +> > * Reverted back to initial larger version of example +> > with minor fixes (thanks Rob for spotting those). > > > > Changes v1 -> v2: -> > ?* Removed everything except PGU node itself. +> > * Removed everything except PGU node itself. > > -> > ?.../devicetree/bindings/display/snps,arcpgu.txt????| 72 ++++++++++++++++++++++ -> > ?1 file changed, 72 insertions(+) -> > ?create mode 100644 Documentation/devicetree/bindings/display/snps,arcpgu.txt +> > .../devicetree/bindings/display/snps,arcpgu.txt | 72 ++++++++++++++++++++++ +> > 1 file changed, 72 insertions(+) +> > create mode 100644 Documentation/devicetree/bindings/display/snps,arcpgu.txt > > > > diff --git a/Documentation/devicetree/bindings/display/snps,arcpgu.txt > > b/Documentation/devicetree/bindings/display/snps,arcpgu.txt @@ -42,13 +42,13 @@ On Mon, 2016-03-21@08:04 -0500, Rob Herring wrote: > > +framebuffer and sends it to a single digital encoder (usually HDMI). > > + > > +Required properties: -> > +??- compatible: "snps,arcpgu" -> > +??- reg: Physical base address and length of the controller's registers. -> > +??- clocks: A list of phandle + clock-specifier pairs, one for each -> > +????entry in 'clock-names'. -> > +??- clock-names: A list of clock names. For ARC PGU it should contain: -> > +??????- "pxlclk" for the clock feeding the output PLL of the controller. -> > +??- encoder-slave: Phandle of encoder chip. +> > + - compatible: "snps,arcpgu" +> > + - reg: Physical base address and length of the controller's registers. +> > + - clocks: A list of phandle + clock-specifier pairs, one for each +> > + entry in 'clock-names'. +> > + - clock-names: A list of clock names. For ARC PGU it should contain: +> > + - "pxlclk" for the clock feeding the output PLL of the controller. +> > + - encoder-slave: Phandle of encoder chip. > Drop this as discussed. Ok I'll do that. @@ -58,14 +58,14 @@ Do I need to remove encoder node from it as well? > > > > + > > +Required sub-nodes: -> > +??- port: The PGU connection to an encoder chip. +> > + - port: The PGU connection to an encoder chip. > > + > > +Example: > > + > > +/ { > > + ... > > + -> > + pgu at XXXXXXXX { +> > + pgu@XXXXXXXX { > > + compatible = "snps,arcpgu"; > > + reg = <0xXXXXXXXX 0x400>; > > + clocks = <&clock_node>; @@ -80,11 +80,11 @@ Do I need to remove encoder node from it as well? > > + }; > > + > > + /* HDMI encoder on I2C bus */ -> > + i2c at XXXXXXXX { +> > + i2c@XXXXXXXX { > > + compatible = "..."; > > + -> > + encoder_node:encoder_node at 0xXX{ -> Don't use underscores in node names. Just "hdmi at xx" +> > + encoder_node:encoder_node@0xXX{ +> Don't use underscores in node names. Just "hdmi@xx" Ok still I may keep label "encoder_node" here, right? diff --git a/a/content_digest b/N2/content_digest index e6d6d34..a877cff 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,41 +1,50 @@ "ref\01457710959-9562-1-git-send-email-abrodkin@synopsys.com\0" "ref\01457710959-9562-3-git-send-email-abrodkin@synopsys.com\0" "ref\020160321130419.GA23913@rob-hp-laptop\0" - "From\0Alexey.Brodkin@synopsys.com (Alexey Brodkin)\0" - "Subject\0[PATCH 2/4 v3] drm: Add DT bindings documentation for ARC PGU display controller\0" + "From\0Alexey Brodkin <Alexey.Brodkin@synopsys.com>\0" + "Subject\0Re: [PATCH 2/4 v3] drm: Add DT bindings documentation for ARC PGU display controller\0" "Date\0Thu, 24 Mar 2016 14:57:52 +0000\0" - "To\0linux-snps-arc@lists.infradead.org\0" + "To\0robh@kernel.org <robh@kernel.org>\0" + "Cc\0linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>" + pawel.moll@arm.com <pawel.moll@arm.com> + devicetree@vger.kernel.org <devicetree@vger.kernel.org> + linux-snps-arc@lists.infradead.org <linux-snps-arc@lists.infradead.org> + mark.rutland@arm.com <mark.rutland@arm.com> + galak@codeaurora.org <galak@codeaurora.org> + ijc+devicetree@hellion.org.uk <ijc+devicetree@hellion.org.uk> + dri-devel@lists.freedesktop.org <dri-devel@lists.freedesktop.org> + " airlied@linux.ie <airlied@linux.ie>\0" "\00:1\0" "b\0" "Hi Rob,\n" "\n" - "On Mon, 2016-03-21@08:04 -0500, Rob Herring wrote:\n" - "> On Fri, Mar 11, 2016@06:42:37PM +0300, Alexey Brodkin wrote:\n" + "On Mon, 2016-03-21 at 08:04 -0500, Rob Herring wrote:\n" + "> On Fri, Mar 11, 2016 at 06:42:37PM +0300, Alexey Brodkin wrote:\n" "> > \n" "> > This add DT bindings documentation for ARC PGU display controller.\n" "> > \n" - "> > Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com>\n" - "> > Cc: Rob Herring <robh+dt at kernel.org>\n" - "> > Cc: Pawel Moll <pawel.moll at arm.com>\n" - "> > Cc: Mark Rutland <mark.rutland at arm.com>\n" - "> > Cc: Ian Campbell <ijc+devicetree at hellion.org.uk>\n" - "> > Cc: Kumar Gala <galak at codeaurora.org>\n" - "> > Cc: David Airlie <airlied at linux.ie>\n" - "> > Cc: dri-devel at lists.freedesktop.org\n" - "> > Cc: devicetree at vger.kernel.org\n" - "> > Cc: linux-snps-arc at lists.infradead.org\n" + "> > Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>\n" + "> > Cc: Rob Herring <robh+dt@kernel.org>\n" + "> > Cc: Pawel Moll <pawel.moll@arm.com>\n" + "> > Cc: Mark Rutland <mark.rutland@arm.com>\n" + "> > Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>\n" + "> > Cc: Kumar Gala <galak@codeaurora.org>\n" + "> > Cc: David Airlie <airlied@linux.ie>\n" + "> > Cc: dri-devel@lists.freedesktop.org\n" + "> > Cc: devicetree@vger.kernel.org\n" + "> > Cc: linux-snps-arc@lists.infradead.org\n" "> > ---\n" "> > \n" "> > Changes v2 -> v3:\n" - "> > ?* Reverted back to initial larger version of example\n" - "> > ???with minor fixes (thanks Rob for spotting those).\n" + "> > \302\240* Reverted back to initial larger version of example\n" + "> > \302\240\302\240\302\240with minor fixes (thanks Rob for spotting those).\n" "> > \n" "> > Changes v1 -> v2:\n" - "> > ?* Removed everything except PGU node itself.\n" + "> > \302\240* Removed everything except PGU node itself.\n" "> > \n" - "> > ?.../devicetree/bindings/display/snps,arcpgu.txt????| 72 ++++++++++++++++++++++\n" - "> > ?1 file changed, 72 insertions(+)\n" - "> > ?create mode 100644 Documentation/devicetree/bindings/display/snps,arcpgu.txt\n" + "> > \302\240.../devicetree/bindings/display/snps,arcpgu.txt\302\240\302\240\302\240\302\240| 72 ++++++++++++++++++++++\n" + "> > \302\2401 file changed, 72 insertions(+)\n" + "> > \302\240create mode 100644 Documentation/devicetree/bindings/display/snps,arcpgu.txt\n" "> > \n" "> > diff --git a/Documentation/devicetree/bindings/display/snps,arcpgu.txt\n" "> > b/Documentation/devicetree/bindings/display/snps,arcpgu.txt\n" @@ -51,13 +60,13 @@ "> > +framebuffer and sends it to a single digital encoder (usually HDMI).\n" "> > +\n" "> > +Required properties:\n" - "> > +??- compatible: \"snps,arcpgu\"\n" - "> > +??- reg: Physical base address and length of the controller's registers.\n" - "> > +??- clocks: A list of phandle + clock-specifier pairs, one for each\n" - "> > +????entry in 'clock-names'.\n" - "> > +??- clock-names: A list of clock names. For ARC PGU it should contain:\n" - "> > +??????- \"pxlclk\" for the clock feeding the output PLL of the controller.\n" - "> > +??- encoder-slave: Phandle of encoder chip.\n" + "> > +\302\240\302\240- compatible: \"snps,arcpgu\"\n" + "> > +\302\240\302\240- reg: Physical base address and length of the controller's registers.\n" + "> > +\302\240\302\240- clocks: A list of phandle + clock-specifier pairs, one for each\n" + "> > +\302\240\302\240\302\240\302\240entry in 'clock-names'.\n" + "> > +\302\240\302\240- clock-names: A list of clock names. For ARC PGU it should contain:\n" + "> > +\302\240\302\240\302\240\302\240\302\240\302\240- \"pxlclk\" for the clock feeding the output PLL of the controller.\n" + "> > +\302\240\302\240- encoder-slave: Phandle of encoder chip.\n" "> Drop this as discussed.\n" "\n" "Ok I'll do that.\n" @@ -67,14 +76,14 @@ "> > \n" "> > +\n" "> > +Required sub-nodes:\n" - "> > +??- port: The PGU connection to an encoder chip.\n" + "> > +\302\240\302\240- port: The PGU connection to an encoder chip.\n" "> > +\n" "> > +Example:\n" "> > +\n" "> > +/ {\n" "> > +\t...\n" "> > +\n" - "> > +\tpgu at XXXXXXXX {\n" + "> > +\tpgu@XXXXXXXX {\n" "> > +\t\tcompatible = \"snps,arcpgu\";\n" "> > +\t\treg = <0xXXXXXXXX 0x400>;\n" "> > +\t\tclocks = <&clock_node>;\n" @@ -89,14 +98,14 @@ "> > +\t};\n" "> > +\n" "> > +\t/* HDMI encoder on I2C bus */\n" - "> > +\ti2c at XXXXXXXX {\n" + "> > +\ti2c@XXXXXXXX {\n" "> > +\t\tcompatible = \"...\";\n" "> > +\n" - "> > +\t\tencoder_node:encoder_node at 0xXX{\n" - "> Don't use underscores in node names. Just \"hdmi at xx\"\n" + "> > +\t\tencoder_node:encoder_node@0xXX{\n" + "> Don't use underscores in node names. Just \"hdmi@xx\"\n" "\n" "Ok still I may keep label \"encoder_node\" here, right?\n" "\n" -Alexey -35d73d252e742ee725f67996fd5f84a99e9b990ea31bf826c9f18553e2596816 +362bf305a1083be26c3e880b3c365a7ecbc45ae774b1050538e0edff656d6a94
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.