diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-03-28 06:45:32 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-03-28 08:29:45 -0400 |
commit | 7f698bf60e3a13c991577f5360f371e2a41cf40e (patch) | |
tree | 6c7a9eb2bf32576df3393ffbfe69d241dab880d4 | |
parent | 89675f36c9e17512812b9d14d9824f8ef92782c3 (diff) |
ARM: dts: alt: Correct clock of DU1
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>
-rw-r--r-- | arch/arm/boot/dts/r8a7794-alt.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7794-alt.dts b/arch/arm/boot/dts/r8a7794-alt.dts index 3fcf76b8e923..f1eea13cdf44 100644 --- a/arch/arm/boot/dts/r8a7794-alt.dts +++ b/arch/arm/boot/dts/r8a7794-alt.dts | |||
@@ -168,7 +168,7 @@ | |||
168 | status = "okay"; | 168 | status = "okay"; |
169 | 169 | ||
170 | clocks = <&mstp7_clks R8A7794_CLK_DU0>, | 170 | clocks = <&mstp7_clks R8A7794_CLK_DU0>, |
171 | <&mstp7_clks R8A7794_CLK_DU0>, | 171 | <&mstp7_clks R8A7794_CLK_DU1>, |
172 | <&x13_clk>, <&x2_clk>; | 172 | <&x13_clk>, <&x2_clk>; |
173 | clock-names = "du.0", "du.1", "dclkin.0", "dclkin.1"; | 173 | clock-names = "du.0", "du.1", "dclkin.0", "dclkin.1"; |
174 | 174 | ||