projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbfa108
)
arm64: dts: rockchip: add usb2 phy-phandle for ohci on rk3366
author
Frank Wang
<frank.wang@rock-chips.com>
Mon, 19 Sep 2016 09:22:58 +0000
(17:22 +0800)
committer
Huang, Tao
<huangtao@rock-chips.com>
Tue, 20 Sep 2016 07:43:09 +0000
(15:43 +0800)
This adds support usb2.0 phy-phandle for ohci controller on rk3366.
Change-Id: I9b5e27636e7574669ba01e4302c741d8895c68ff
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3366.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/rockchip/rk3366.dtsi
b/arch/arm64/boot/dts/rockchip/rk3366.dtsi
index
749cdf1
..
f8d8c81
100644
(file)
--- a/
arch/arm64/boot/dts/rockchip/rk3366.dtsi
+++ b/
arch/arm64/boot/dts/rockchip/rk3366.dtsi
@@
-492,6
+492,8
@@
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru SCLK_USBPHY480M>, <&cru HCLK_HOST>;
clock-names = "usbphy_480m", "hclk_host0";
+ phys = <&u2phy_host>;
+ phy-names = "usb";
status = "disabled";
};