ARM: dts: aspeed: ast2600evb: Add enable ehci and uhci

Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com>
Link: https://lore.kernel.org/r/20201009024937.11246-4-ryan_chen@aspeedtech.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Ryan Chen 2020-10-09 10:49:37 +08:00 committed by Joel Stanley
parent 286a596da2
commit a74c6525f1

View File

@ -237,3 +237,11 @@
&fsim0 {
status = "okay";
};
&ehci1 {
status = "okay";
};
&uhci {
status = "okay";
};