OSDN Git Service

ARM: dts: alt: Correct clock of DU1
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 28 Mar 2017 10:45:32 +0000 (12:45 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 28 Mar 2017 12:29:45 +0000 (14:29 +0200)
The second channel of the display unit uses a different module clock
than the first channel.

Fixes: 876e7fb9f418fd86 ("ARM: shmobile: r8a7794: alt: Enable VGA port")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7794-alt.dts

index 3fcf76b..f1eea13 100644 (file)
        status = "okay";
 
        clocks = <&mstp7_clks R8A7794_CLK_DU0>,
-                <&mstp7_clks R8A7794_CLK_DU0>,
+                <&mstp7_clks R8A7794_CLK_DU1>,
                 <&x13_clk>, <&x2_clk>;
        clock-names = "du.0", "du.1", "dclkin.0", "dclkin.1";