Commit 1fc84d6be20bc0869e91d1c6b73211346c0e317a

Authored by Masahiro Yamada
1 parent d7505752bb

reset: uniphier: fix compatible for SD reset node for LD11/LD20

LD20 has SD ctrl instead of MIO ctrl.  LD11 has both of them.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Showing 1 changed file with 5 additions and 1 deletions Side-by-side Diff

drivers/reset/reset-uniphier.c
... ... @@ -294,7 +294,11 @@
294 294 .data = (ulong)uniphier_mio_reset_data,
295 295 },
296 296 {
297   - .compatible = "socionext,uniphier-ld20-mio-reset",
  297 + .compatible = "socionext,uniphier-ld11-sd-reset",
  298 + .data = (ulong)uniphier_mio_reset_data,
  299 + },
  300 + {
  301 + .compatible = "socionext,uniphier-ld20-sd-reset",
298 302 .data = (ulong)uniphier_mio_reset_data,
299 303 },
300 304 /* Peripheral reset */