<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi Sam,<div class=""><br class=""><blockquote type="cite" class="">Am 28.02.2020 um 19:42 schrieb Sam Ravnborg <<a href="mailto:sam@ravnborg.org" class="">sam@ravnborg.org</a>>:<br class=""><br class="">Hi Nikolaus.<br class=""><br class="">On Fri, Feb 28, 2020 at 07:19:26PM +0100, H. Nikolaus Schaller wrote:<br class=""><blockquote type="cite" class="">From: Sam Ravnborg <<a href="mailto:sam@ravnborg.org" class="">sam@ravnborg.org</a>><br class=""><br class="">Add DT bindings for the LCD controller on the jz4780 SoC<br class="">Based on .txt binding from Zubair Lutfullah Kakakhel<br class=""><br class="">Signed-off-by: Sam Ravnborg <<a href="mailto:sam@ravnborg.org" class="">sam@ravnborg.org</a>><br class="">Cc: Zubair Lutfullah Kakakhel <<a href="mailto:Zubair.Kakakhel@imgtec.com" class="">Zubair.Kakakhel@imgtec.com</a>><br class="">Cc: H. Nikolaus Schaller <<a href="mailto:hns@goldelico.com" class="">hns@goldelico.com</a>><br class="">Cc: Rob Herring <<a href="mailto:robh@kernel.org" class="">robh@kernel.org</a>><br class="">Cc: <a href="mailto:devicetree@vger.kernel.org" class="">devicetree@vger.kernel.org</a><br class=""></blockquote><br class="">As this patch was sent to you and you forward it you need to<br class="">testify that this is OK.<br class="">To do so follow the rules of the Developemnt Certificate of Origin<br class="">as can be found in SubmittingPatches.rst.</blockquote><blockquote type="cite" class=""><br class="">In other words - you need to add your Signed-off-by: xxx <mail><br class="">to the patch.<br class="">In the end we want to be able to see the patch the patch has taken<br class="">reading the Signed-off-by: lines from top to bottom.<br class=""></blockquote><div class=""><br class=""></div>Ok, never someone explained this as precise as you did. Thanks!<div class=""><br class=""><blockquote type="cite" class="">Please check other patches in this series for the same issue.<br class=""></blockquote><div class=""><br class=""></div>Ok.</div><div class=""><br class=""></div><div class="">BR and thanks,</div><div class="">Nikolaus<br class=""><div class=""><br class=""><blockquote type="cite" class=""><br class=""><span class="Apple-tab-span" style="white-space:pre">   </span>Sam<br class=""><br class=""><blockquote type="cite" class="">---<br class="">.../bindings/display/ingenic-jz4780-lcd.yaml  | 78 +++++++++++++++++++<br class="">1 file changed, 78 insertions(+)<br class="">create mode 100644 Documentation/devicetree/bindings/display/ingenic-jz4780-lcd.yaml<br class=""><br class="">diff --git a/Documentation/devicetree/bindings/display/ingenic-jz4780-lcd.yaml b/Documentation/devicetree/bindings/display/ingenic-jz4780-lcd.yaml<br class="">new file mode 100644<br class="">index 000000000000..c71415a3a342<br class="">--- /dev/null<br class="">+++ b/Documentation/devicetree/bindings/display/ingenic-jz4780-lcd.yaml<br class="">@@ -0,0 +1,78 @@<br class="">+# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)<br class="">+%YAML 1.2<br class="">+---<br class="">+$id: <a href="http://devicetree.org/schemas/display/ingenic-jz4780-lcd.yaml#" class="">http://devicetree.org/schemas/display/ingenic-jz4780-lcd.yaml#</a><br class="">+$schema: <a href="http://devicetree.org/meta-schemas/core.yaml#" class="">http://devicetree.org/meta-schemas/core.yaml#</a><br class="">+<br class="">+title: Bindings for Ingenic JZ4780 LCD Controller<br class="">+<br class="">+maintainers:<br class="">+  - Zubair Lutfullah Kakakhel <<a href="mailto:Zubair.Kakakhel@imgtec.com" class="">Zubair.Kakakhel@imgtec.com</a>><br class="">+  - H. Nikolaus Schaller <<a href="mailto:hns@goldelico.com" class="">hns@goldelico.com</a>><br class="">+<br class="">+description: |<br class="">+  LCD Controller is the Display Controller for the Ingenic JZ4780 SoC<br class="">+<br class="">+properties:<br class="">+  compatible:<br class="">+    items:<br class="">+      - const: ingenic,jz4780-lcd<br class="">+<br class="">+  reg:<br class="">+    maxItems: 1<br class="">+    description: the address & size of the LCD controller registers<br class="">+<br class="">+  interrupts:<br class="">+    maxItems: 1<br class="">+    description: Specifies the interrupt provided by parent<br class="">+<br class="">+  clocks:<br class="">+    maxItems: 2<br class="">+    description: Clock specifiers for the JZ4780_CLK_TVE JZ4780_CLK_LCD0PIXCLK<br class="">+<br class="">+  clock-names:<br class="">+    items:<br class="">+      - const: lcd_clk<br class="">+      - const: lcd_pixclk<br class="">+<br class="">+  port:<br class="">+    type: object<br class="">+    description: |<br class="">+      A port node with endpoint definitions as defined in<br class="">+      Documentation/devicetree/bindings/media/video-interfaces.txt<br class="">+<br class="">+required:<br class="">+    - compatible<br class="">+    - reg<br class="">+    - interrupts<br class="">+    - clocks<br class="">+    - clock-names<br class="">+    - port<br class="">+<br class="">+additionalProperties: false<br class="">+<br class="">+examples:<br class="">+  - |<br class="">+    #include <dt-bindings/clock/jz4780-cgu.h><br class="">+    lcd: jz4780-lcdk@0x13050000 {<br class="">+        compatible = "ingenic,jz4780-lcd";<br class="">+        reg = <0x13050000 0x1800>;<br class="">+<br class="">+        clocks = <&cgu JZ4780_CLK_TVE>, <&cgu JZ4780_CLK_LCD0PIXCLK>;<br class="">+        clock-names = "lcd_clk", "lcd_pixclk";<br class="">+<br class="">+        interrupt-parent = <&intc>;<br class="">+        interrupts = <31>;<br class="">+<br class="">+        jz4780_lcd_out: port {<br class="">+            #address-cells = <1>;<br class="">+            #size-cells = <0>;<br class="">+<br class="">+            jz4780_out_hdmi: endpoint@0 {<br class="">+                reg = <0>;<br class="">+                remote-endpoint = <&hdmi_in_lcd>;<br class="">+            };<br class="">+        };<br class="">+    };<br class="">+<br class="">+...<br class="">-- <br class="">2.23.0<br class=""></blockquote></blockquote><br class=""><div class=""><span><img height="117" width="640" apple-inline="yes" id="A28D4AC7-9FE7-418F-A54E-DEDB3E763ADA" apple-width="yes" apple-height="yes" src="cid:clip_image001.png" class=""></span><br class=""><br class=""><br class="">Dr. Nikolaus Schaller<br class="">Geschäftsführer / Managing Director<br class=""><br class="">Modiblast Pharma GmbH<br class="">Buchenstraße 3<br class="">82041 Oberhaching<br class=""><br class="">Tel. +49-89-1226-4666 <br class="">Mail     <a href="mailto:nikolaus.schaller@modiblast.com" class="">nikolaus.schaller@modiblast.com</a><br class=""><br class="">Der Inhalt dieser E-Mail (einschliesslich etwaiger beigefuegter Dateien) ist vertraulich und nur für den Empfaenger bestimmt. Sollten Sie nicht der bestimmungsgemaesse Empfaenger sein, ist Ihnen jegliche Offenlegung, Vervielfaeltigung, Weitergabe oder Nutzung des Inhalts untersagt. Bitte informieren Sie in diesem Fall unverzueglich den Absender und loeschen Sie die E-Mail (einschliesslich etwaiger beigefuegter Dateien) von Ihrem System.    <br class="">Vielen Dank.<br class=""><br class="">The contents of this e-mail (including any attachments) are confidential and may be legally privileged. If you are not the intended recipient of this e-mail, any disclosure, copying, distribution or use of its contents is strictly prohibited, and you should please notify the sender immediately and then delete it (including any attachments) from your system.<br class="">Thank you.<br class=""><br class="">HRB 254854 (Amtsgericht München)<br class="">Geschäftsführer: Prof. Dr. Helga Schmetzer, Dr. Octavian Schatz, Dr. Nikolaus Schaller<br class="">www.modiblast.com<br class=""></div><br class=""></div></div></div></body></html>