Skip to content

Commit 8216b18

Browse files
committed
boards: st: add phy clocks to dts
add phy clocks to dts files. Signed-off-by: Khaoula Bidani <khaoula.bidani-ext@st.com>
1 parent 388bccf commit 8216b18

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

boards/st/stm32f769i_disco/stm32f769i_disco.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
otghs_ulpi_phy: otghs_ulpis_phy {
3737
compatible = "usb-ulpi-phy";
3838
#phy-cells = <0>;
39+
clocks = <&rcc STM32_CLOCK(AHB1, 30)>;
3940
};
4041

4142
leds {

boards/st/stm32h747i_disco/stm32h747i_disco_stm32h747xx_m7.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
otghs_ulpi_phy: otghs_ulpis_phy {
5858
compatible = "usb-ulpi-phy";
5959
#phy-cells = <0>;
60+
clocks = <&rcc STM32_CLOCK(AHB1, 26)>;
6061
};
6162

6263
aliases {

boards/st/stm32h757i_eval/stm32h757i_eval_stm32h757xx_m7.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
otghs_ulpi_phy: otghs_ulpis_phy {
7474
compatible = "usb-ulpi-phy";
7575
#phy-cells = <0>;
76+
clocks = <&rcc STM32_CLOCK(AHB1, 26)>;
7677
};
7778

7879
aliases {

0 commit comments

Comments
 (0)