Skip to content

Commit cfd7ea3

Browse files
Gabriel-FernandzAlexandre Torgue
authored andcommitted
ARM: dts: stm32: DSI should use LSE SCMI clock on DK1/ED1 STM32 board
LSE clock is provided by SCMI. Signed-off-by: Gabriel Fernandez <[email protected]> Signed-off-by: Alexandre Torgue <[email protected]>
1 parent 78ece8c commit cfd7ea3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

arch/arm/boot/dts/stm32mp157a-dk1-scmi.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
clocks = <&scmi_clk CK_SCMI_MPU>;
3030
};
3131

32+
&dsi {
33+
clocks = <&rcc DSI_K>, <&scmi_clk CK_SCMI_HSE>, <&rcc DSI_PX>;
34+
};
35+
3236
&gpioz {
3337
clocks = <&scmi_clk CK_SCMI_GPIOZ>;
3438
};

arch/arm/boot/dts/stm32mp157c-ed1-scmi.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
resets = <&scmi_reset RST_SCMI_CRYP1>;
3535
};
3636

37+
&dsi {
38+
clocks = <&rcc DSI_K>, <&scmi_clk CK_SCMI_HSE>, <&rcc DSI_PX>;
39+
};
40+
3741
&gpioz {
3842
clocks = <&scmi_clk CK_SCMI_GPIOZ>;
3943
};

0 commit comments

Comments
 (0)