Skip to content

Commit 0d98479

Browse files
Icenowymripard
authored andcommitted
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>
1 parent ea33c2c commit 0d98479

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,10 @@
179179
usbphy: phy@01c19400 {
180180
compatible = "allwinner,sun50i-a64-usb-phy";
181181
reg = <0x01c19400 0x14>,
182+
<0x01c1a800 0x4>,
182183
<0x01c1b800 0x4>;
183184
reg-names = "phy_ctrl",
185+
"pmu0",
184186
"pmu1";
185187
clocks = <&ccu CLK_USB_PHY0>,
186188
<&ccu CLK_USB_PHY1>;

0 commit comments

Comments
 (0)