Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <gabriel.fernandez@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>

authored by

Gabriel Fernandez and committed by
Alexandre Torgue
cfd7ea39 78ece8cc

+8
+4
arch/arm/boot/dts/stm32mp157a-dk1-scmi.dts
··· 29 29 clocks = <&scmi_clk CK_SCMI_MPU>; 30 30 }; 31 31 32 + &dsi { 33 + clocks = <&rcc DSI_K>, <&scmi_clk CK_SCMI_HSE>, <&rcc DSI_PX>; 34 + }; 35 + 32 36 &gpioz { 33 37 clocks = <&scmi_clk CK_SCMI_GPIOZ>; 34 38 };
+4
arch/arm/boot/dts/stm32mp157c-ed1-scmi.dts
··· 34 34 resets = <&scmi_reset RST_SCMI_CRYP1>; 35 35 }; 36 36 37 + &dsi { 38 + clocks = <&rcc DSI_K>, <&scmi_clk CK_SCMI_HSE>, <&rcc DSI_PX>; 39 + }; 40 + 37 41 &gpioz { 38 42 clocks = <&scmi_clk CK_SCMI_GPIOZ>; 39 43 };