diff for duplicates of <20180824104517.29f24f44@bbrezillon> diff --git a/a/1.txt b/N1/1.txt index 5a328a8..8c00b89 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -59,7 +59,7 @@ name. > + - a Display Controller: see ../display/atmel/lcdc-display-controller.txt > + > +Example: -> + lcdc0: lcdc@700000 { +> + lcdc0: lcdc at 700000 { > + compatible = "atmel,at91sam9263-lcdc-mfd"; > + reg = <0x700000 0x1000>; > + interrupts = <26 IRQ_TYPE_LEVEL_HIGH 3>; @@ -72,11 +72,11 @@ name. > + #address-cells = <1>; > + #size-cells = <0>; > + -> + port@0 { +> + port at 0 { > + reg = <0>; > + #address-cells = <1>; > + #size-cells = <0>; -> + lcdc_panel_output: endpoint@0 { +> + lcdc_panel_output: endpoint at 0 { > + reg = <0>; > + remote-endpoint = <&panel_input>; > + }; @@ -96,7 +96,7 @@ Also, I don't remember why I decided to declare distinct nodes for the PWM and display controller, but you should probably try to only declare the lcdc node. Something like that: - lcdc0: lcdc@700000 { + lcdc0: lcdc at 700000 { compatible = "atmel,at91sam9263-lcdc"; reg = <0x700000 0x1000>; interrupts = <26 IRQ_TYPE_LEVEL_HIGH 3>; @@ -108,11 +108,11 @@ the lcdc node. Something like that: #address-cells = <1>; #size-cells = <0>; - port@0 { + port at 0 { reg = <0>; #address-cells = <1>; #size-cells = <0>; - lcdc_panel_output: endpoint@0 { + lcdc_panel_output: endpoint at 0 { reg = <0>; remote-endpoint = <&panel_input>; }; @@ -134,11 +134,11 @@ the LCD it should be placed under the panel node. > + #address-cells = <1>; > + #size-cells = <0>; > + -> + port@0 { +> + port at 0 { > + reg = <0>; > + #address-cells = <1>; > + #size-cells = <0>; -> + lcdc_panel_output: endpoint@0 { +> + lcdc_panel_output: endpoint at 0 { > + reg = <0>; > + remote-endpoint = <&panel_input>; > + }; @@ -162,18 +162,13 @@ the LCD it should be placed under the panel node. > + #address-cells = <1>; > + #size-cells = <0>; > + -> + port@0 { +> + port at 0 { > + #address-cells = <1>; > + #size-cells = <0>; > + -> + panel_input: endpoint@0 { +> + panel_input: endpoint at 0 { > + reg = <0>; > + remote-endpoint = <&lcdc_panel_output>; > + }; > + }; > + }; - -_______________________________________________ -dri-devel mailing list -dri-devel@lists.freedesktop.org -https://lists.freedesktop.org/mailman/listinfo/dri-devel diff --git a/a/content_digest b/N1/content_digest index 08b6c19..90a11ed 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,19 +1,9 @@ "ref\020180812184152.GA22343@ravnborg.org\0" "ref\020180812184629.3808-2-sam@ravnborg.org\0" - "From\0Boris Brezillon <boris.brezillon@bootlin.com>\0" - "Subject\0Re: [PATCH v1 2/7] dt-binding: add bindings for Atmel LCDC mfd\0" + "From\0boris.brezillon@bootlin.com (Boris Brezillon)\0" + "Subject\0[PATCH v1 2/7] dt-binding: add bindings for Atmel LCDC mfd\0" "Date\0Fri, 24 Aug 2018 10:45:17 +0200\0" - "To\0Sam Ravnborg <sam@ravnborg.org>\0" - "Cc\0Mark Rutland <mark.rutland@arm.com>" - devicetree@vger.kernel.org - Alexandre Belloni <alexandre.belloni@bootlin.com> - linux-pwm@vger.kernel.org - Boris Brezillon <boris.brezillon@free-electrons.com> - Nicolas Ferre <nicolas.ferre@microchip.com> - dri-devel@lists.freedesktop.org - Rob Herring <robh+dt@kernel.org> - Lee Jones <lee.jones@linaro.org> - " linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Sun, 12 Aug 2018 20:46:24 +0200\n" @@ -77,7 +67,7 @@ "> + - a Display Controller: see ../display/atmel/lcdc-display-controller.txt\n" "> +\n" "> +Example:\n" - "> +\tlcdc0: lcdc@700000 {\n" + "> +\tlcdc0: lcdc at 700000 {\n" "> +\t\tcompatible = \"atmel,at91sam9263-lcdc-mfd\";\n" "> +\t\treg = <0x700000 0x1000>;\n" "> +\t\tinterrupts = <26 IRQ_TYPE_LEVEL_HIGH 3>;\n" @@ -90,11 +80,11 @@ "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\t\tport@0 {\n" + "> +\t\t\tport at 0 {\n" "> +\t\t\t\treg = <0>;\n" "> +\t\t\t\t#address-cells = <1>;\n" "> +\t\t\t\t#size-cells = <0>;\n" - "> +\t\t\t\tlcdc_panel_output: endpoint@0 {\n" + "> +\t\t\t\tlcdc_panel_output: endpoint at 0 {\n" "> +\t\t\t\t\treg = <0>;\n" "> +\t\t\t\t\tremote-endpoint = <&panel_input>;\n" "> +\t\t\t\t};\n" @@ -114,7 +104,7 @@ "PWM and display controller, but you should probably try to only declare\n" "the lcdc node. Something like that:\n" "\n" - "\tlcdc0: lcdc@700000 {\n" + "\tlcdc0: lcdc at 700000 {\n" "\t\tcompatible = \"atmel,at91sam9263-lcdc\";\n" "\t\treg = <0x700000 0x1000>;\n" "\t\tinterrupts = <26 IRQ_TYPE_LEVEL_HIGH 3>;\n" @@ -126,11 +116,11 @@ "\t\t#address-cells = <1>;\n" "\t\t#size-cells = <0>;\n" "\n" - "\t\tport@0 {\n" + "\t\tport at 0 {\n" "\t\t\treg = <0>;\n" "\t\t\t#address-cells = <1>;\n" "\t\t\t#size-cells = <0>;\n" - "\t\t\tlcdc_panel_output: endpoint@0 {\n" + "\t\t\tlcdc_panel_output: endpoint at 0 {\n" "\t\t\t\treg = <0>;\n" "\t\t\t\tremote-endpoint = <&panel_input>;\n" "\t\t\t};\n" @@ -152,11 +142,11 @@ "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\t\tport@0 {\n" + "> +\t\t\tport at 0 {\n" "> +\t\t\t\treg = <0>;\n" "> +\t\t\t\t#address-cells = <1>;\n" "> +\t\t\t\t#size-cells = <0>;\n" - "> +\t\t\t\tlcdc_panel_output: endpoint@0 {\n" + "> +\t\t\t\tlcdc_panel_output: endpoint at 0 {\n" "> +\t\t\t\t\treg = <0>;\n" "> +\t\t\t\t\tremote-endpoint = <&panel_input>;\n" "> +\t\t\t\t};\n" @@ -180,20 +170,15 @@ "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\tport@0 {\n" + "> +\t\tport at 0 {\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\t\tpanel_input: endpoint@0 {\n" + "> +\t\t\tpanel_input: endpoint at 0 {\n" "> +\t\t\t\treg = <0>;\n" "> +\t\t\t\tremote-endpoint = <&lcdc_panel_output>;\n" "> +\t\t\t};\n" "> +\t\t};\n" - "> +\t};\n" - "\n" - "_______________________________________________\n" - "dri-devel mailing list\n" - "dri-devel@lists.freedesktop.org\n" - https://lists.freedesktop.org/mailman/listinfo/dri-devel + "> +\t};" -449bf9198058e2104f88bad198508cbe0d0bd97a67f8c8eb2286bc446b69fa2f +e4080d7887c005531d394ac817c9c178fb2a57f7c943f7a915778d8ba6588489
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.