diff options
| author | Udit Kumar <[email protected]> | 2024-11-19 15:37:20 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-11-22 14:37:49 -0600 |
| commit | dfe5f16a33453b742a66cabc8ea9a52a33279810 (patch) | |
| tree | fc60a47b865afdc411dd6af3d70bec059e3272ab | |
| parent | afa99e65b9b4a3ba47c8ef963083e7c0cae62367 (diff) | |
arm64: dts: ti: k3-j7200: Fix OSPI boot
OSPI boot is broken due to missing bootph property
in pin mux of OSPI.
So add bootph to fix OSPI boot.
Signed-off-by: Udit Kumar <[email protected]>
| -rw-r--r-- | dts/upstream/src/arm64/ti/k3-j7200-som-p0.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dts/upstream/src/arm64/ti/k3-j7200-som-p0.dtsi b/dts/upstream/src/arm64/ti/k3-j7200-som-p0.dtsi index 21fe194a576..014cf1805fb 100644 --- a/dts/upstream/src/arm64/ti/k3-j7200-som-p0.dtsi +++ b/dts/upstream/src/arm64/ti/k3-j7200-som-p0.dtsi @@ -124,6 +124,7 @@ }; mcu_fss0_ospi0_pins_default: mcu-fss0-ospi0-default-pins { + bootph-all; pinctrl-single,pins = < J721E_WKUP_IOPAD(0x0000, PIN_OUTPUT, 0) /* MCU_OSPI0_CLK */ J721E_WKUP_IOPAD(0x002c, PIN_OUTPUT, 0) /* MCU_OSPI0_CSn0 */ |
