projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea33c2c
)
arm64: allwinner: a64: add pmu0 regs for USB PHY
author
Icenowy Zheng
<
[email protected]
>
Wed, 5 Apr 2017 14:30:34 +0000
(22:30 +0800)
committer
Maxime Ripard
<
[email protected]
>
Thu, 6 Apr 2017 07:13:10 +0000
(09:13 +0200)
The USB PHY in A64 has a "pmu0" region, which controls the EHCI/OHCI
controller pair that can be connected to the PHY0.
Add the MMIO region for PHY node.
Signed-off-by: Icenowy Zheng <
[email protected]
>
Signed-off-by: Maxime Ripard <
[email protected]
>
arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
index 1c64ea2d23f96a4a990f9f6e8cd4b22fd3fd3dd3..0565779e66fafd9755048c2a1c7f8ebc15533eff 100644
(file)
--- a/
arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
+++ b/
arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
@@
-179,8
+179,10
@@
usbphy: phy@01c19400 {
compatible = "allwinner,sun50i-a64-usb-phy";
reg = <0x01c19400 0x14>,
+ <0x01c1a800 0x4>,
<0x01c1b800 0x4>;
reg-names = "phy_ctrl",
+ "pmu0",
"pmu1";
clocks = <&ccu CLK_USB_PHY0>,
<&ccu CLK_USB_PHY1>;