]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arch: arm: dts: k3-j721s2-*-u-boot.dtsi: Enable the ospi0 node
authorManorit Chawdhry <m-chawdhry@ti.com>
Tue, 4 Jun 2024 06:09:12 +0000 (11:39 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 13 Jun 2024 00:40:37 +0000 (18:40 -0600)
Enable ospi0 node for all boot stages

Reviewed-by: Apurva Nandan <a-nandan@ti.com>
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
arch/arm/dts/k3-j721s2-common-proc-board-u-boot.dtsi

index 91a82b3b7ca6381a186fa24e4b9fd0874a64c159..54eb9b4072c789613e7a8a284ae8aca803b0a14b 100644 (file)
 };
 
 &ospi0 {
-       status = "disabled";
+       flash@0 {
+               bootph-all;
+       };
 };
 
 &ospi1 {