Skip to content

Commit

Permalink
clk:shmobile: Hide clock for SCIF2
Browse files Browse the repository at this point in the history
On Renesas Salvaotor board with Xen SCIF2 is provided to hypervisor, so
kernel should not manage SCIF2 clock.

Signed-off-by: Iurii Konovalenko <[email protected]>
Signed-off-by: Andrii Anisov <[email protected]>
  • Loading branch information
Iurii Konovalenko authored and Iurii Artemenko committed Jul 31, 2018
1 parent 7535120 commit a89a28c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/clk/renesas/r8a7795-cpg-mssr.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ static struct mssr_mod_clk r8a7795_mod_clks[] __initdata = {
DEF_MOD("cmt2", 301, R8A7795_CLK_R),
DEF_MOD("cmt1", 302, R8A7795_CLK_R),
DEF_MOD("cmt0", 303, R8A7795_CLK_R),
DEF_MOD("scif2", 310, R8A7795_CLK_S3D4),
/*DEF_MOD("scif2", 310, R8A7795_CLK_S3D4),*/
DEF_MOD("sdif3", 311, R8A7795_CLK_SD3),
DEF_MOD("sdif2", 312, R8A7795_CLK_SD2),
DEF_MOD("sdif1", 313, R8A7795_CLK_SD1),
Expand Down
2 changes: 1 addition & 1 deletion drivers/clk/renesas/r8a7796-cpg-mssr.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ static const struct mssr_mod_clk r8a7796_mod_clks[] __initconst = {
DEF_MOD("cmt2", 301, R8A7796_CLK_R),
DEF_MOD("cmt1", 302, R8A7796_CLK_R),
DEF_MOD("cmt0", 303, R8A7796_CLK_R),
DEF_MOD("scif2", 310, R8A7796_CLK_S3D4),
/* DEF_MOD("scif2", 310, R8A7796_CLK_S3D4),*/
DEF_MOD("sdif3", 311, R8A7796_CLK_SD3),
DEF_MOD("sdif2", 312, R8A7796_CLK_SD2),
DEF_MOD("sdif1", 313, R8A7796_CLK_SD1),
Expand Down

0 comments on commit a89a28c

Please sign in to comment.