Skip to content
Snippets Groups Projects
Commit 3789b6a9 authored by Marek Behún's avatar Marek Behún Committed by Tom Rini
Browse files

arm: mvebu: dts: turris_mox: fix non-working USB port


Commit 0934dddc ("arm: a37xx: Update DTS files to version from
upstream Linux kernel") ported Linux's device-tree files for Armada 3720
SOCs. This broke USB port on Turris MOX, because in Linux' DTS the bus
voltage supply is described as a `phy-supply` property of connector
node, a mechanism that is not supported in U-Boot yet.

For now, fix this by adding `vbus-supply` to usb3 node.

Fixes: 0934dddc ("arm: a37xx: Update DTS files to version from upstream Linux kernel")
Signed-off-by: default avatarMarek Behún <marek.behun@nic.cz>
Reviewed-by: default avatarStefan Roese <sr@denx.de>
parent 5f68470d
No related branches found
No related tags found
No related merge requests found
......@@ -21,3 +21,7 @@
};
/delete-node/ &mdio;
&usb3 {
vbus-supply = <&exp_usb3_vbus>;
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment