mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 01:44:34 +00:00
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 <u-kumar1@ti.com>
This commit is contained in:
parent
afa99e65b9
commit
dfe5f16a33
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue