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


Groups > linux.kernel > #1625146 > unrolled thread

[PATCH v3 1/3] dt-bindings: Add support for samsung s6e3hf2 panel

Started byHoegeun Kwon <hoegeun.kwon@samsung.com>
First post2017-04-18 10:50 +0200
Last post2017-04-20 18:10 +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 v3 1/3] dt-bindings: Add support for samsung s6e3hf2 panel Hoegeun Kwon <hoegeun.kwon@samsung.com> - 2017-04-18 10:50 +0200
    Re: [PATCH v3 1/3] dt-bindings: Add support for samsung s6e3hf2 panel Rob Herring <robh@kernel.org> - 2017-04-20 18:10 +0200

#1625146 — [PATCH v3 1/3] dt-bindings: Add support for samsung s6e3hf2 panel

FromHoegeun Kwon <hoegeun.kwon@samsung.com>
Date2017-04-18 10:50 +0200
Subject[PATCH v3 1/3] dt-bindings: Add support for samsung s6e3hf2 panel
Message-ID<txwZH-3ZQ-5@gated-at.bofh.it>
The samsung s6e3hf2 panel is a 5.65" 1600x2560 AMOLED panel connected
using MIPI-DSI interfaces.

The s6e3hf2 is add to samsung,s6e3ha2.txt binding because it is a
panel similar to the s6e3ha2. So add the compatible string and
comments.

Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
---
 Documentation/devicetree/bindings/display/panel/samsung,s6e3ha2.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/display/panel/samsung,s6e3ha2.txt b/Documentation/devicetree/bindings/display/panel/samsung,s6e3ha2.txt
index 18854f4..4acea25 100644
--- a/Documentation/devicetree/bindings/display/panel/samsung,s6e3ha2.txt
+++ b/Documentation/devicetree/bindings/display/panel/samsung,s6e3ha2.txt
@@ -1,7 +1,10 @@
 Samsung S6E3HA2 5.7" 1440x2560 AMOLED panel
+Samsung S6E3HF2 5.65" 1600x2560 AMOLED panel
 
 Required properties:
-  - compatible: "samsung,s6e3ha2"
+  - compatible: should be one of:
+    "samsung,s6e3ha2",
+    "samsung,s6e3hf2".
   - reg: the virtual channel number of a DSI peripheral
   - vdd3-supply: I/O voltage supply
   - vci-supply: voltage supply for analog circuits
-- 
1.9.1

[toc] | [next] | [standalone]


#1627615

FromRob Herring <robh@kernel.org>
Date2017-04-20 18:10 +0200
Message-ID<tymOC-2ES-9@gated-at.bofh.it>
In reply to#1625146
On Tue, Apr 18, 2017 at 05:40:34PM +0900, Hoegeun Kwon wrote:
> The samsung s6e3hf2 panel is a 5.65" 1600x2560 AMOLED panel connected
> using MIPI-DSI interfaces.
> 
> The s6e3hf2 is add to samsung,s6e3ha2.txt binding because it is a
> panel similar to the s6e3ha2. So add the compatible string and
> comments.
> 
> Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
> Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
> ---
>  Documentation/devicetree/bindings/display/panel/samsung,s6e3ha2.txt | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)

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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web