Re: [PATCH 4/6] arm: mach-k3: j721e-init.c: J7200: Add support for CONFIG_K3_OPP_LOW

2024-10-22 Thread Limaye, Aniket
On 10/17/2024 4:10 PM, Neha Malcom Francis wrote: Hi Aniket On 17/10/24 11:59, Aniket Limaye wrote: From: Reid Tonking The default j7200 devicetree and k3_avs driver set 2GHz/1GHz frequency for A72/MSMC clks and the OPP_NOM voltage. J7200 SOCs may support OPP_LOW Operating Performance Poi

Re: [PATCH 3/6] misc: k3_avs: Add k3_check_opp function

2024-10-22 Thread Limaye, Aniket
On 10/17/2024 4:06 PM, Neha Malcom Francis wrote: Hi Aniket On 17/10/24 11:59, Aniket Limaye wrote: From: Reid Tonking Useful when trying to check if an opp efuse is burned in or not. k3_avs driver checks opp_ids when probing and overwrites the voltage values in vd_data for the respective

Re: [PATCH] arch: arm: dts: k3-j7200-r5-evm: Enable AVS feature

2024-10-07 Thread Limaye, Aniket
On 9/11/2024 2:07 PM, Udit Kumar wrote: During DT sync with kernel 6.6, AVS feature was removed by mistake. So adding back AVS feature. Fixes: df73e791ce09("arm: dts: j7200: dts sync with Linux 6.6-rc1") Signed-off-by: Udit Kumar Reviewed-by: Aniket Limaye --- Test logs with this patch

Re: [EXTERNAL] Re: [PATCH 1/6] arm: dts: k3-j7200-r5: Add the pmic node in R5 dt

2024-08-29 Thread Limaye, Aniket
On 6/14/2024 8:25 PM, Tom Rini wrote: On Fri, May 31, 2024 at 10:24:30PM +0530, Limaye, Aniket wrote: On 5/31/2024 7:25 PM, Kumar, Udit wrote: On 5/31/2024 6:38 PM, Aniket Limaye wrote: Add bootph-pre-ram property to the buck node in the pmic needed for ESM error event handling. Signed

Re: [PATCH v3 3/5] arch: arm: dts: k3-j7200-r5-evm: Add missing fss range

2024-08-13 Thread Limaye, Aniket
On 8/10/2024 4:31 AM, Jonathan Humphreys wrote: Upstream DTS added explicit ranges to the fss node. It did not include the 32 bit memory space needed by the R5 to access OSPI. With the upstream DTS sync, OSPI boot no longer works. Adding the missing range here. It is also being added in the

Re: [PATCH 1/6] arm: dts: k3-j7200-r5: Add the pmic node in R5 dt

2024-05-31 Thread Limaye, Aniket
On 5/31/2024 7:25 PM, Kumar, Udit wrote: On 5/31/2024 6:38 PM, Aniket Limaye wrote: Add bootph-pre-ram property to the buck node in the pmic needed for ESM error event handling. Signed-off-by: Aniket Limaye ---   arch/arm/dts/k3-j7200-r5-common-proc-board.dts | 9 +   1 file changed

Re: [PATCH 0/6] Add ESM Support for J7200

2024-05-31 Thread Limaye, Aniket
On 5/31/2024 6:38 PM, Aniket Limaye wrote: This series adds the required nodes in the devicetree, and enables the configs for the ESM and PMIC. Test Logs AVS and ESM: https://gist.github.com/aniket-l/96b85a25733095b4fd87f48f730518bf Forgot to add that this series depends on the patch [0] "a