arm64: dts: ti: k3-j721e-sk: Remove firmware-name override for R5F
authorAndrew Davis <afd@ti.com>
Tue, 7 Mar 2023 18:09:42 +0000 (12:09 -0600)
committerNishanth Menon <nm@ti.com>
Mon, 20 Mar 2023 17:34:38 +0000 (12:34 -0500)
The firmware name for this core should stay as the default name
"j7-main-r5f0_0-fw". This is expected to by a symlink to the actual
firmware file. If one wants to use a different firmware they should
change where the symlink points. This is usually achieved with
an update-alternative or other distro specific selection mechanisms.

The actual selection is policy and does not belong in DT.
Remove this name override.

Signed-off-by: Andrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20230307180942.2719-1-afd@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-j721e-sk.dts

index 4640d28..f650a7f 100644 (file)
        status = "disabled";
 };
 
-&main_r5fss0_core0{
-       firmware-name = "pdk-ipc/ipc_echo_test_mcu2_0_release_strip.xer5f";
-};
-
 &usb_serdes_mux {
        idle-states = <1>, <1>; /* USB0 to SERDES3, USB1 to SERDES2 */
 };