mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
arm: dts: stm32: enable CoreSight on stm32mp15xx-dkx boards
Enable CoreSight peripherals on the stm32mp15xx-dkx boards. All boards including this file are embedding a dual core SoC so this change is applicable. Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com> Link: https://lore.kernel.org/r/20260226-debug_bus-v6-9-5d794697798d@foss.st.com Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
committed by
Alexandre Torgue
parent
d4dd78de95
commit
65e58aa986
@@ -155,6 +155,42 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&cs_cti_trace {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&cs_cti_cpu0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&cs_cti_cpu1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&cs_etf {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&cs_etm0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&cs_etm1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&cs_funnel {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&cs_stm {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&cs_tpiu {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dbg_bus {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user