usb/stm32: Fix missing clock property for usb on stm32f103Xb
The stm32f103Xb dts was missing the clock property for the usb controller node. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
333ca64260
commit
0da4432bca
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
|||
ram-size = <512>;
|
||||
phys = <&usb_fs_phy>;
|
||||
status = "disabled";
|
||||
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00800000>;
|
||||
label= "USB";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue