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
|
@ -171,6 +171,7 @@
|
|||
num-bidir-endpoints = <8>;
|
||||
ram-size = <512>;
|
||||
phys = <&usb_fs_phy>;
|
||||
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00800000>;
|
||||
status = "disabled";
|
||||
label= "USB";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue