Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89675f36 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: dts: r8a7794: Correct clock of DU1



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

Fixes: 46c4f13d ("ARM: shmobile: r8a7794: Add DU node to device tree")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 1764f808
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -925,7 +925,7 @@
		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";