Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b35bbd3d authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt Committed by Joel Stanley
Browse files

ARM: dts: aspeed: Enable vhub on port A of AST2500 EVB



This is an eval board, it makes sense to enable many
functions by default. This changes the device-tree to
set port A to be a USB device and leave port B as a
host, along with a little comment explaining how to
change it.

(the vhub device can only exist on port A on this SoC)

Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: default avatarAndrew Jeffery <andrew@aj.id.au>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 35578a85
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -80,7 +80,13 @@
	};
};

&ehci0 {
/*
 * Enable port A as device (via the virtual hub) and port B as
 * host by default on the eval board. This can be easily changed
 * by replacing the override below with &ehci0 { ... } to enable
 * host on both ports.
 */
&vhub {
	status = "okay";
};