Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -372,3 +372,11 @@
&adc {
	status = "okay";
};

&ehci0 {
	status = "okay";
};

&ehci1 {
	status = "okay";
};