|
@@ -1,5 +1,7 @@
|
|
/*
|
|
/*
|
|
- * Copyright (C) 2011-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
|
|
|
|
|
|
+ * Copyright (C) 2011-2014 Panasonic Corporation
|
|
|
|
+ * Copyright (C) 2015-2016 Socionext Inc.
|
|
|
|
+ * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
|
|
*
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
*/
|
|
@@ -178,7 +180,7 @@ int uniphier_sld8_umc_init(const struct uniphier_board_data *bd)
|
|
for (ch = 0; ch < DRAM_CH_NR; ch++) {
|
|
for (ch = 0; ch < DRAM_CH_NR; ch++) {
|
|
ret = umc_ch_init(dc_base, ca_base, bd->dram_freq,
|
|
ret = umc_ch_init(dc_base, ca_base, bd->dram_freq,
|
|
bd->dram_ch[ch].size,
|
|
bd->dram_ch[ch].size,
|
|
- bd->dram_ddr3plus, ch);
|
|
|
|
|
|
+ !!(bd->flags & UNIPHIER_BD_DDR3PLUS), ch);
|
|
if (ret) {
|
|
if (ret) {
|
|
pr_err("failed to initialize UMC ch%d\n", ch);
|
|
pr_err("failed to initialize UMC ch%d\n", ch);
|
|
return ret;
|
|
return ret;
|