On Fri Sep 11, 2026 at 9:42 AM CEST, Nishanth Menon wrote: > On 14:39-20260903, Markus Schneider-Pargmann (TI) wrote: > [...] > >> diff --git a/arch/arm64/boot/dts/ti/k3-am62p-ti-ipc-firmware.dtsi b/arch/arm64/boot/dts/ti/k3-am62p-ti-ipc-firmware.dtsi >> index 84dfbfd1986c..a343166b815e 100644 >> --- a/arch/arm64/boot/dts/ti/k3-am62p-ti-ipc-firmware.dtsi >> +++ b/arch/arm64/boot/dts/ti/k3-am62p-ti-ipc-firmware.dtsi >> @@ -53,6 +53,7 @@ &wkup_r5fss0_core0 { >> "lpm-metadata", "lpm-context", >> "dm-firmware"; >> status = "okay"; >> + bootph-pre-ram; > > Additionally, please check for dt style (status comes last and has an > EoL prefix). > > Documentation/devicetree/bindings/dts-coding-style.rst > > Could you kindly see closer with dt-style-check --strict as well (it is > a bit noisy atm, but it does need manual check on the log) > > This specific one was caught by review-prompts[1]. > > [1] https://github.com/masoncl/review-prompts Thanks, indeed, I will fix these. Also thanks for the link I didn't know that existed. Best Markus