]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
clk: shmobile: r8a7795: Add INTC-EX clock
authorMagnus Damm <damm+renesas@opensource.se>
Thu, 18 Feb 2016 07:14:03 +0000 (16:14 +0900)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 18 Feb 2016 08:01:46 +0000 (09:01 +0100)
Add the "intc-ex" clock to the r8a7795 CPG MSSR driver.

According to information from the hardware team the INTC-EX
parent clock is CP. The next data sheet version will include
this information.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/clk/shmobile/r8a7795-cpg-mssr.c

index 24ff38c2c28cc0e1468e1f9bc5a1f2552af8e69e..1f4b21a79bb957c0cb04c6d2a16af1cec1de222d 100644 (file)
@@ -138,6 +138,7 @@ static const struct mssr_mod_clk r8a7795_mod_clks[] __initconst = {
        DEF_MOD("usb3-if0",              328,   R8A7795_CLK_S3D1),
        DEF_MOD("usb-dmac0",             330,   R8A7795_CLK_S3D1),
        DEF_MOD("usb-dmac1",             331,   R8A7795_CLK_S3D1),
+       DEF_MOD("intc-ex",               407,   R8A7795_CLK_CP),
        DEF_MOD("intc-ap",               408,   R8A7795_CLK_S3D1),
        DEF_MOD("audmac0",               502,   R8A7795_CLK_S3D4),
        DEF_MOD("audmac1",               501,   R8A7795_CLK_S3D4),