projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
286a596
)
ARM: dts: aspeed: ast2600evb: Add enable ehci and uhci
author
Ryan Chen
<ryan_chen@aspeedtech.com>
Fri, 9 Oct 2020 02:49:37 +0000
(10:49 +0800)
committer
Joel Stanley
<joel@jms.id.au>
Wed, 10 Feb 2021 10:51:36 +0000
(21:21 +1030)
Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com>
Link:
https://lore.kernel.org/r/20201009024937.11246-4-ryan_chen@aspeedtech.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-ast2600-evb.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/aspeed-ast2600-evb.dts
b/arch/arm/boot/dts/aspeed-ast2600-evb.dts
index 89be1319778071b9c2fba0e875635111e21e9e3c..2772796e215e70f49ad24e85a647bd1bfb1b3916 100644
(file)
--- a/
arch/arm/boot/dts/aspeed-ast2600-evb.dts
+++ b/
arch/arm/boot/dts/aspeed-ast2600-evb.dts
@@
-237,3
+237,11
@@
&fsim0 {
status = "okay";
};
+
+&ehci1 {
+ status = "okay";
+};
+
+&uhci {
+ status = "okay";
+};