[PATCH v5 3/3] ARM: dts: aspeed: ast2600-evb: Enable virtual hub

From: Howard Chiu
Date: Fri May 20 2022 - 01:36:48 EST


1. Disable EHCI0
2. Enable Aspeed vHub for HID emulation
3. Remove duplicated EHCI1

Tested with AST2600
Signed-off-by: Howard Chiu <howard_chiu@xxxxxxxxxxxxxx>
---
arch/arm/boot/dts/aspeed-ast2600-evb.dts | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/arch/arm/boot/dts/aspeed-ast2600-evb.dts b/arch/arm/boot/dts/aspeed-ast2600-evb.dts
index 1db7aa0beea9..4452b6953c23 100644
--- a/arch/arm/boot/dts/aspeed-ast2600-evb.dts
+++ b/arch/arm/boot/dts/aspeed-ast2600-evb.dts
@@ -321,11 +321,7 @@ &sdhci1 {
clk-phase-sd-hs = <7>, <200>;
};

-&ehci0 {
- status = "okay";
-};
-
-&ehci1 {
+&vhub {
status = "okay";
};

--
2.25.1