devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: [RFC 2/2] drm/bridge: Add I2C based driver for ps8640 bridge
@ 2015-10-20  7:14 CK Hu
  0 siblings, 0 replies; 7+ messages in thread
From: CK Hu @ 2015-10-20  7:14 UTC (permalink / raw)
  To: Rob Herring, ; Mark Rutland
  Cc: Pawel Moll, ; Ian Campbell, ; Kumar Gala, Matthias Brugger,
	; Jitao Shi, Thierry, Ajay, Inki, Rahul Sharma, ; Sean Paul,
	Andy Yan, ; Philipp Zabel, devicetree, linux-kernel, dri-devel,
	linux-arm-kernel, linux-mediatek, srv_heupstream, Sascha, Yingjoe,
	Eddie Huang, ; Cawa Cheng

Hi, Rob:

> -----Original Message-----
> From: Rob Herring [mailto:robh+dt@kernel.org]
> Sent: Friday, October 16, 2015 9:27 PM
> Subject: Re: [RFC 2/2] drm/bridge: Add I2C based driver for ps8640
bridge
> 
> On Fri, Oct 16, 2015 at 8:06 AM, Mark Rutland <mark.rutland@arm.com>
> wrote:
> >> +     /* FIXME - use of_graph_get_port_by_id(np, 1) on newer
kernels */
> >> +     in_ep = of_graph_get_next_endpoint(np, NULL);
> >
> > Huh?
> >
> >> +     edidp = of_get_property(np, "edid", &size);
> >
> > This property wasn't mentioned in the binding document.
> >
> > Please describe it. If it's from a more generic binding, refer to
that
> > from the binding document.
> 
> It should be generic, but currently documented in individual drivers.
> I also think this is not the right location in the DT for this
property. It should be
> part of the panel or connector node instead.

edid property is the temp solution in develop. We will remove it next
patch.

> 
> Rob

^ permalink raw reply	[flat|nested] 7+ messages in thread
* RE: [RFC 2/2] drm/bridge: Add I2C based driver for ps8640 bridge
@ 2015-10-20  6:37 CK Hu
  0 siblings, 0 replies; 7+ messages in thread
From: CK Hu @ 2015-10-20  6:37 UTC (permalink / raw)
  To: Mark Rutland
  Cc: Rob Herring, ; Pawel Moll, Kumar Gala, ; David Airlie, Matthias,
	Jitao Shi  <jitao.shi@mediatek.com>, ; Thierry Reding,
	; Ajay Kumar, ; Inki Dae, Rahul,
	Sean Paul  <seanpaul@chromium.org>, ; Vincent Palatin,
	; Andy Yan, ; Philipp Zabel, devicetree, linux-kernel, dri-devel,
	linux-arm-kernel, linux-mediatek, srv_heupstream, Sascha, Yingjoe,
	Eddie Huang, ; Cawa Cheng

Hi, Mark:

> -----Original Message-----
> From: Mark Rutland [mailto:mark.rutland@arm.com]
> Sent: Friday, October 16, 2015 9:07 PM
> Subject: Re: [RFC 2/2] drm/bridge: Add I2C based driver for ps8640
bridge
> 
> > +	/* FIXME - use of_graph_get_port_by_id(np, 1) on newer kernels */
> > +	in_ep = of_graph_get_next_endpoint(np, NULL);
> 
> Huh?

ah,Sorry,forget remove it. We will remove /* FIXME - use
of_graph_get_port_by_id(np, 1) on newer kernels */.

> 
> > +	edidp = of_get_property(np, "edid", &size);
> 
> This property wasn't mentioned in the binding document.

edid property is the temp solution in develop. We will remove it next
patch.

