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
|
@ -172,6 +172,7 @@
|
|||
ram-size = <4096>;
|
||||
maximum-speed = "full-speed";
|
||||
phys = <&otghs_fs_phy>;
|
||||
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x20000000>;
|
||||
status = "disabled";
|
||||
label= "OTGHS";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue