Message ID | 20241119094723.1296689-1-u-kumar1@ti.com |
---|---|
State | Accepted |
Commit | 8a80185ac360bc4837c2730ae337a8c91f25e097 |
Delegated to: | Tom Rini |
Headers | show |
Series | arm: dts: k3-am68: Enable OSPI boot | expand |
On Tue, 19 Nov 2024 15:17:23 +0530, Udit Kumar wrote: > Enable OSPI node to allow OSPI boot on AM68 > > Applied to u-boot/next, thanks!
diff --git a/arch/arm/dts/k3-am68-sk-base-board-u-boot.dtsi b/arch/arm/dts/k3-am68-sk-base-board-u-boot.dtsi index 4b8d73a92d..4ca05f32f0 100644 --- a/arch/arm/dts/k3-am68-sk-base-board-u-boot.dtsi +++ b/arch/arm/dts/k3-am68-sk-base-board-u-boot.dtsi @@ -109,10 +109,6 @@ bootph-all; }; -&ospi0 { - status = "disabled"; -}; - &ospi1 { status = "disabled"; };
Enable OSPI node to allow OSPI boot on AM68 Signed-off-by: Udit Kumar <u-kumar1@ti.com> --- Bootlogs : https://gist.github.com/uditkumarti/bd3fc0690d6daec037a9fd18adc7266d arch/arm/dts/k3-am68-sk-base-board-u-boot.dtsi | 4 ---- 1 file changed, 4 deletions(-)