mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
arm: dts: stm32: enable the debug bus on stm32mp1x boards
On stm32mp1x boards, enable the debug bus so we always try to probe the debug peripherals, if their status and the debug configuration allow it. Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com> Link: https://lore.kernel.org/r/20260226-debug_bus-v6-8-5d794697798d@foss.st.com Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
parent
672d0510cc
commit
d4dd78de95
|
|
@ -187,6 +187,10 @@ &cryp {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&dbg_bus {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dcmipp {
|
||||
pinctrl-names = "default", "sleep";
|
||||
pinctrl-0 = <&dcmipp_pins_a>;
|
||||
|
|
|
|||
|
|
@ -81,6 +81,10 @@ &cec {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&dbg_bus {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dcmi {
|
||||
status = "okay";
|
||||
pinctrl-names = "default", "sleep";
|
||||
|
|
|
|||
|
|
@ -155,6 +155,10 @@ &crc1 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&dbg_bus {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dts {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user