diff options
| author | Amelie Delaunay <amelie.delaunay@foss.st.com> | 2026-06-12 14:56:03 +0200 |
|---|---|---|
| committer | Alexandre Torgue <alexandre.torgue@foss.st.com> | 2026-09-11 16:21:40 +0200 |
| commit | 4bb3c7eed5e14e2ad528e463aadf00a65af68ad2 (patch) | |
| tree | b45f7db103d10eb9f099e238f93ce2aa3b0c216e | |
| parent | 2292d7a61d8b24c08f7de3a6a46f913e2ad1339d (diff) | |
| download | linux-next-4bb3c7eed5e14e2ad528e463aadf00a65af68ad2.tar.gz linux-next-4bb3c7eed5e14e2ad528e463aadf00a65af68ad2.zip | |
ARM: dts: stm32: reorder cs_cti_trace node in stm32mp135f-dk.dts
In the ST board DTS files, the &label entries must be ordered
alphanumerically.
The nodes became misordered when Coresight support was added.
Move cs_cti_trace to the right place to avoid future misordering.
Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
Link: https://lore.kernel.org/r/20260612-node_reordering-v2-2-f68032ca3088@foss.st.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
| -rw-r--r-- | arch/arm/boot/dts/st/stm32mp135f-dk.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/st/stm32mp135f-dk.dts b/arch/arm/boot/dts/st/stm32mp135f-dk.dts index 1d6435c59096..07fa2760a295 100644 --- a/arch/arm/boot/dts/st/stm32mp135f-dk.dts +++ b/arch/arm/boot/dts/st/stm32mp135f-dk.dts @@ -190,11 +190,11 @@ status = "okay"; }; -&cs_cti_trace { +&cs_cti_cpu0 { status = "okay"; }; -&cs_cti_cpu0 { +&cs_cti_trace { status = "okay"; }; |
