Skip to content

Commit

Permalink
ARM: dts: at91: sama7g5-optee: override QSPI0~1 clock configurations
Browse files Browse the repository at this point in the history
Use the clocks provided by SCMI for QSPI0~1 when running with OP-TEE.

Signed-off-by: Tony Han <[email protected]>
Signed-off-by: Hari Prasath Gujulan Elango <[email protected]>
  • Loading branch information
TonyHan11 authored and gehariprasath committed Nov 28, 2024
1 parent f9446e5 commit 42e476e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/arm/dts/sama7g5-optee.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,15 @@
&pioA {
clocks = <&scmi0_clock AT91_SCMI_CLK_PERIPH_PIOA_CLK>;
};

&qspi0 {
clocks = <&scmi0_clock AT91_SCMI_CLK_PERIPH_QSPI0_CLK>, <&scmi0_clock AT91_SCMI_CLK_GCK_QSPI0_GCLK>;
/delete-property/assigned-clocks;
/delete-property/assigned-clock-parents;
};

&qspi1 {
clocks = <&scmi0_clock AT91_SCMI_CLK_PERIPH_QSPI1_CLK>, <&scmi0_clock AT91_SCMI_CLK_GCK_QSPI1_GCLK>;
/delete-property/assigned-clocks;
/delete-property/assigned-clock-parents;
};

0 comments on commit 42e476e

Please sign in to comment.