projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3e5996
)
ARM: dts: aspeed: Add USB2.0 device controller node
author
Neal Liu
<neal_liu@aspeedtech.com>
Wed, 18 May 2022 06:20:42 +0000
(14:20 +0800)
committer
Joel Stanley
<joel@jms.id.au>
Thu, 19 May 2022 07:09:36 +0000
(16:39 +0930)
Add USB2.0 device controller(udc) node to device tree
for AST2600.
Signed-off-by: Neal Liu <neal_liu@aspeedtech.com>
Link:
https://lore.kernel.org/r/20220518062043.1075360-3-neal_liu@aspeedtech.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-g6.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/aspeed-g6.dtsi
b/arch/arm/boot/dts/aspeed-g6.dtsi
index 19c15e7fde6056e70d0d8d0a97b6994a65659b6f..7de9d1d5ae46bc828a19f7836939c0b194c500b1 100644
(file)
--- a/
arch/arm/boot/dts/aspeed-g6.dtsi
+++ b/
arch/arm/boot/dts/aspeed-g6.dtsi
@@
-303,6
+303,16
@@
status = "disabled";
};
+ udc: usb@1e6a2000 {
+ compatible = "aspeed,ast2600-udc";
+ reg = <0x1e6a2000 0x300>;
+ interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&syscon ASPEED_CLK_GATE_USBPORT2CLK>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usb2bd_default>;
+ status = "disabled";
+ };
+
apb {
compatible = "simple-bus";
#address-cells = <1>;