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

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
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -29,6 +29,10 @@
	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>;
};
};
+4 −0
Original line number Original line Diff line number Diff line
@@ -34,6 +34,10 @@
	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>;
};
};