drivers: usb/stm32: use dts information to populate clock settings
This patch populates "clocks" property in stm32 usb nodes for clock related usb configuration code of each dtsi files Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
8e11970378
commit
474c99c9ef
27 changed files with 59 additions and 23 deletions
|
@ -139,6 +139,7 @@
|
|||
num-bidir-endpoints = <6>;
|
||||
ram-size = <1280>;
|
||||
maximum-speed = "full-speed";
|
||||
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00001000>;
|
||||
phys = <&otgfs_phy>;
|
||||
status = "disabled";
|
||||
label= "OTGFS";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue