Re: [PATCH] ARM: dts: r8a7779: marzen: Configure pinmuxing for the DU0 input clock

2016-10-24 Thread Simon Horman
On Fri, Oct 21, 2016 at 03:27:43PM +0300, Laurent Pinchart wrote:
> DU0 uses an externally provided clock, but the corresponding pin isn't
> correctly muxed. Fix it.
> 
> Signed-off-by: Laurent Pinchart 

Thanks, I have queued this up.


[PATCH] ARM: dts: r8a7779: marzen: Configure pinmuxing for the DU0 input clock

2016-10-21 Thread Laurent Pinchart
DU0 uses an externally provided clock, but the corresponding pin isn't
correctly muxed. Fix it.

Signed-off-by: Laurent Pinchart 
---
 arch/arm/boot/dts/r8a7779-marzen.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Along with the DU reg fix that has already been merged in Simon's tree, this
makes the VGA output on Marzen working again.

diff --git a/arch/arm/boot/dts/r8a7779-marzen.dts 
b/arch/arm/boot/dts/r8a7779-marzen.dts
index 541678df90a9..676151b70185 100644
--- a/arch/arm/boot/dts/r8a7779-marzen.dts
+++ b/arch/arm/boot/dts/r8a7779-marzen.dts
@@ -170,7 +170,7 @@
 
du_pins: du {
du0 {
-   groups = "du0_rgb888", "du0_sync_1", "du0_clk_out_0";
+   groups = "du0_rgb888", "du0_sync_1", "du0_clk_out_0", 
"du0_clk_in";
function = "du0";
};
du1 {
-- 
Regards,

Laurent Pinchart