
On Thu, 13 May 2021 20:10:54 -0500, Suman Anna wrote:
The following patches fix the 'reset' command functionality for various TI K3 SoCs. Patches are based on the latest master that includes the AM64x board support, commit ea184cbff99e ("Merge tag 'ti-v2021.07-rc3' of https://source.denx.de/u-boot/custodians/u-boot-ti").
The first patch is needed for J721E/J7200 SoCs with newer System Firmwares (anything newer that 2020.04 SYSFW) and is backward compatible. Without this, the 'reset' command throws the following warnings, => reset resetting ... ti-sci-sysreset sysreset-controller: ti_sci_sysreset_request: reboot_device failed (-19) ti-sci-sysreset sysreset-controller: ti_sci_sysreset_request: reboot_device failed (-19) ti-sci-sysreset sysreset-controller: ti_sci_sysreset_request: reboot_device failed (-19) System reset not supported on this platform ### ERROR ### Please RESET the board ###
[...]
Applied to https://source.denx.de/u-boot/custodians/u-boot-ti.git for-rc, thanks! [1/3] firmware: ti_sci: Update ti_sci_msg_req_reboot to include domain https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/beed30583c [2/3] arm: dts: k3-am642-evm: Add sysreset controller node https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/a97ee92e4a [3/3] arm: dts: k3-am642-sk: Add sysreset controller node https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/7194a95d13
-- Thanks and Regards, Lokesh