Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1686552 > unrolled thread

[PATCH 14/18] dt-bindings: panel: Add Huarui LHR050H41 panel documentation

Started byMaxime Ripard <maxime.ripard@free-electrons.com>
First post2017-07-13 16:20 +0200
Last post2017-07-17 20:50 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 14/18] dt-bindings: panel: Add Huarui LHR050H41 panel documentation Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-07-13 16:20 +0200
    Re: [PATCH 14/18] dt-bindings: panel: Add Huarui LHR050H41 panel  documentation Rob Herring <robh@kernel.org> - 2017-07-17 20:50 +0200

#1686552 — [PATCH 14/18] dt-bindings: panel: Add Huarui LHR050H41 panel documentation

FromMaxime Ripard <maxime.ripard@free-electrons.com>
Date2017-07-13 16:20 +0200
Subject[PATCH 14/18] dt-bindings: panel: Add Huarui LHR050H41 panel documentation
Message-ID<u2N8e-6Ff-7@gated-at.bofh.it>
The LHR050H41 is a 1280x700 4-lanes DSI panel.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 Documentation/devicetree/bindings/display/panel/huarui,lhr050h41.txt | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/huarui,lhr050h41.txt

diff --git a/Documentation/devicetree/bindings/display/panel/huarui,lhr050h41.txt b/Documentation/devicetree/bindings/display/panel/huarui,lhr050h41.txt
new file mode 100644
index 000000000000..b254db4d29c5
--- /dev/null
+++ b/Documentation/devicetree/bindings/display/panel/huarui,lhr050h41.txt
@@ -0,0 +1,19 @@
+Huarui LHR050H41 MIPI-DSI panel
+
+Required properties:
+  - compatible: "huarui,lhr050h41"
+  - reg: DSI virtual channel used by that screen
+  - power-gpios: a GPIO phandle for the power pin
+  - reset-gpios: a GPIO phandle for the reset pin
+
+Optional properties:
+  - backlight: phandle to the backlight used
+
+Example:
+panel@0 {
+	compatible = "huarui,lhr050h41";
+	reg = <0>;
+	power-gpios = <&pio 1 7 GPIO_ACTIVE_HIGH>; /* PB07 */
+	reset-gpios = <&r_pio 0 5 GPIO_ACTIVE_LOW>; /* PL05 */
+	backlight = <&pwm_bl>;
+};
-- 
git-series 0.9.1

[toc] | [next] | [standalone]


#1689347 — Re: [PATCH 14/18] dt-bindings: panel: Add Huarui LHR050H41 panel documentation

FromRob Herring <robh@kernel.org>
Date2017-07-17 20:50 +0200
SubjectRe: [PATCH 14/18] dt-bindings: panel: Add Huarui LHR050H41 panel documentation
Message-ID<u4jfH-dY-9@gated-at.bofh.it>
In reply to#1686552
On Thu, Jul 13, 2017 at 04:13:09PM +0200, Maxime Ripard wrote:
> The LHR050H41 is a 1280x700 4-lanes DSI panel.
> 
> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
> ---
>  Documentation/devicetree/bindings/display/panel/huarui,lhr050h41.txt | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/display/panel/huarui,lhr050h41.txt

Other than the question about the vendor name,

Acked-by: Rob Herring <robh@kernel.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web