All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/4] reset: uniphier: fix compatible for SD reset node for LD11/LD20
@ 2017-08-29  3:20 Masahiro Yamada
  2017-08-29  3:20 ` [U-Boot] [PATCH 2/4] reset: uniphier: add PXs3 support Masahiro Yamada
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Masahiro Yamada @ 2017-08-29  3:20 UTC (permalink / raw)
  To: u-boot

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

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

 drivers/reset/reset-uniphier.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/drivers/reset/reset-uniphier.c b/drivers/reset/reset-uniphier.c
index ebb2cae5eb33..8a037cf735dd 100644
--- a/drivers/reset/reset-uniphier.c
+++ b/drivers/reset/reset-uniphier.c
@@ -294,7 +294,11 @@ static const struct udevice_id uniphier_reset_match[] = {
 		.data = (ulong)uniphier_mio_reset_data,
 	},
 	{
-		.compatible = "socionext,uniphier-ld20-mio-reset",
+		.compatible = "socionext,uniphier-ld11-sd-reset",
+		.data = (ulong)uniphier_mio_reset_data,
+	},
+	{
+		.compatible = "socionext,uniphier-ld20-sd-reset",
 		.data = (ulong)uniphier_mio_reset_data,
 	},
 	/* Peripheral reset */
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-08-30  0:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-29  3:20 [U-Boot] [PATCH 1/4] reset: uniphier: fix compatible for SD reset node for LD11/LD20 Masahiro Yamada
2017-08-29  3:20 ` [U-Boot] [PATCH 2/4] reset: uniphier: add PXs3 support Masahiro Yamada
2017-08-29  3:20 ` [U-Boot] [PATCH 3/4] ARM: dts: uniphier: sync with Linux Masahiro Yamada
2017-08-29  3:20 ` [U-Boot] [PATCH 4/4] ARM: dts: uniphier: update PXs3 SoC/board DT Masahiro Yamada
2017-08-30  0:11 ` [U-Boot] [PATCH 1/4] reset: uniphier: fix compatible for SD reset node for LD11/LD20 Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.