mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
board: ti: j721e: Fix OSPI node compatible
Update detect_enable_hyperflash() to look for "ti,am654-ospi" compatible to match the upstream DT node. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
parent
381c5c163c
commit
5a8a7a95a0
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ static void __maybe_unused detect_enable_hyperflash(void *blob)
|
|||
do_fixup_by_compat(blob, "ti,am654-hbmc", "status",
|
||||
"okay", sizeof("okay"), 0);
|
||||
offset = fdt_node_offset_by_compatible(blob, -1,
|
||||
"ti,j721e-ospi");
|
||||
"ti,am654-ospi");
|
||||
fdt_setprop(blob, offset, "status", "disabled",
|
||||
sizeof("disabled"));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue