git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e21bbff
)
arm: socfpga: vining: Fix UDC controller phandle in DT
author
Marek Vasut
<marex@denx.de>
Tue, 14 Sep 2021 03:25:34 +0000
(
05:25
+0200)
committer
Marek Vasut
<marex@denx.de>
Wed, 22 Sep 2021 19:30:39 +0000
(21:30 +0200)
The USB peripheral controller is the DWC2 controller 1, not 0.
Update the phandle to fix UDC support on this board.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Siew Chin Lim <elly.siew.chin.lim@intel.com>
Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Cc: Tien Fong Chee <tien.fong.chee@intel.com>
arch/arm/dts/socfpga_cyclone5_vining_fpga-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/socfpga_cyclone5_vining_fpga-u-boot.dtsi
b/arch/arm/dts/socfpga_cyclone5_vining_fpga-u-boot.dtsi
index
9e8be28
..
fb05c31
100644
(file)
--- a/
arch/arm/dts/socfpga_cyclone5_vining_fpga-u-boot.dtsi
+++ b/
arch/arm/dts/socfpga_cyclone5_vining_fpga-u-boot.dtsi
@@
-11,7
+11,7
@@
/{
aliases {
spi0 = "/soc/spi@ff705000";
- udc0 = &usb
0
;
+ udc0 = &usb
1
;
};
};