Commit 7b8b6af1 authored by Florian Vaussard's avatar Florian Vaussard Committed by Tony Lindgren

ARM: dts: omap4/5: Use l3_ick for the gpmc node

The GPMC clock is derived from l3_ick. The simplest solution is
to reference directly l3_ick to provide the GPMC fck in order to
get correct timings. The real management of the clock is left to
hwmod.

Cc: stable@vger.kernel.org # v3.14+
Signed-off-by: default avatarFlorian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 8559087f
......@@ -275,6 +275,8 @@ gpmc: gpmc@50000000 {
gpmc,num-waitpins = <4>;
ti,hwmods = "gpmc";
ti,no-idle-on-init;
clocks = <&l3_div_ck>;
clock-names = "fck";
};
uart1: serial@4806a000 {
......
......@@ -302,6 +302,8 @@ gpmc: gpmc@50000000 {
gpmc,num-cs = <8>;
gpmc,num-waitpins = <4>;
ti,hwmods = "gpmc";
clocks = <&l3_iclk_div>;
clock-names = "fck";
};
i2c1: i2c@48070000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment