diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2016-02-18 16:14:03 +0900 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-02-18 09:01:46 +0100 |
commit | f099aa075749c6fadb79554ce175fbdc31c45d7a (patch) | |
tree | 4c80c7bd439133809b11021df8efd5e66af55097 /drivers/clk/shmobile | |
parent | ca00c382bf1b40a73c27aeb2bb271376cc9c8812 (diff) | |
download | linux-f099aa075749c6fadb79554ce175fbdc31c45d7a.tar.bz2 |
clk: shmobile: r8a7795: Add INTC-EX clock
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>
Diffstat (limited to 'drivers/clk/shmobile')
-rw-r--r-- | drivers/clk/shmobile/r8a7795-cpg-mssr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/shmobile/r8a7795-cpg-mssr.c b/drivers/clk/shmobile/r8a7795-cpg-mssr.c index 24ff38c2c28c..1f4b21a79bb9 100644 --- a/drivers/clk/shmobile/r8a7795-cpg-mssr.c +++ b/drivers/clk/shmobile/r8a7795-cpg-mssr.c @@ -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), |