]> git.baikalelectronics.ru Git - kernel.git/commit
clk: uniphier: add NAND 200MHz clock
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 20 Jul 2018 08:37:35 +0000 (17:37 +0900)
committerStephen Boyd <sboyd@kernel.org>
Wed, 25 Jul 2018 22:45:25 +0000 (15:45 -0700)
commit683900f57c7357eac2a48bf2743aab5680187d5d
tree714b723c93e0129e8d37664d9f1175c7992e2645
parent0d5624e606504772b89d3c3d6b1be740ef176c61
clk: uniphier: add NAND 200MHz clock

The Denali NAND controller IP needs three clocks:

 - clk: controller core clock

 - clk_x: bus interface clock

 - ecc_clk: clock at which ECC circuitry is run

Currently, only the first one (50MHz) is provided.  The rest of the
two clock ports must be connected to the 200MHz clock line.  Add this.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/uniphier/clk-uniphier-sys.c