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

Commit c282ea74 authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt Committed by Joel Stanley
Browse files

ARM: dts: aspeed: Add G4 USB pinmux



Set the default pinmux for EHCI so boards don't have to do
it, and document why it is not set for UHCI.

Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 7daf201d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -113,6 +113,8 @@
			reg = <0x1e6a1000 0x100>;
			interrupts = <5>;
			clocks = <&syscon ASPEED_CLK_GATE_USBPORT1CLK>;
			pinctrl-names = "default";
			pinctrl-0 = <&pinctrl_usb2h_default>;
			status = "disabled";
		};

@@ -123,6 +125,10 @@
			#ports = <3>;
			clocks = <&syscon ASPEED_CLK_GATE_USBUHCICLK>;
			status = "disabled";
			/*
			 * No default pinmux, it will follow EHCI, use an explicit pinmux
			 * override if you don't enable EHCI
			 */
		};

		apb {