diff options
| -rw-r--r-- | arch/arm/mach-shmobile/board-koelsch-reference.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/mach-shmobile/board-koelsch-reference.c b/arch/arm/mach-shmobile/board-koelsch-reference.c index 1d3f67d4ccd6..28e3c45c8b90 100644 --- a/arch/arm/mach-shmobile/board-koelsch-reference.c +++ b/arch/arm/mach-shmobile/board-koelsch-reference.c | |||
| @@ -92,24 +92,9 @@ static const struct clk_name clk_names[] __initconst = { | |||
| 92 | { "lvds0", "lvds.0", "rcar-du-r8a7791" }, | 92 | { "lvds0", "lvds.0", "rcar-du-r8a7791" }, |
| 93 | }; | 93 | }; |
| 94 | 94 | ||
| 95 | /* | ||
| 96 | * This is a really crude hack to work around core platform clock issues | ||
| 97 | */ | ||
| 98 | static const struct clk_name clk_enables[] __initconst = { | ||
| 99 | { "ether", NULL, "ee700000.ethernet" }, | ||
| 100 | { "i2c2", NULL, "e6530000.i2c" }, | ||
| 101 | { "msiof0", NULL, "e6e20000.spi" }, | ||
| 102 | { "qspi_mod", NULL, "e6b10000.spi" }, | ||
| 103 | { "sdhi0", NULL, "ee100000.sd" }, | ||
| 104 | { "sdhi1", NULL, "ee140000.sd" }, | ||
| 105 | { "sdhi2", NULL, "ee160000.sd" }, | ||
| 106 | { "thermal", NULL, "e61f0000.thermal" }, | ||
| 107 | }; | ||
| 108 | |||
| 109 | static void __init koelsch_add_standard_devices(void) | 95 | static void __init koelsch_add_standard_devices(void) |
| 110 | { | 96 | { |
| 111 | shmobile_clk_workaround(clk_names, ARRAY_SIZE(clk_names), false); | 97 | shmobile_clk_workaround(clk_names, ARRAY_SIZE(clk_names), false); |
| 112 | shmobile_clk_workaround(clk_enables, ARRAY_SIZE(clk_enables), true); | ||
| 113 | r8a7791_add_dt_devices(); | 98 | r8a7791_add_dt_devices(); |
| 114 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); | 99 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); |
| 115 | 100 | ||
