ARM: dts: aspeed: ast2600evb: Add enable ehci and uhci
authorRyan Chen <ryan_chen@aspeedtech.com>
Fri, 9 Oct 2020 02:49:37 +0000 (10:49 +0800)
committerJoel Stanley <joel@jms.id.au>
Wed, 10 Feb 2021 10:51:36 +0000 (21:21 +1030)
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>
arch/arm/boot/dts/aspeed-ast2600-evb.dts

index 89be131..2772796 100644 (file)
 &fsim0 {
        status = "okay";
 };
+
+&ehci1 {
+       status = "okay";
+};
+
+&uhci {
+       status = "okay";
+};