]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-j7200: Fix support for OSPI flash
authorAniket Limaye <a-limaye@ti.com>
Wed, 6 Mar 2024 06:37:47 +0000 (12:07 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 19 Mar 2024 22:40:46 +0000 (18:40 -0400)
- Add the missing bootph-all property in the flash subnode for ospi
- Add the missing overrides for the ospi node in the r5 devicetree

Signed-off-by: Aniket Limaye <a-limaye@ti.com>
Reviewed-by: Udit Kumar <u-kumar1@ti.com>
arch/arm/dts/k3-j7200-common-proc-board-u-boot.dtsi
arch/arm/dts/k3-j7200-r5-common-proc-board.dts

index 60ca6d21abb4bd1469db52f42da41042f1840f50..c9fee0ea99bc4eb55a5713f5f204d05b7db7bd33 100644 (file)
 
 &ospi0 {
        bootph-all;
+
+       flash@0 {
+               bootph-all;
+       };
 };
 
 &serdes_ln_ctrl {
index 018faaa13b6a7cdc41b46f73171e3ea6a4c6551f..195637a836676211cc9b391abad5d08cc9f25ce5 100644 (file)
@@ -83,3 +83,8 @@
 &wkup_vtm0 {
        bootph-pre-ram;
 };
+
+&ospi0 {
+    reg = <0x0 0x47040000 0x0 0x100>,
+          <0x0 0x50000000 0x0 0x8000000>;
+};