diff options
author | Howard Chiu <howard_chiu@aspeedtech.com> | 2022-03-29 06:24:10 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2022-05-19 10:44:20 +0300 |
commit | 0ef77237c5243aa620528daeaad0ba92094b5720 (patch) | |
tree | 03054f63dd3f48a57027790f9ef8452c272f9118 /arch/arm/boot | |
parent | 08daf2c89186452b4986b8a5f014f6478fe7e769 (diff) | |
download | linux-0ef77237c5243aa620528daeaad0ba92094b5720.tar.xz |
ARM: dts: aspeed: ast2600-evb: Enable virtual hub
Enable Aspeed VHub for HID emulation
Signed-off-by: Howard Chiu <howard_chiu@aspeedtech.com>
Link: https://lore.kernel.org/r/SG2PR06MB23155E8A6193118544A7DBF3E61E9@SG2PR06MB2315.apcprd06.prod.outlook.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/aspeed-ast2600-evb.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-ast2600-evb.dts b/arch/arm/boot/dts/aspeed-ast2600-evb.dts index 6fcd9406987b..55b1d3a81700 100644 --- a/arch/arm/boot/dts/aspeed-ast2600-evb.dts +++ b/arch/arm/boot/dts/aspeed-ast2600-evb.dts @@ -314,6 +314,11 @@ clk-phase-sd-hs = <7>, <200>; }; +&vhub { + status = "okay"; + pinctrl-names = "default"; +}; + &video { status = "okay"; memory-region = <&video_engine_memory>; |