Commit a74c6525 authored by Ryan Chen's avatar Ryan Chen Committed by Joel Stanley
Browse files

ARM: dts: aspeed: ast2600evb: Add enable ehci and uhci

parent 286a596d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -237,3 +237,11 @@ &i2c15 {
&fsim0 {
	status = "okay";
};

&ehci1 {
	status = "okay";
};

&uhci {
	status = "okay";
};