From: Mark Rutland <mark.rutland@arm.com>
To: Ajay Kumar <ajaykumar.rs@samsung.com>
Cc: "linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-samsung-soc@vger.kernel.org"
<linux-samsung-soc@vger.kernel.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"kgene.kim@samsung.com" <kgene.kim@samsung.com>,
"kgene.kim@gmail.com" <kgene.kim@gmail.com>,
"inki.dae@samsung.com" <inki.dae@samsung.com>,
"thierry.reding@gmail.com" <thierry.reding@gmail.com>,
"seanpaul@google.com" <seanpaul@google.com>,
"ajaynumb@gmail.com" <ajaynumb@gmail.com>,
"jg1.han@samsung.com" <jg1.han@samsung.com>,
"joshi@samsung.com" <joshi@samsung.com>,
"prashanth.g@samsung.com" <prashanth.g@samsung.com>
Subject: Re: [PATCH V2 1/2] ARM: dts: Add DT changes for display on snow
Date: Wed, 27 Aug 2014 16:01:46 +0100 [thread overview]
Message-ID: <20140827150146.GB9737@leverpostej> (raw)
In-Reply-To: <1409150908-12801-1-git-send-email-ajaykumar.rs@samsung.com>
On Wed, Aug 27, 2014 at 03:48:27PM +0100, Ajay Kumar wrote:
> Add DT nodes for ptn3460 bridge chip and panel.
> Add backlight enable pin and backlight power supply for pwm-backlight.
> Also add bridge phandle needed by dp to enable display on snow.
>
> Note that, snow doesn't support "chunghwa,claa101wb01" panel,
> but still we choose to reuse the binding since "chunghwa,claa101wb01"
> has similar LCD timings.
What does it actually have?
It's fine to have "chunghwa,claa101wb01" as a fallback but we should
have an identifier for the actual display, too.
Thanks,
Mark.
> Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
> ---
> Changes since V1:
> -- Remove "simple-panel" compatible string.
> -- Use GPIO_ACTIVE_HIGH instead of 0.
> -- Change panel node naming from "panel-simple" to "panel".
>
> arch/arm/boot/dts/exynos5250-snow.dts | 41 ++++++++++++++++++---------------
> 1 file changed, 22 insertions(+), 19 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts
> index f2b8c41..1ac9709 100644
> --- a/arch/arm/boot/dts/exynos5250-snow.dts
> +++ b/arch/arm/boot/dts/exynos5250-snow.dts
> @@ -9,6 +9,7 @@
> */
>
> /dts-v1/;
> +#include <dt-bindings/gpio/gpio.h>
> #include "exynos5250.dtsi"
> #include "exynos5250-cros-common.dtsi"
>
> @@ -181,7 +182,7 @@
> dcdc3 {
> ti,enable-ext-control;
> };
> - fet1 {
> + fet1: fet1 {
> regulator-name = "vcd_led";
> ti,overcurrent-wait = <3>;
> };
> @@ -204,7 +205,7 @@
> regulator-always-on;
> ti,overcurrent-wait = <3>;
> };
> - fet6 {
> + fet6: fet6 {
> regulator-name = "lcd_vdd";
> ti,overcurrent-wait = <3>;
> };
> @@ -253,6 +254,15 @@
> pinctrl-0 = <&max98095_en>;
> pinctrl-names = "default";
> };
> +
> + ptn3460: lvds-bridge@20 {
> + compatible = "nxp,ptn3460";
> + reg = <0x20>;
> + powerdown-gpios = <&gpy2 5 GPIO_ACTIVE_HIGH>;
> + reset-gpios = <&gpx1 5 GPIO_ACTIVE_HIGH>;
> + edid-emulation = <5>;
> + panel = <&panel>;
> + };
> };
>
> i2s0: i2s@03830000 {
> @@ -300,11 +310,13 @@
> vdd_pll-supply = <&ldo8_reg>;
> };
>
> - backlight {
> + backlight: backlight {
> compatible = "pwm-backlight";
> pwms = <&pwm 0 1000000 0>;
> brightness-levels = <0 100 500 1000 1500 2000 2500 2800>;
> default-brightness-level = <7>;
> + enable-gpios = <&gpx3 0 GPIO_ACTIVE_HIGH>;
> + power-supply = <&fet1>;
> pinctrl-0 = <&pwm0_out>;
> pinctrl-names = "default";
> };
> @@ -314,6 +326,12 @@
> samsung,invert-vclk;
> };
>
> + panel: panel {
> + compatible = "chunghwa,claa101wb01";
> + power-supply = <&fet6>;
> + backlight = <&backlight>;
> + };
> +
> dp-controller@145B0000 {
> status = "okay";
> pinctrl-names = "default";
> @@ -325,22 +343,7 @@
> samsung,link-rate = <0x0a>;
> samsung,lane-count = <2>;
> samsung,hpd-gpio = <&gpx0 7 0>;
> -
> - display-timings {
> - native-mode = <&timing1>;
> -
> - timing1: timing@1 {
> - clock-frequency = <70589280>;
> - hactive = <1366>;
> - vactive = <768>;
> - hfront-porch = <40>;
> - hback-porch = <40>;
> - hsync-len = <32>;
> - vback-porch = <10>;
> - vfront-porch = <12>;
> - vsync-len = <6>;
> - };
> - };
> + bridge = <&ptn3460>;
> };
> };
>
> --
> 1.7.9.5
>
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
WARNING: multiple messages have this Message-ID (diff)
From: mark.rutland@arm.com (Mark Rutland)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V2 1/2] ARM: dts: Add DT changes for display on snow
Date: Wed, 27 Aug 2014 16:01:46 +0100 [thread overview]
Message-ID: <20140827150146.GB9737@leverpostej> (raw)
In-Reply-To: <1409150908-12801-1-git-send-email-ajaykumar.rs@samsung.com>
On Wed, Aug 27, 2014 at 03:48:27PM +0100, Ajay Kumar wrote:
> Add DT nodes for ptn3460 bridge chip and panel.
> Add backlight enable pin and backlight power supply for pwm-backlight.
> Also add bridge phandle needed by dp to enable display on snow.
>
> Note that, snow doesn't support "chunghwa,claa101wb01" panel,
> but still we choose to reuse the binding since "chunghwa,claa101wb01"
> has similar LCD timings.
What does it actually have?
It's fine to have "chunghwa,claa101wb01" as a fallback but we should
have an identifier for the actual display, too.
Thanks,
Mark.
> Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
> ---
> Changes since V1:
> -- Remove "simple-panel" compatible string.
> -- Use GPIO_ACTIVE_HIGH instead of 0.
> -- Change panel node naming from "panel-simple" to "panel".
>
> arch/arm/boot/dts/exynos5250-snow.dts | 41 ++++++++++++++++++---------------
> 1 file changed, 22 insertions(+), 19 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts
> index f2b8c41..1ac9709 100644
> --- a/arch/arm/boot/dts/exynos5250-snow.dts
> +++ b/arch/arm/boot/dts/exynos5250-snow.dts
> @@ -9,6 +9,7 @@
> */
>
> /dts-v1/;
> +#include <dt-bindings/gpio/gpio.h>
> #include "exynos5250.dtsi"
> #include "exynos5250-cros-common.dtsi"
>
> @@ -181,7 +182,7 @@
> dcdc3 {
> ti,enable-ext-control;
> };
> - fet1 {
> + fet1: fet1 {
> regulator-name = "vcd_led";
> ti,overcurrent-wait = <3>;
> };
> @@ -204,7 +205,7 @@
> regulator-always-on;
> ti,overcurrent-wait = <3>;
> };
> - fet6 {
> + fet6: fet6 {
> regulator-name = "lcd_vdd";
> ti,overcurrent-wait = <3>;
> };
> @@ -253,6 +254,15 @@
> pinctrl-0 = <&max98095_en>;
> pinctrl-names = "default";
> };
> +
> + ptn3460: lvds-bridge at 20 {
> + compatible = "nxp,ptn3460";
> + reg = <0x20>;
> + powerdown-gpios = <&gpy2 5 GPIO_ACTIVE_HIGH>;
> + reset-gpios = <&gpx1 5 GPIO_ACTIVE_HIGH>;
> + edid-emulation = <5>;
> + panel = <&panel>;
> + };
> };
>
> i2s0: i2s at 03830000 {
> @@ -300,11 +310,13 @@
> vdd_pll-supply = <&ldo8_reg>;
> };
>
> - backlight {
> + backlight: backlight {
> compatible = "pwm-backlight";
> pwms = <&pwm 0 1000000 0>;
> brightness-levels = <0 100 500 1000 1500 2000 2500 2800>;
> default-brightness-level = <7>;
> + enable-gpios = <&gpx3 0 GPIO_ACTIVE_HIGH>;
> + power-supply = <&fet1>;
> pinctrl-0 = <&pwm0_out>;
> pinctrl-names = "default";
> };
> @@ -314,6 +326,12 @@
> samsung,invert-vclk;
> };
>
> + panel: panel {
> + compatible = "chunghwa,claa101wb01";
> + power-supply = <&fet6>;
> + backlight = <&backlight>;
> + };
> +
> dp-controller at 145B0000 {
> status = "okay";
> pinctrl-names = "default";
> @@ -325,22 +343,7 @@
> samsung,link-rate = <0x0a>;
> samsung,lane-count = <2>;
> samsung,hpd-gpio = <&gpx0 7 0>;
> -
> - display-timings {
> - native-mode = <&timing1>;
> -
> - timing1: timing at 1 {
> - clock-frequency = <70589280>;
> - hactive = <1366>;
> - vactive = <768>;
> - hfront-porch = <40>;
> - hback-porch = <40>;
> - hsync-len = <32>;
> - vback-porch = <10>;
> - vfront-porch = <12>;
> - vsync-len = <6>;
> - };
> - };
> + bridge = <&ptn3460>;
> };
> };
>
> --
> 1.7.9.5
>
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2014-08-27 15:02 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-27 14:48 [PATCH V2 1/2] ARM: dts: Add DT changes for display on snow Ajay Kumar
2014-08-27 14:48 ` Ajay Kumar
2014-08-27 14:48 ` [PATCH 2/2] ARM: dts: Add DT changes for display on peach_pit Ajay Kumar
2014-08-27 14:48 ` Ajay Kumar
2014-08-27 15:01 ` Mark Rutland [this message]
2014-08-27 15:01 ` [PATCH V2 1/2] ARM: dts: Add DT changes for display on snow Mark Rutland
2014-08-28 5:34 ` Ajay kumar
2014-08-28 5:34 ` Ajay kumar
2014-08-28 9:15 ` Mark Rutland
2014-08-28 9:15 ` Mark Rutland
2014-08-28 9:34 ` Ajay kumar
2014-08-28 9:34 ` Ajay kumar
2014-08-28 9:52 ` Mark Rutland
2014-08-28 9:52 ` Mark Rutland
2014-08-28 13:10 ` Thierry Reding
2014-08-28 13:10 ` Thierry Reding
2014-08-28 14:28 ` Mark Rutland
2014-08-28 14:28 ` Mark Rutland
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=20140827150146.GB9737@leverpostej \
--to=mark.rutland@arm.com \
--cc=ajaykumar.rs@samsung.com \
--cc=ajaynumb@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=inki.dae@samsung.com \
--cc=jg1.han@samsung.com \
--cc=joshi@samsung.com \
--cc=kgene.kim@gmail.com \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=prashanth.g@samsung.com \
--cc=seanpaul@google.com \
--cc=thierry.reding@gmail.com \
/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 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.