Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-05-14 Thread Paul Walmsley
On Fri, 9 May 2014, Tomi Valkeinen wrote: On 08/05/14 19:01, Paul Walmsley wrote: Hi Archit, On Thu, 8 May 2014, Archit Taneja wrote: Hi Paul, On Thursday 08 May 2014 10:07 AM, Paul Walmsley wrote: Hi, On Wed, 12 Mar 2014, Tomi Valkeinen wrote: This patch adds hwmod

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-05-09 Thread Archit Taneja
Hi Paul, On Thursday 08 May 2014 09:31 PM, Paul Walmsley wrote: snip The problem is that we have multiple hwmods which use the same MODULEMODE bit. There is no use-counting done when it comes to enabling/disabling modulemode. If there was such a thing, we could have provided MODULEMODE flags

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-05-09 Thread Tomi Valkeinen
On 08/05/14 19:01, Paul Walmsley wrote: Hi Archit, On Thu, 8 May 2014, Archit Taneja wrote: Hi Paul, On Thursday 08 May 2014 10:07 AM, Paul Walmsley wrote: Hi, On Wed, 12 Mar 2014, Tomi Valkeinen wrote: This patch adds hwmod data for omap5 display subsystem. I have tested this on

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-05-08 Thread Paul Walmsley
Hi Archit, On Thu, 8 May 2014, Archit Taneja wrote: Hi Paul, On Thursday 08 May 2014 10:07 AM, Paul Walmsley wrote: Hi, On Wed, 12 Mar 2014, Tomi Valkeinen wrote: This patch adds hwmod data for omap5 display subsystem. I have tested this on omap5-uevm with a DSI panel. I

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-05-07 Thread Paul Walmsley
Hi, On Wed, 12 Mar 2014, Tomi Valkeinen wrote: This patch adds hwmod data for omap5 display subsystem. I have tested this on omap5-uevm with a DSI panel. I cannot test omap5-uevm's hdmi output yet, as the mainline is missing omap5 HDMI driver. I do see this when booting: omap_hwmod:

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-05-07 Thread Archit Taneja
Hi Paul, On Thursday 08 May 2014 10:07 AM, Paul Walmsley wrote: Hi, On Wed, 12 Mar 2014, Tomi Valkeinen wrote: This patch adds hwmod data for omap5 display subsystem. I have tested this on omap5-uevm with a DSI panel. I cannot test omap5-uevm's hdmi output yet, as the mainline is missing

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-03-18 Thread Dmitry Lifshitz
Hi Tomi, Thank you a lot for your assistance. Here are my relevant DT nodes: / { aliases { display0 = hdmi0; }; hdmi0: connector@0 { compatible = hdmi-connector; label = hdmi; type = b;

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-03-18 Thread Tomi Valkeinen
On 18/03/14 10:19, Dmitry Lifshitz wrote: Hi Tomi, Thank you a lot for your assistance. Here are my relevant DT nodes: / { aliases { display0 = hdmi0; }; hdmi0: connector@0 { compatible = hdmi-connector;

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-03-18 Thread Dmitry Lifshitz
Hi Tomi, I've activated HDMI output with omapfb. Thank you very much ! Some minor issue are observed: * the colors are inverted. * DRM seems to be loaded with no failures, however there is no output. HPD connector pin is connected to HDMI_HPD/GPIO7_193. In addition we have DVI output (uses

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-03-17 Thread Tomi Valkeinen
On 16/03/14 13:41, Dmitry Lifshitz wrote: Hi Tomi, (resending in the text format) Where can I get those unpublished omap5 and omap5-uevm display patches to test the video out with this patch? I'll appreciate your assistance in additional setup (like required uEvm .dts changes and DSI

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-03-17 Thread Dmitry Lifshitz
Hi Tomi, Thank you for the feedback. We have OMAP5 based board with no ESD Level Translator chip. So, I made a quick hack in tpd12s015 driver to skip using un-relevant GPIOs. I've copied DSS DT structure from uEmv board *.dts. However the HDMI output is not activate yet. Here is some debug

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-03-17 Thread Tomi Valkeinen
On 17/03/14 15:22, Dmitry Lifshitz wrote: Hi Tomi, Thank you for the feedback. We have OMAP5 based board with no ESD Level Translator chip. So, I made a quick hack in tpd12s015 driver to skip using un-relevant GPIOs. If you don't have tpd12s015 on your board, don't modify it. Remove it

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-03-17 Thread Dmitry Lifshitz
Hi Tomi, Unfortunately, I have a lack of experience with DT DSS stuff. How should I define the endpoints and the connector in my case? Please, could you provide some reference. Regarding omapfb, is it sufficient to turn it on in the Kernel config? Thanks, Dmitry On 03/17/2014 03:28 PM, Tomi

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-03-17 Thread Tomi Valkeinen
On 17/03/14 16:22, Dmitry Lifshitz wrote: Hi Tomi, Unfortunately, I have a lack of experience with DT DSS stuff. How should I define the endpoints and the connector in my case? Please, could you provide some reference. See Documentation/devicetree/bindings/media/video-interfaces.txt for a

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-03-16 Thread Dmitry Lifshitz
Hi Tomi, (resending in the text format) Where can I get those unpublished omap5 and omap5-uevm display patches to test the video out with this patch? I'll appreciate your assistance in additional setup (like required uEvm .dts changes and DSI panel connection short guide). Thanks you in

[PATCH] ARM: OMAP5: DSS hwmod data

2014-03-12 Thread Tomi Valkeinen
Hi, This patch adds hwmod data for omap5 display subsystem. I have tested this on omap5-uevm with a DSI panel. I cannot test omap5-uevm's hdmi output yet, as the mainline is missing omap5 HDMI driver. I do see this when booting: omap_hwmod: dss_dispc: cannot be enabled for reset (3)

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-03-12 Thread Tomi Valkeinen
On 12/03/14 12:26, Tomi Valkeinen wrote: Hi, This patch adds hwmod data for omap5 display subsystem. I have tested this on omap5-uevm with a DSI panel. I cannot test omap5-uevm's hdmi output yet, as the mainline is missing omap5 HDMI driver. I do see this when booting: omap_hwmod: