DU0 uses an externally provided clock, but the corresponding pin isn't
correctly muxed. Fix it.

Signed-off-by: Laurent Pinchart <[email protected]>
---
 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

Reply via email to