summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcenowy Zheng2017-04-05 16:30:34 +0200
committerMaxime Ripard2017-04-06 09:13:10 +0200
commit0d98479738b950e30bb4f782d60099d44076ad67 (patch)
treed7c780ae02edffac3e8f28880611ae4635aa7cd5
parentARM: sun8i: a33: add operating-points-v2 property to all nodes (diff)
downloadkernel-qcow2-linux-0d98479738b950e30bb4f782d60099d44076ad67.tar.gz
kernel-qcow2-linux-0d98479738b950e30bb4f782d60099d44076ad67.tar.xz
kernel-qcow2-linux-0d98479738b950e30bb4f782d60099d44076ad67.zip
arm64: allwinner: a64: add pmu0 regs for USB PHY
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 <icenowy@aosc.io> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r--arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
index 1c64ea2d23f9..0565779e66fa 100644
--- 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>;