Skip to content

Commit

Permalink
ARM: dts: stm32: delete fixed clock node on STM32MP15-SCMI
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Gabriel Fernandez authored and Alexandre Torgue committed Jul 4, 2022
1 parent cfd7ea3 commit bf74181
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/stm32mp15-scmi.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,9 @@
vdda1v1-supply = <&scmi_reg11>;
vdda1v8-supply = <&scmi_reg18>;
};

/delete-node/ &clk_hse;
/delete-node/ &clk_hsi;
/delete-node/ &clk_lse;
/delete-node/ &clk_lsi;
/delete-node/ &clk_csi;

0 comments on commit bf74181

Please sign in to comment.