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: cd21cb46e1 ("ARM: shmobile: koelsch: Add DU external pixel clocks to DT")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Tested-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Geert Uytterhoeven 2017-04-03 11:55:19 +02:00 committed by Simon Horman
parent 57ff9d736e
commit ebf06af55c
1 changed files with 1 additions and 1 deletions

View File

@ -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 {