]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clk: shmobile: Add R-Car Gen2 ADSP clock support
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Tue, 6 Jan 2015 22:39:52 +0000 (01:39 +0300)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 8 Jan 2015 15:14:31 +0000 (16:14 +0100)
commit1484276119fb5083a3a8cb0293e763363c317661
treea16281f4294d98c55e0cfa65b092c52a3c4a17e6
parent90cf0e2b9660f16f944b892c2d2a08b4e0a551a8
clk: shmobile: Add R-Car Gen2 ADSP clock support

Add the ADSP clock support to the R-Car generation 2 CPG driver.  This clock
gets derived from  PLL1.  The layout of the ADSPCKCR register is  similar to
those of the clocks supported by the 'clk-div6' driver but the divider encoding
is non-linear, so can't be supported by that driver...

Based on the original patch by Konstantin Kozhevnikov
<konstantin.kozhevnikov@cogentembedded.com>.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Documentation/devicetree/bindings/clock/renesas,rcar-gen2-cpg-clocks.txt
drivers/clk/shmobile/clk-rcar-gen2.c