diff options
author | Geert Uytterhoeven <[email protected]> | 2017-04-03 11:55:19 +0200 |
---|---|---|
committer | Simon Horman <[email protected]> | 2017-04-04 12:55:33 -0400 |
commit | ebf06af55c7594ed1fc18469a5cddf911c40e687 (patch) | |
tree | 7e0793b75dfc98d5c3c9b179cefb1de8b5bbc38d | |
parent | 57ff9d736e05bede56fdb47599fdddb3408d4651 (diff) |
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: cd21cb46e14aae3a ("ARM: shmobile: koelsch: Add DU external pixel clocks to DT")
Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: Laurent Pinchart <[email protected]>
Tested-by: Niklas Söderlund <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/r8a7791-koelsch.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts index 59beb8402a36..001e6116c47c 100644 --- a/arch/arm/boot/dts/r8a7791-koelsch.dts +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts @@ -292,7 +292,7 @@ x2_clk: x2-clock { compatible = "fixed-clock"; #clock-cells = <0>; - clock-frequency = <148500000>; + clock-frequency = <74250000>; }; x13_clk: x13-clock { |