Commit cfd7ea39 authored by Gabriel Fernandez's avatar Gabriel Fernandez Committed by Alexandre Torgue

ARM: dts: stm32: DSI should use LSE SCMI clock on DK1/ED1 STM32 board

LSE clock is provided by SCMI.
Signed-off-by: default avatarGabriel Fernandez <gabriel.fernandez@foss.st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@foss.st.com>
parent 78ece8cc
...@@ -29,6 +29,10 @@ &cpu1 { ...@@ -29,6 +29,10 @@ &cpu1 {
clocks = <&scmi_clk CK_SCMI_MPU>; clocks = <&scmi_clk CK_SCMI_MPU>;
}; };
&dsi {
clocks = <&rcc DSI_K>, <&scmi_clk CK_SCMI_HSE>, <&rcc DSI_PX>;
};
&gpioz { &gpioz {
clocks = <&scmi_clk CK_SCMI_GPIOZ>; clocks = <&scmi_clk CK_SCMI_GPIOZ>;
}; };
......
...@@ -34,6 +34,10 @@ &cryp1 { ...@@ -34,6 +34,10 @@ &cryp1 {
resets = <&scmi_reset RST_SCMI_CRYP1>; resets = <&scmi_reset RST_SCMI_CRYP1>;
}; };
&dsi {
clocks = <&rcc DSI_K>, <&scmi_clk CK_SCMI_HSE>, <&rcc DSI_PX>;
};
&gpioz { &gpioz {
clocks = <&scmi_clk CK_SCMI_GPIOZ>; clocks = <&scmi_clk CK_SCMI_GPIOZ>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment