Commit 2709d393 authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Florian Fainelli

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 d3feb406 ("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: default avatarRafał Miłecki <zajec5@gmail.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 1bc1d822
...@@ -140,6 +140,15 @@ periph_clk: periph_clk { ...@@ -140,6 +140,15 @@ periph_clk: periph_clk {
}; };
}; };
usb2_phy: usb2-phy {
compatible = "brcm,ns-usb2-phy";
reg = <0x1800c000 0x1000>;
reg-names = "dmu";
#phy-cells = <0>;
clocks = <&genpll BCM_NSP_GENPLL_USB_PHY_REF_CLK>;
clock-names = "phy-ref-clk";
};
axi@18000000 { axi@18000000 {
compatible = "brcm,bus-axi"; compatible = "brcm,bus-axi";
reg = <0x18000000 0x1000>; reg = <0x18000000 0x1000>;
...@@ -232,6 +241,8 @@ usb2: usb2@21000 { ...@@ -232,6 +241,8 @@ usb2: usb2@21000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
phys = <&usb2_phy>;
}; };
usb3: usb3@23000 { usb3: usb3@23000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment