
28 Dec
2023
28 Dec
'23
6:30 p.m.
On December 27, 2023 thus sayeth Nishanth Menon:
On 11:44-20231221, Bryan Brattlof wrote: [..]
diff --git a/arch/arm/dts/k3-am654-base-board-u-boot.dtsi b/arch/arm/dts/k3-am654-base-board-u-boot.dtsi index a9b2d0d2a3036..770c7d129339f 100644 --- a/arch/arm/dts/k3-am654-base-board-u-boot.dtsi +++ b/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
[...]
&wkup_uart0 {
- bootph-pre-ram;
- bootph-all;
};
Consider moving this to r5 dts - there is no use in having this in u-boot. should be pre-ram?
&mcu_uart0 {
- bootph-pre-ram;
- bootph-all;
};
Same here: Consider moving this to r5 dts - there is no use in having this in u-boot. should be pre-ram?
Oh good idea. I'll move these to the r5 dts
~Bryan