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:
Kumar Gala 2019-07-17 10:37:58 -05:00 committed by Carles Cufí
commit 0da4432bca

View file

@ -42,6 +42,7 @@
ram-size = <512>;
phys = <&usb_fs_phy>;
status = "disabled";
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00800000>;
label= "USB";
};
};