
Hi Ravi!
On March 31, 2023 thus sayeth Ravi Gunasekaran:
Hi Bryan,
On 28/03/23 12:10 am, Bryan Brattlof wrote:
Update the uboot dtsi to enable DMA and CPSW at the uboot level
Signed-off-by: Bryan Brattlof bb@ti.com
arch/arm/dts/k3-am62a7-r5-sk.dts | 8 ++++++++ arch/arm/dts/k3-am62a7-sk-u-boot.dtsi | 26 +++++++++++++++++++++++++- 2 files changed, 33 insertions(+), 1 deletion(-)
...
+}; diff --git a/arch/arm/dts/k3-am62a7-sk-u-boot.dtsi b/arch/arm/dts/k3-am62a7-sk-u-boot.dtsi index 7fc749ed70976..07ade7120cfe5 100644 --- a/arch/arm/dts/k3-am62a7-sk-u-boot.dtsi +++ b/arch/arm/dts/k3-am62a7-sk-u-boot.dtsi @@ -15,7 +15,7 @@ }; };
...
+&main_bcdma {
- u-boot,dm-spl;
+};
"u-boot,dm-spl" is now "bootph-pre-ram". The changes are present in -next. For the existing DT source files, these have already been taken care of [0] So please base on -next. Otherwise the series LGTM
[0] https://lore.kernel.org/all/20230213155641.1208774-4-sjg@chromium.org/
Ah, I was hoping this could sneak in before the v2023.04 tag ;)
I'll get this fixed up
Thanks for the review ~Bryan