]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: rawnand: denali_dt: set clk_x_rate to 200 MHz unconditionally
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 22 Jun 2018 16:06:34 +0000 (01:06 +0900)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Fri, 22 Jun 2018 16:47:56 +0000 (18:47 +0200)
commit9ec471a216d6be6b83daa308ee0cb12f73613ad9
tree5ce525707d8de0f6cfbfc9e7d677d2d197b68fd0
parent0c818aa061616f2571c6b7e50e8baef6d0e0108d
mtd: rawnand: denali_dt: set clk_x_rate to 200 MHz unconditionally

Since commit 765654cf5a72 ("mtd: nand: denali: handle timing parameters
by setup_data_interface()"), denali_dt.c gets the clock rate from the
clock driver.  The driver expects the frequency of the bus interface
clock, whereas the clock driver of SOCFPGA provides the core clock.
Thus, the setup_data_interface() hook calculates timing parameters
based on a wrong frequency.

To make it work without relying on the clock driver, hard-code the clock
frequency, 200MHz.  This is fine for existing DT of UniPhier, and also
fixes the issue of SOCFPGA because both platforms use 200 MHz for the
bus interface clock.

Fixes: 765654cf5a72 ("mtd: nand: denali: handle timing parameters by setup_data_interface()")
Cc: linux-stable <stable@vger.kernel.org> #4.14+
Reported-by: Philipp Rosenberger <p.rosenberger@linutronix.de>
Suggested-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Tested-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
drivers/mtd/nand/raw/denali_dt.c