mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>
This commit is contained in:
@@ -294,7 +294,11 @@ static const struct udevice_id uniphier_reset_match[] = {
|
|||||||
.data = (ulong)uniphier_mio_reset_data,
|
.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,
|
.data = (ulong)uniphier_mio_reset_data,
|
||||||
},
|
},
|
||||||
/* Peripheral reset */
|
/* Peripheral reset */
|
||||||
|
Reference in New Issue
Block a user