All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: ulcb: Enable display output
@ 2017-08-22 14:23 Laurent Pinchart
  2017-08-30  7:28 ` Simon Horman
  0 siblings, 1 reply; 3+ messages in thread
From: Laurent Pinchart @ 2017-08-22 14:23 UTC (permalink / raw)
  To: linux-renesas-soc; +Cc: Vladimir Barinov

The DU is already wired up to the HDMI encoder, all we need to do is
enable it.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
 arch/arm64/boot/dts/renesas/ulcb.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

This patch has been tested on the M3-W ULCB in Magnus' board farm. As no
display is connected to the HDMI output testing was limited, to probing the
device and verifying that it can be accessed from userspace.

Tests on the H3 ES1.1 and H3 ES2.0 ULCBs were less successful as I couldn't
get the boards to boot properly, but they failed without this patch as well,
so I don't think it should be a blocker.

diff --git a/arch/arm64/boot/dts/renesas/ulcb.dtsi b/arch/arm64/boot/dts/renesas/ulcb.dtsi
index 1b868df2393f..dfec9072718b 100644
--- a/arch/arm64/boot/dts/renesas/ulcb.dtsi
+++ b/arch/arm64/boot/dts/renesas/ulcb.dtsi
@@ -157,6 +157,10 @@
 	};
 };
 
+&du {
+	status = "okay";
+};
+
 &ehci1 {
 	status = "okay";
 };
-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH] arm64: dts: ulcb: Enable display output
  2017-08-22 14:23 [PATCH] arm64: dts: ulcb: Enable display output Laurent Pinchart
@ 2017-08-30  7:28 ` Simon Horman
  2017-09-04 21:16   ` Vladimir Barinov
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Horman @ 2017-08-30  7:28 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: linux-renesas-soc, Vladimir Barinov

On Tue, Aug 22, 2017 at 05:23:26PM +0300, Laurent Pinchart wrote:
> The DU is already wired up to the HDMI encoder, all we need to do is
> enable it.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> ---
>  arch/arm64/boot/dts/renesas/ulcb.dtsi | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> This patch has been tested on the M3-W ULCB in Magnus' board farm. As no
> display is connected to the HDMI output testing was limited, to probing the
> device and verifying that it can be accessed from userspace.
> 
> Tests on the H3 ES1.1 and H3 ES2.0 ULCBs were less successful as I couldn't
> get the boards to boot properly, but they failed without this patch as well,
> so I don't think it should be a blocker.

Thanks, applied.

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

* Re: [PATCH] arm64: dts: ulcb: Enable display output
  2017-08-30  7:28 ` Simon Horman
@ 2017-09-04 21:16   ` Vladimir Barinov
  0 siblings, 0 replies; 3+ messages in thread
From: Vladimir Barinov @ 2017-09-04 21:16 UTC (permalink / raw)
  To: Simon Horman, Laurent Pinchart; +Cc: linux-renesas-soc

Hello,

On 30.08.2017 10:28, Simon Horman wrote:
> On Tue, Aug 22, 2017 at 05:23:26PM +0300, Laurent Pinchart wrote:
>> The DU is already wired up to the HDMI encoder, all we need to do is
>> enable it.
>>
>> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
>> ---
>>   arch/arm64/boot/dts/renesas/ulcb.dtsi | 4 ++++
>>   1 file changed, 4 insertions(+)
>>
>> This patch has been tested on the M3-W ULCB in Magnus' board farm. As no
>> display is connected to the HDMI output testing was limited, to probing the
>> device and verifying that it can be accessed from userspace.
>>
>> Tests on the H3 ES1.1 and H3 ES2.0 ULCBs were less successful as I couldn't
>> get the boards to boot properly, but they failed without this patch as well,
>> so I don't think it should be a blocker.
> Thanks, applied.
Sorry for late reply.

This patch was verified with HDMI display on M3W and H3 ULCB boards with 
following patches applied:
https://patchwork.kernel.org/patch/9688551/
https://patchwork.kernel.org/patch/9831835/
https://patchwork.kernel.org/patch/9801239/

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

end of thread, other threads:[~2017-09-04 21:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-22 14:23 [PATCH] arm64: dts: ulcb: Enable display output Laurent Pinchart
2017-08-30  7:28 ` Simon Horman
2017-09-04 21:16   ` Vladimir Barinov

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.