projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db363db
)
phy: marvell: a3700: Fix compatible string for ehci
author
Marek BehĂșn
<marek.behun@nic.cz>
Fri, 11 May 2018 08:03:39 +0000
(10:03 +0200)
committer
Stefan Roese
<sr@denx.de>
Mon, 14 May 2018 08:01:56 +0000
(10:01 +0200)
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>
Signed-off-by: Stefan Roese <sr@denx.de>
drivers/phy/marvell/comphy_a3700.c
patch
|
blob
|
history
diff --git
a/drivers/phy/marvell/comphy_a3700.c
b/drivers/phy/marvell/comphy_a3700.c
index 50167a69afc761350c93589c54b9baf1e9b4745f..3b2902f362af440b952491e19902578e17be7725 100644
(file)
--- a/
drivers/phy/marvell/comphy_a3700.c
+++ b/
drivers/phy/marvell/comphy_a3700.c
@@
-900,7
+900,7
@@
void comphy_dedicated_phys_init(void)
*/
if (usb32 == 0) {
node = fdt_node_offset_by_compatible(
- blob, -1, "marvell,armada
-
3700-ehci");
+ blob, -1, "marvell,armada3700-ehci");
} else {
node = fdt_node_offset_by_compatible(
blob, -1, "marvell,armada3700-xhci");