ARM: dts: aspeed: bletchley: enable ehci0 device node

Enable ehci0 node for USB2 host feature

Signed-off-by: Potin Lai <potin.lai.pt@gmail.com>
Reviewed-by: Patrick Williams <patrick@stwcx.xyz>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20220509151118.4899-2-potin.lai.pt@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Potin Lai 2022-05-09 23:11:13 +08:00 committed by Joel Stanley
parent c9cb67c3a6
commit ad0e053b5b
1 changed files with 4 additions and 0 deletions

View File

@ -838,3 +838,7 @@
status = "okay";
/* TODO: Add Marvell 88X3310 */
};
&ehci0 {
status = "okay";
};