[PATCH RFC/RFT v2 4/4] configs: j784s4_evm_r5: Enable ESM related configs

2024-09-11 Thread Andrew Halaney
Like other TI platforms, let's enable the ESM. This allows the ESM to be programmed during boot, and the PMIC associated with the ESM output, enabling blocks like the RTI watchdogs to actually cause the system to reset. Signed-off-by: Andrew Halaney --- configs/j784s4_evm_r5_defconfi

[PATCH RFC/RFT v2 3/4] board: ti: j784s4: Initialize the ESM & PMIC ESM

2024-09-11 Thread Andrew Halaney
4&id=9d8b40958ce792808bc571d828197dbc2e7978d6 Signed-off-by: Andrew Halaney --- board/ti/j784s4/evm.c | 24 1 file changed, 24 insertions(+) diff --git a/board/ti/j784s4/evm.c b/board/ti/j784s4/evm.c index 548dbd5925d..0f4d383b420 100644 --- a/board/ti/j784s4/evm.c +++ b/board/ti/j784

[PATCH RFC/RFT v2 2/4] arm: dts: k3-am69-r5-evm: Add the PMIC ESM node

2024-09-11 Thread Andrew Halaney
Add the PMIC ESM node which is responsible for triggering the PMIC reset. Suggested-by: Udit Kumar Signed-off-by: Andrew Halaney --- arch/arm/dts/k3-am69-r5-sk.dts | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/dts/k3-am69-r5-sk.dts b/arch/arm/dts/k3-am69-r5-sk.dts index

[PATCH RFC/RFT v2 1/4] arm: dts: k3-j784s4-r5-evm: Add the PMIC ESM node

2024-09-11 Thread Andrew Halaney
From: Neha Malcom Francis Add the PMIC ESM node which is responsible for triggering the PMIC reset. Signed-off-by: Neha Malcom Francis Link: https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?h=ea82cf77031e Signed-off-by: Andrew Halaney --- arch/arm/dts/k3-j784s4-r5-evm.dts | 7 +++ 1

[PATCH RFC/RFT v2 0/4] k3-j784s4-r5-evm: Enable ESMs and related PMIC

2024-09-11 Thread Andrew Halaney
27;t break boot. Link: https://lore.kernel.org/lkml/20240911-j784s4-tps6594-bootph-v2-0-a83526264...@redhat.com/ Signed-off-by: Andrew Halaney --- Changes in v2: - Loop over ESMs, only configure if prior was successful as without all of them they're not useful (Udit) - Add am69-sk PMIC E

Re: [PATCH RFC/RFT 2/3] board: ti: j784s4: Initialize the ESM & PMIC ESM

2024-09-10 Thread Andrew Halaney
On Sat, Sep 07, 2024 at 11:12:05AM GMT, Kumar, Udit wrote: > Hi Andrew, > > On 9/7/2024 2:54 AM, Andrew Halaney wrote: > > From: Keerthy > > > > Initialize the ESM & PMIC ESM. This allows things like > > the watchdog to reset the board when tripped. > &

Re: [PATCH RFC/RFT 0/3] k3-j784s4-r5-evm: Enable ESMs and related PMIC

2024-09-10 Thread Andrew Halaney
On Tue, Sep 10, 2024 at 04:21:32PM GMT, Kumar, Udit wrote: > Hi Andrew > > On 9/7/2024 2:54 AM, Andrew Halaney wrote: > > This enables the ESMs and the associated PMIC. Programming these bits is > > a requirement to make the watchdog actually reset the board. > > &

[PATCH RFC/RFT 3/3] configs: j784s4_evm_r5: Enable ESM related configs

2024-09-07 Thread Andrew Halaney
Like other TI platforms, let's enable the ESM. This allows the ESM to be programmed during boot, and the PMIC associated with the ESM output, enabling blocks like the RTI watchdogs to actually cause the system to reset. Signed-off-by: Andrew Halaney --- configs/j784s4_evm_r5_defconfi

[PATCH RFC/RFT 1/3] arm: dts: k3-j784s4-r5-evm: Add the PMIC ESM node

2024-09-07 Thread Andrew Halaney
From: Neha Malcom Francis Add the PMIC ESM node which is responsible for triggering the PMIC reset. Signed-off-by: Neha Malcom Francis Link: https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?h=ea82cf77031e Signed-off-by: Andrew Halaney --- arch/arm/dts/k3-j784s4-r5-evm.dts | 7 +++ 1

[PATCH RFC/RFT 2/3] board: ti: j784s4: Initialize the ESM & PMIC ESM

2024-09-07 Thread Andrew Halaney
4&id=9d8b40958ce792808bc571d828197dbc2e7978d6 [halaney: add a line to the commit message, include header] Signed-off-by: Andrew Halaney --- board/ti/j784s4/evm.c | 28 1 file changed, 28 insertions(+) diff --git a/board/ti/j784s4/evm.c b/board/ti/j784s4/evm.c index 548dbd5925d..a0e

[PATCH RFC/RFT 0/3] k3-j784s4-r5-evm: Enable ESMs and related PMIC

2024-09-07 Thread Andrew Halaney
-off-by: Andrew Halaney --- Andrew Halaney (1): configs: j784s4_evm_r5: Enable ESM related configs Keerthy (1): board: ti: j784s4: Initialize the ESM & PMIC ESM Neha Malcom Francis (1): arm: dts: k3-j784s4-r5-evm: Add the PMIC ESM node arch/arm/dts/k3-j784s4-r5-evm.dts | 7 +

Re: [PATCH v8 16/16] doc: board: ti: k3: Add J784S4 EVM and AM69 SK documentation

2024-02-15 Thread Andrew Halaney
On Fri, Jan 19, 2024 at 11:20:43PM +0530, Apurva Nandan wrote: > TI K3 J784S4 and AM69 are new additions to the K3 SoC family. > Add documentation about the J784S4 EVM and AM69 SK. > > Signed-off-by: Dasnavis Sabiya > Signed-off-by: Apurva Nandan > --- > board/ti/j784s4/MAINTAINERS | 1 + > d