Linux Samsung SOC development
 help / color / mirror / Atom feed
From: Inki Dae <inki.dae-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
To: Andrzej Hajda <a.hajda-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
	Hoegeun Kwon
	<hoegeun.kwon-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
	krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	airlied-cv59FeDIM0c@public.gmane.org,
	kgene-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
Cc: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	jh80.chung-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	andi.shyti-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	Hyungwon Hwang
	<human.hwang-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
Subject: Re: [PATCH v8 3/3] arm64: dts: exynos: Add support for S6E3HA2 panel device on TM2 board
Date: Wed, 11 Jan 2017 17:40:09 +0900	[thread overview]
Message-ID: <5875EF69.1070803@samsung.com> (raw)
In-Reply-To: <f292435b-8faa-d2e9-17f6-99a4d00173c5-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>



2017년 01월 11일 16:46에 Andrzej Hajda 이(가) 쓴 글:
> On 11.01.2017 07:33, Hoegeun Kwon wrote:
>> From: Hyungwon Hwang <human.hwang-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
>>
>> This patch add the panel device tree node for S6E3HA2 display
>> controller to TM2 dts.
>>
>> Signed-off-by: Hyungwon Hwang <human.hwang-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
>> Signed-off-by: Andrzej Hajda <a.hajda-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
>> Signed-off-by: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
>> Signed-off-by: Hoegeun Kwon <hoegeun.kwon-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
>> Tested-by: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
>> ---
>>  arch/arm64/boot/dts/exynos/exynos5433-tm2.dts | 12 ++++++++++++
>>  1 file changed, 12 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
>> index ddba2f8..6d362f9 100644
>> --- a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
>> +++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
>> @@ -18,6 +18,18 @@
>>  	compatible = "samsung,tm2", "samsung,exynos5433";
>>  };
>>  
>> +&dsi {
>> +	panel@0 {
>> +		compatible = "samsung,s6e3ha2";
>> +		reg = <0>;
>> +		vdd3-supply = <&ldo27_reg>;
>> +		vci-supply = <&ldo28_reg>;
>> +		reset-gpios = <&gpg0 0 GPIO_ACTIVE_LOW>;
>> +		enable-gpios = <&gpf1 5 GPIO_ACTIVE_HIGH>;
>> +		te-gpios = <&gpf1 3 GPIO_ACTIVE_HIGH>;
> The same here (as in 1st comment) , te-gpios should be dropper - decon
> uses hw-trigger.

Reasonable to remove te-gpios property but this change would make MIPI-DSI driver probing to be failed so MIPI-DSI driver should be fixed together.

Thanks.

> 
> Regards
> Andrzej
>> +	};
>> +};
>> +
>>  &hsi2c_9 {
>>  	status = "okay";
>>  
> 
> 
> 
> 
--
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

  parent reply	other threads:[~2017-01-11  8:40 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20170111063407epcas5p2ffdcda0a9ab0e954f1e441c26403290b@epcas5p2.samsung.com>
2017-01-11  6:33 ` [PATCH v8 0/3] Add support for the S6E3HA2 panel on TM2 board Hoegeun Kwon
2017-01-11  6:33   ` [PATCH v8 1/3] dt-bindings: Add support for samsung s6e3ha2 panel binding Hoegeun Kwon
     [not found]     ` <1484116439-7275-2-git-send-email-hoegeun.kwon-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2017-01-11  7:43       ` Andrzej Hajda
2017-01-11 12:02     ` Chanwoo Choi
2017-01-13 17:29     ` Rob Herring
2017-01-11  6:33   ` [PATCH v8 2/3] drm/panel: Add support for S6E3HA2 panel driver on TM2 board Hoegeun Kwon
2017-01-24  1:50     ` Hoegeun Kwon
2017-01-31  0:01       ` Inki Dae
2017-01-31  8:54         ` Thierry Reding
2017-01-31  9:26           ` Inki Dae
2017-01-31 12:05           ` Andrzej Hajda
2017-02-02 17:58             ` Thierry Reding
     [not found]               ` <20170202175817.GC9055-EkSeR96xj6Pcmrwk2tT4+A@public.gmane.org>
2017-02-03  8:54                 ` Andrzej Hajda
     [not found]                   ` <74940581-911f-ecdb-e503-6ec2ef8a5177-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2017-02-03  8:58                     ` Daniel Vetter
2017-02-06  9:12                       ` Andrzej Hajda
2017-02-06  9:39                         ` Daniel Vetter
2017-02-06 10:39                     ` Thierry Reding
2017-02-07  9:53                       ` Andrzej Hajda
2017-01-31 14:38           ` Sean Paul
2017-01-31 15:02             ` Thierry Reding
2017-01-31 15:49               ` Sean Paul
2017-01-31 21:17                 ` Thierry Reding
2017-01-31 21:32                   ` Emil Velikov
2017-01-31 18:15               ` Eric Anholt
2017-01-31 21:31                 ` Thierry Reding
2017-01-31 22:54                   ` Eric Anholt
2017-02-01 14:52                     ` Thierry Reding
2017-02-01 15:29                       ` Emil Velikov
2017-02-01 19:03                         ` Sean Paul
2017-02-03  5:47                           ` Inki Dae
2017-02-03  4:46                         ` Inki Dae
2017-01-31 23:48                   ` Inki Dae
2017-02-01 14:44                     ` Thierry Reding
     [not found]                       ` <20170201144405.GA17698-EkSeR96xj6Pcmrwk2tT4+A@public.gmane.org>
2017-02-02 12:44                         ` Inki Dae
2017-02-02 19:52                           ` Thierry Reding
     [not found]                   ` <20170131213132.GC872-+E7KM1FDEuO2P7RxrfNFTMXXUOn6P5/W@public.gmane.org>
2017-02-02 15:30                     ` Jani Nikula
     [not found]                       ` <871svgzk2t.fsf-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-02-02 16:48                         ` Thierry Reding
2017-01-31 21:51                 ` Thierry Reding
2017-02-02 14:24                   ` Daniel Vetter
2017-01-31  9:22         ` Krzysztof Kozlowski
2017-01-31  9:34           ` Inki Dae
2017-01-31 10:01             ` Krzysztof Kozlowski
2017-01-31 10:37               ` Inki Dae
     [not found]                 ` <CAAQKjZNN98pah8ht=kSmwsVybA5cMP=Z6BVkfZ6HH-5rRYFQ9w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-01-31 11:30                   ` Krzysztof Kozlowski
2017-01-31 12:58                     ` Inki Dae
2017-02-01  5:47           ` Hoegeun Kwon
2017-02-09  8:20     ` Andi Shyti
2017-01-11  6:33   ` [PATCH v8 3/3] arm64: dts: exynos: Add support for S6E3HA2 panel device " Hoegeun Kwon
2017-01-11  7:46     ` Andrzej Hajda
     [not found]       ` <f292435b-8faa-d2e9-17f6-99a4d00173c5-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2017-01-11  8:40         ` Inki Dae [this message]
2017-01-11  9:39           ` Andrzej Hajda
2017-01-11 10:23             ` hoegeun kwon
2017-01-11 10:28               ` Andrzej Hajda
2017-01-11  9:51       ` hoegeun kwon
2017-01-11 10:27         ` hoegeun kwon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5875EF69.1070803@samsung.com \
    --to=inki.dae-sze3o3uu22jbdgjk7y7tuq@public.gmane.org \
    --cc=a.hajda-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=airlied-cv59FeDIM0c@public.gmane.org \
    --cc=andi.shyti-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=hoegeun.kwon-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=human.hwang-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=jh80.chung-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=kgene-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox