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

ARM: dts: stm32: delete fixed clock node on STM32MP15-SCMI

Delete the node fixed clock managed by secure world with 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
bf74181e cfd7ea39

+6
+6
arch/arm/boot/dts/stm32mp15-scmi.dtsi
··· 97 97 vdda1v1-supply = <&scmi_reg11>; 98 98 vdda1v8-supply = <&scmi_reg18>; 99 99 }; 100 + 101 + /delete-node/ &clk_hse; 102 + /delete-node/ &clk_hsi; 103 + /delete-node/ &clk_lse; 104 + /delete-node/ &clk_lsi; 105 + /delete-node/ &clk_csi;