OSDN Git Service

ARM: dts: r8a7794: Correct clock of DU1
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 28 Mar 2017 10:45:31 +0000 (12:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Mar 2018 08:17:44 +0000 (09:17 +0100)
[ Upstream commit 89675f36c9e17512812b9d14d9824f8ef92782c3 ]

The second channel of the display unit uses a different module clock
than the first channel.

Fixes: 46c4f13d04d729fa ("ARM: shmobile: r8a7794: Add DU node to device tree")
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>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/r8a7794.dtsi

index 1d65dd0..d8f4ca8 100644 (file)
                interrupts = <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>,
                             <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&mstp7_clks R8A7794_CLK_DU0>,
-                        <&mstp7_clks R8A7794_CLK_DU0>;
+                        <&mstp7_clks R8A7794_CLK_DU1>;
                clock-names = "du.0", "du.1";
                status = "disabled";