aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/marvell
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2022-02-14 11:34:24 +0100
committerStefan Roese <sr@denx.de>2022-02-17 14:17:07 +0100
commitaf6d0938f3033b7a93980427cd324658d64d3eb1 (patch)
tree7e51902d292b875584a31a3cfcd9c969097a5c22 /drivers/phy/marvell
parent9bc68546bb1a4bb6e349cc2bf608348ed4f0538e (diff)
downloadu-boot-af6d0938f3033b7a93980427cd324658d64d3eb1.zip
u-boot-af6d0938f3033b7a93980427cd324658d64d3eb1.tar.gz
u-boot-af6d0938f3033b7a93980427cd324658d64d3eb1.tar.bz2
usb: ehci: ehci-marvell: Update compatible string to official DT bindings
Official DT bindings use compatible string marvell,armada-3700-ehci. Update drivers and DTS files. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'drivers/phy/marvell')
-rw-r--r--drivers/phy/marvell/comphy_a3700.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/marvell/comphy_a3700.c b/drivers/phy/marvell/comphy_a3700.c
index 7cde59b..c490dc6 100644
--- a/drivers/phy/marvell/comphy_a3700.c
+++ b/drivers/phy/marvell/comphy_a3700.c
@@ -937,7 +937,7 @@ void comphy_dedicated_phys_init(void)
*/
if (usb32 == 0) {
node = fdt_node_offset_by_compatible(
- blob, -1, "marvell,armada3700-ehci");
+ blob, -1, "marvell,armada-3700-ehci");
} else {
node = fdt_node_offset_by_compatible(
blob, -1, "marvell,armada3700-xhci");