
14 May
2018
14 May
'18
1:52 p.m.
On 11.05.2018 10:03, Marek BehĂșn wrote:
The DTS file for armada-37xx uses the string "marvell,armada3700-ehci", but the code searched for "marvell,armada-3700-ehci".
Signed-off-by: Marek Behun marek.behun@nic.cz
drivers/phy/marvell/comphy_a3700.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/phy/marvell/comphy_a3700.c b/drivers/phy/marvell/comphy_a3700.c index 7f5371afe9..a70b602b02 100644 --- a/drivers/phy/marvell/comphy_a3700.c +++ b/drivers/phy/marvell/comphy_a3700.c @@ -901,7 +901,7 @@ void comphy_dedicated_phys_init(void) */ if (usb32 == 0) { node = fdt_node_offset_by_compatible(
blob, -1, "marvell,armada-3700-ehci");
} else { node = fdt_node_offset_by_compatible( blob, -1, "marvell,armada3700-xhci");blob, -1, "marvell,armada3700-ehci");
Applied to u-boot-marvell/master
Thanks, Stefan