Skip to content

Commit 2709d39

Browse files
rmileckiffainelli
authored andcommitted
ARM: BCM5301X: Specify PHY of USB 2.0 in DT
Driver for Northstar USB 2.0 PHY was added in 4.7-rc1 by: commit d3feb40 ("phy: bcm-ns-usb2: new driver for USB 2.0 PHY on Northstar"). It should be used to let EHCI platform driver init PHY. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
1 parent 1bc1d82 commit 2709d39

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

arch/arm/boot/dts/bcm5301x.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,15 @@
140140
};
141141
};
142142

143+
usb2_phy: usb2-phy {
144+
compatible = "brcm,ns-usb2-phy";
145+
reg = <0x1800c000 0x1000>;
146+
reg-names = "dmu";
147+
#phy-cells = <0>;
148+
clocks = <&genpll BCM_NSP_GENPLL_USB_PHY_REF_CLK>;
149+
clock-names = "phy-ref-clk";
150+
};
151+
143152
axi@18000000 {
144153
compatible = "brcm,bus-axi";
145154
reg = <0x18000000 0x1000>;
@@ -232,6 +241,8 @@
232241

233242
#address-cells = <1>;
234243
#size-cells = <1>;
244+
245+
phys = <&usb2_phy>;
235246
};
236247

237248
usb3: usb3@23000 {

0 commit comments

Comments
 (0)