ARM: dts: aspeed: cmm: enable ehci host controllers

Enable ehci0 and ehci1 USB host controllers on Facebook Backpack CMM BMC.

Signed-off-by: Tao Ren <taoren@fb.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Tao Ren 2019-05-08 20:43:34 -07:00 committed by Joel Stanley
parent b2cc26af46
commit b853ab0fa2

View file

@ -372,3 +372,11 @@ &i2c13 {
&adc {
status = "okay";
};
&ehci0 {
status = "okay";
};
&ehci1 {
status = "okay";
};