diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2018-06-29 05:51:02 +0200 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2018-07-16 12:22:16 +0200 |
commit | 608d05c61cdcd42d0ecdf7ad2d865b54569f79d5 (patch) | |
tree | f29c757304123184300a46c9d7faf9d260fe73ef /arch/arm | |
parent | ARM: dts: aspeed: Add G5 USB host pinmux (diff) | |
download | linux-608d05c61cdcd42d0ecdf7ad2d865b54569f79d5.tar.xz linux-608d05c61cdcd42d0ecdf7ad2d865b54569f79d5.zip |
ARM: dts: aspeed: Add G4 USB Virtual Hub
This adds the (disabled by default) device node for the
Aspeed virtual hub,a long with clocks and pinmux.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/aspeed-g4.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi index 1d7ffa9fdb11..54524564037c 100644 --- a/arch/arm/boot/dts/aspeed-g4.dtsi +++ b/arch/arm/boot/dts/aspeed-g4.dtsi @@ -131,6 +131,16 @@ */ }; + vhub: usb-vhub@1e6a0000 { + compatible = "aspeed,ast2400-usb-vhub"; + reg = <0x1e6a0000 0x300>; + interrupts = <5>; + clocks = <&syscon ASPEED_CLK_GATE_USBPORT1CLK>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_usb2d_default>; + status = "disabled"; + }; + apb { compatible = "simple-bus"; #address-cells = <1>; |