Commit b853ab0f authored by Tao Ren's avatar Tao Ren Committed by Joel Stanley

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

Enable ehci0 and ehci1 USB host controllers on Facebook Backpack CMM BMC.
Signed-off-by: default avatarTao Ren <taoren@fb.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent b2cc26af
...@@ -372,3 +372,11 @@ &i2c13 { ...@@ -372,3 +372,11 @@ &i2c13 {
&adc { &adc {
status = "okay"; status = "okay";
}; };
&ehci0 {
status = "okay";
};
&ehci1 {
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment