From 0da4432bca3d7de5d8aa1ff749799261e88f423c Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 17 Jul 2019 10:37:58 -0500 Subject: [PATCH] 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 --- dts/arm/st/f1/stm32f103Xb.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/dts/arm/st/f1/stm32f103Xb.dtsi b/dts/arm/st/f1/stm32f103Xb.dtsi index 87e698054dc..68f0f87cd0c 100644 --- a/dts/arm/st/f1/stm32f103Xb.dtsi +++ b/dts/arm/st/f1/stm32f103Xb.dtsi @@ -42,6 +42,7 @@ ram-size = <512>; phys = <&usb_fs_phy>; status = "disabled"; + clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00800000>; label= "USB"; }; };