diff options
author | Udit Kumar <u-kumar1@ti.com> | 2024-11-19 15:17:23 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-12-04 14:20:27 -0600 |
commit | 8a80185ac360bc4837c2730ae337a8c91f25e097 (patch) | |
tree | 25f4ab94572296dbb6f8632c64d6b92214a9d034 | |
parent | 3c69a95b9a84f629cb6e5215158f9332a731aae9 (diff) |
arm: dts: k3-am68: Enable OSPI boot
Enable OSPI node to allow OSPI boot on AM68
Signed-off-by: Udit Kumar <u-kumar1@ti.com>
-rw-r--r-- | arch/arm/dts/k3-am68-sk-base-board-u-boot.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
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 4b8d73a92d6..4ca05f32f0b 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"; }; |