aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/reset/reset-uniphier.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/reset/reset-uniphier.c')
-rw-r--r--drivers/reset/reset-uniphier.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/reset/reset-uniphier.c b/drivers/reset/reset-uniphier.c
index 8b2558e7363e..968c3ae4535c 100644
--- a/drivers/reset/reset-uniphier.c
+++ b/drivers/reset/reset-uniphier.c
@@ -154,7 +154,7 @@ const struct uniphier_reset_data uniphier_sld3_mio_reset_data[] = {
154 UNIPHIER_RESET_END, 154 UNIPHIER_RESET_END,
155}; 155};
156 156
157const struct uniphier_reset_data uniphier_pro5_mio_reset_data[] = { 157const struct uniphier_reset_data uniphier_pro5_sd_reset_data[] = {
158 UNIPHIER_MIO_RESET_SD(0, 0), 158 UNIPHIER_MIO_RESET_SD(0, 0),
159 UNIPHIER_MIO_RESET_SD(1, 1), 159 UNIPHIER_MIO_RESET_SD(1, 1),
160 UNIPHIER_MIO_RESET_EMMC_HW_RESET(6, 1), 160 UNIPHIER_MIO_RESET_EMMC_HW_RESET(6, 1),
@@ -360,7 +360,7 @@ static const struct of_device_id uniphier_reset_match[] = {
360 .compatible = "socionext,uniphier-ld20-reset", 360 .compatible = "socionext,uniphier-ld20-reset",
361 .data = uniphier_ld20_sys_reset_data, 361 .data = uniphier_ld20_sys_reset_data,
362 }, 362 },
363 /* Media I/O reset */ 363 /* Media I/O reset, SD reset */
364 { 364 {
365 .compatible = "socionext,uniphier-sld3-mio-reset", 365 .compatible = "socionext,uniphier-sld3-mio-reset",
366 .data = uniphier_sld3_mio_reset_data, 366 .data = uniphier_sld3_mio_reset_data,
@@ -378,20 +378,20 @@ static const struct of_device_id uniphier_reset_match[] = {
378 .data = uniphier_sld3_mio_reset_data, 378 .data = uniphier_sld3_mio_reset_data,
379 }, 379 },
380 { 380 {
381 .compatible = "socionext,uniphier-pro5-mio-reset", 381 .compatible = "socionext,uniphier-pro5-sd-reset",
382 .data = uniphier_pro5_mio_reset_data, 382 .data = uniphier_pro5_sd_reset_data,
383 }, 383 },
384 { 384 {
385 .compatible = "socionext,uniphier-pxs2-mio-reset", 385 .compatible = "socionext,uniphier-pxs2-sd-reset",
386 .data = uniphier_pro5_mio_reset_data, 386 .data = uniphier_pro5_sd_reset_data,
387 }, 387 },
388 { 388 {
389 .compatible = "socionext,uniphier-ld11-mio-reset", 389 .compatible = "socionext,uniphier-ld11-mio-reset",
390 .data = uniphier_sld3_mio_reset_data, 390 .data = uniphier_sld3_mio_reset_data,
391 }, 391 },
392 { 392 {
393 .compatible = "socionext,uniphier-ld20-mio-reset", 393 .compatible = "socionext,uniphier-ld20-sd-reset",
394 .data = uniphier_pro5_mio_reset_data, 394 .data = uniphier_pro5_sd_reset_data,
395 }, 395 },
396 /* Peripheral reset */ 396 /* Peripheral reset */
397 { 397 {