From: Potin Lai Date: Mon, 9 May 2022 15:11:13 +0000 (+0800) Subject: ARM: dts: aspeed: bletchley: enable ehci0 device node X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ad0e053b5b97282f241b32f0896e6090efe0cacb;p=linux.git ARM: dts: aspeed: bletchley: enable ehci0 device node Enable ehci0 node for USB2 host feature Signed-off-by: Potin Lai Reviewed-by: Patrick Williams Reviewed-by: Joel Stanley Link: https://lore.kernel.org/r/20220509151118.4899-2-potin.lai.pt@gmail.com Signed-off-by: Joel Stanley --- diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts index eaf1bc261ee3e..258996f915a08 100644 --- a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts +++ b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts @@ -838,3 +838,7 @@ status = "okay"; /* TODO: Add Marvell 88X3310 */ }; + +&ehci0 { + status = "okay"; +};