diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2014-11-17 17:47:00 +0100 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2014-11-18 12:54:54 +0100 |
commit | 7701677e315924bde68884be643156fcefccacb9 (patch) | |
tree | 6d7d4f86981cca62b6d7611e87b7670cf2de6002 /arch/arm/boot/dts/stih416.dtsi | |
parent | 401a52694ef759630def9c8ca0ce739c290d9d66 (diff) | |
download | talos-obmc-linux-7701677e315924bde68884be643156fcefccacb9.tar.gz talos-obmc-linux-7701677e315924bde68884be643156fcefccacb9.zip |
ARM: STi: DT: STiH416: Add DT node for the stih415/6 usb2 phy
This usb picophy is found on stih415/6 SoC.
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stih416.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stih416.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih416.dtsi b/arch/arm/boot/dts/stih416.dtsi index 1137bdfcca1c..ff2ad35a5aa2 100644 --- a/arch/arm/boot/dts/stih416.dtsi +++ b/arch/arm/boot/dts/stih416.dtsi @@ -316,5 +316,13 @@ status = "disabled"; }; + + usb2_phy: phy@0 { + compatible = "st,stih416-usb-phy"; + #phy-cells = <0>; + st,syscfg = <&syscfg_rear>; + clocks = <&clk_sysin>; + clock-names = "osc_phy"; + }; }; }; |