Skip to content

Commit

Permalink
ARM: dts: stm32: DSI should use LSE SCMI clock on DK1/ED1 STM32 board
Browse files Browse the repository at this point in the history
LSE clock is provided by SCMI.

Signed-off-by: Gabriel Fernandez <gabriel.fernandez@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
  • Loading branch information
Gabriel Fernandez authored and Alexandre Torgue committed Jul 4, 2022
1 parent 78ece8c commit cfd7ea3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/stm32mp157a-dk1-scmi.dts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
clocks = <&scmi_clk CK_SCMI_MPU>;
};

&dsi {
clocks = <&rcc DSI_K>, <&scmi_clk CK_SCMI_HSE>, <&rcc DSI_PX>;
};

&gpioz {
clocks = <&scmi_clk CK_SCMI_GPIOZ>;
};
Expand Down
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/stm32mp157c-ed1-scmi.dts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
resets = <&scmi_reset RST_SCMI_CRYP1>;
};

&dsi {
clocks = <&rcc DSI_K>, <&scmi_clk CK_SCMI_HSE>, <&rcc DSI_PX>;
};

&gpioz {
clocks = <&scmi_clk CK_SCMI_GPIOZ>;
};
Expand Down

0 comments on commit cfd7ea3

Please sign in to comment.