提交 0d984797 编写于 作者: I Icenowy Zheng 提交者: Maxime Ripard

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: NIcenowy Zheng <icenowy@aosc.io>
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
上级 ea33c2c2
...@@ -179,8 +179,10 @@ ...@@ -179,8 +179,10 @@
usbphy: phy@01c19400 { usbphy: phy@01c19400 {
compatible = "allwinner,sun50i-a64-usb-phy"; compatible = "allwinner,sun50i-a64-usb-phy";
reg = <0x01c19400 0x14>, reg = <0x01c19400 0x14>,
<0x01c1a800 0x4>,
<0x01c1b800 0x4>; <0x01c1b800 0x4>;
reg-names = "phy_ctrl", reg-names = "phy_ctrl",
"pmu0",
"pmu1"; "pmu1";
clocks = <&ccu CLK_USB_PHY0>, clocks = <&ccu CLK_USB_PHY0>,
<&ccu CLK_USB_PHY1>; <&ccu CLK_USB_PHY1>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册