diff options
| author | Potin Lai <[email protected]> | 2022-05-09 23:11:13 +0800 |
|---|---|---|
| committer | Joel Stanley <[email protected]> | 2022-05-19 16:57:44 +0930 |
| commit | ad0e053b5b97282f241b32f0896e6090efe0cacb (patch) | |
| tree | 369030789702a75655afdfc9cf27175d24609cde | |
| parent | c9cb67c3a650ef880ddbfc5906e2b9f51726dd5c (diff) | |
ARM: dts: aspeed: bletchley: enable ehci0 device node
Enable ehci0 node for USB2 host feature
Signed-off-by: Potin Lai <[email protected]>
Reviewed-by: Patrick Williams <[email protected]>
Reviewed-by: Joel Stanley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joel Stanley <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts index eaf1bc261ee3..258996f915a0 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"; +}; |