> 
> Please describe it. If it's from a more generic binding, refer to that
from the
> binding document.

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [RFC 1/2] Dcumentation: bridge: Add documentation for ps8640 DT properties
@ 2015-10-16 12:15 CK Hu
  2015-10-16 12:15 ` [RFC 2/2] drm/bridge: Add I2C based driver for ps8640 bridge CK Hu
  0 siblings, 1 reply; 7+ messages in thread
From: CK Hu @ 2015-10-16 12:15 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	David Airlie, Matthias Brugger
  Cc: Jitao Shi, Thierry Reding, Ajay Kumar, Inki Dae, Rahul Sharma,
	Sean Paul, Vincent Palatin, Andy Yan, Philipp Zabel, Russell King,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	srv_heupstream-NuS5LvNUpcJWk0Htik3J/w, Sascha Hauer,
	yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w,
	eddie.huang-NuS5LvNUpcJWk0Htik3J/w,
	cawa.cheng-NuS5LvNUpcJWk0Htik3J/w

From: Jitao Shi <jitao.shi-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>

Add documentation for DT properties supported by ps8640
DSI-eDP converter.

Signed-off-by: Jitao Shi <jitao.shi-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
---
 .../devicetree/bindings/video/bridge/ps8640.txt    |   48 ++++++++++++++++++++
 1 file changed, 48 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/video/bridge/ps8640.txt

diff --git a/Documentation/devicetree/bindings/video/bridge/ps8640.txt b/Documentation/devicetree/bindings/video/bridge/ps8640.txt
new file mode 100644
index 0000000..450b5df
--- /dev/null
+++ b/Documentation/devicetree/bindings/video/bridge/ps8640.txt
@@ -0,0 +1,48 @@
+ps8640-bridge bindings
+
+Required properties:
+	- compatible: "parade,ps8640"
+	- reg: first i2c address of the bridge
+	- power-gpios: OF device-tree gpio specification for power pin.
+	- reset-gpios: OF device-tree gpio specification for reset pin.
+	- mode-sel-gpios: OF device-tree gpio specification for mode-sel pin.
+	- ps8640-1v2-supply: OF device-tree regulator specification for 1v2.
+	- ps8640-3v3-supply: OF device-tree regulator specification for 3v3.
+
+Optional properties:
+	- video interfaces: Device node can contain video interface port
+			    nodes for panel according to [1].
+
+[1]: Documentation/devicetree/bindings/media/video-interfaces.txt
+
+Example:
+	edp-bridge@18 {
+		compatible = "parade,ps8640";
+		reg = <0x18>;
+		power-gpios = <&pio 116 GPIO_ACTIVE_HIGH>;
+		reset-gpios = <&pio 115 GPIO_ACTIVE_HIGH>;
+		mode-sel-gpios = <&pio 92 GPIO_ACTIVE_HIGH>;
+		ps8640-1v2-supply = <&ps8640_fixed_1v2>;
+		ps8640-3v3-supply = <&mt6397_vgp2_reg>;
+
+		ports {
+			#address-cells = <1>;
+			#size-cells = <0>;
+
+			port@0 {
+				reg = <0>;
+
+				ps8640_in: endpoint {
+					remote-endpoint = <&dsi0_out>;
+				};
+			};
+
+			port@1 {
+				reg = <1>;
+
+				ps8640_out: endpoint {
+					remote-endpoint = <&panel_in>;
+				};
+			};
+		};
+	};
-- 
1.7.9.5

--
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

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-10-20  7:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-20  7:14 [RFC 2/2] drm/bridge: Add I2C based driver for ps8640 bridge CK Hu
  -- strict thread matches above, loose matches on Subject: below --
2015-10-20  6:37 CK Hu
2015-10-16 12:15 [RFC 1/2] Dcumentation: bridge: Add documentation for ps8640 DT properties CK Hu
2015-10-16 12:15 ` [RFC 2/2] drm/bridge: Add I2C based driver for ps8640 bridge CK Hu
2015-10-16 13:06   ` Mark Rutland
2015-10-16 13:27     ` Rob Herring
     [not found]   ` <1444997709-57293-2-git-send-email-ck.hu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-10-16 13:52     ` kbuild test robot
2015-10-16 18:14     ` kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).