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

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

ARM: dts: koelsch: Correct clock frequency of X2 DU clock input



The X2 crystal oscillator on the Koelsch development board provides a
74.25 MHz clock, not a 148.5 MHz clock.

Fixes: cd21cb46 ("ARM: shmobile: koelsch: Add DU external pixel clocks to DT")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tested-by: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 57ff9d73
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -292,7 +292,7 @@
	x2_clk: x2-clock {
	x2_clk: x2-clock {
		compatible = "fixed-clock";
		compatible = "fixed-clock";
		#clock-cells = <0>;
		#clock-cells = <0>;
		clock-frequency = <148500000>;
		clock-frequency = <74250000>;
	};
	};


	x13_clk: x13-clock {
	x13_clk: x13-clock {