Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Peter Griffin and committed by
Maxime Coquelin
7701677e 401a5269

+8
+8
arch/arm/boot/dts/stih416.dtsi
··· 316 316 317 317 status = "disabled"; 318 318 }; 319 + 320 + usb2_phy: phy@0 { 321 + compatible = "st,stih416-usb-phy"; 322 + #phy-cells = <0>; 323 + st,syscfg = <&syscfg_rear>; 324 + clocks = <&clk_sysin>; 325 + clock-names = "osc_phy"; 326 + }; 319 327 }; 320 328 };