[U-Boot] [PATCH v6 5/5] configs: am65x_evm_a53: enable networking

2019-07-08 Thread Keerthy
From: Grygorii Strashko Enable TI K3 AM65x CPSW NUSS driver. Signed-off-by: Grygorii Strashko Signed-off-by: Keerthy Reviewed-by: Tom Rini Acked-by: Joe Hershberger --- Changes in v6: * Removed unused HEXDUMP config. * Added Joe's Ack. configs/am65x_evm_a53_defconfig | 6

[U-Boot] [PATCH v6 4/5] arm64: dts: k3-am654-base-board: add mcu cpsw nuss pinmux and phy defs

2019-07-08 Thread Keerthy
From: Grygorii Strashko Add mcu cpsw nuss pinmux and phy defs required by cpsw. Signed-off-by: Grygorii Strashko Signed-off-by: Keerthy Reviewed-by: Tom Rini Acked-by: Joe Hershberger --- Changes in v6: * Added Joe's Ack. arch/arm/dts/k3-am654-base-board-u-boot.dtsi

[U-Boot] [PATCH v6 3/5] arm64: dts: ti: k3-am65: add mcu cpsw node

2019-07-08 Thread Keerthy
From: Grygorii Strashko Add mcu cpsw and its components along with scm_conf node to have ethernet functional. Signed-off-by: Grygorii Strashko Signed-off-by: Keerthy Reviewed-by: Tom Rini Acked-by: Joe Hershberger --- Changes in v6: * Added Joe's Ack. arch/arm/dts/k3-am65

Re: [U-Boot] [PATCH v6 5/5] configs: am65x_evm_a53: enable networking

2019-07-08 Thread Keerthy
On 09/07/19 12:00 PM, Lokesh Vutla wrote: On 09/07/19 10:30 AM, Keerthy wrote: From: Grygorii Strashko Enable TI K3 AM65x CPSW NUSS driver. Signed-off-by: Grygorii Strashko Signed-off-by: Keerthy Reviewed-by: Tom Rini Acked-by: Joe Hershberger --- Changes in v6: * Removed unused

Re: [U-Boot] [PATCH v6 1/5] driver: net: ti: cpsw-mdio: use phys_addr_t for mdio_base addr

2019-07-09 Thread Keerthy
On 09/07/19 6:29 PM, Alex Kiernan wrote: On Tue, Jul 9, 2019 at 6:01 AM Keerthy wrote: Use phys_addr_t for mdio_base address to avoid build warnings on arm64 and dra7. Cast it to uintprt_t before assigning to regs. Signed-off-by: Grygorii Strashko Signed-off-by: Keerthy Reviewed-by: Tom

[U-Boot] [PATCH] net: eth-uclass: call stop only for active devices

2019-02-20 Thread Keerthy
before calling stop. Signed-off-by: Keerthy --- net/eth-uclass.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/eth-uclass.c b/net/eth-uclass.c index 2ef20df192..26f7e0b8cd 100644 --- a/net/eth-uclass.c +++ b/net/eth-uclass.c @@ -531,7 +531,8 @@ static int

[U-Boot] [PATCH] arm: lib: bootm: Push the Starting kernel print to the end

2019-02-20 Thread Keerthy
Push the Starting kernel print to the end just before the dm_remove_devices call. Signed-off-by: Keerthy --- arch/arm/lib/bootm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c index 329f20c2bf..bf68a5ba62 100644 --- a/arch

Re: [U-Boot] [PATCH v3 2/2] core: ofnode: Add ofnode_get_addr_size_index

2019-02-21 Thread Keerthy
e based on index. >>> >>> Signed-off-by: Keerthy >>> --- >>> drivers/core/ofnode.c | 14 ++ >>> include/dm/ofnode.h | 14 ++ >>> 2 files changed, 24 insertions(+), 4 deletions(-) >>> >>> Applied

Re: [U-Boot] [PATCH] net: eth-uclass: call stop only for active devices

2019-02-26 Thread Keerthy
On 22/02/19 12:08 AM, Joe Hershberger wrote: On Wed, Feb 20, 2019 at 6:33 AM Keerthy wrote: Currently stop is being called unconditionally without even checking if start is called. In case of multiple instances eth being present many devices might just be initialized without a start call in

[U-Boot] [PATCH 0/3] thermal: Add multiple instance support

2019-03-10 Thread Keerthy
This series adds support for multiple sensor tempeatures read & also a cmd option to read out temperatures from u-boot prompt. Keerthy (3): thermal: Add multiple instance support cmd: thermal: Add command line interface to read out temperatures configs: dra7xx_evm_defconfig: En

[U-Boot] [PATCH 2/3] cmd: thermal: Add command line interface to read out temperatures

2019-03-10 Thread Keerthy
Add command line interface to read out temperatures from SoC. Takes two arguments. One is 'temperature' and the other is instance number. In case instance number is not provided by default 0th instance temperature is read out. Signed-off-by: Keerthy --- cmd/Kconfig | 5 + cm

[U-Boot] [PATCH 1/3] thermal: Add multiple instance support

2019-03-10 Thread Keerthy
Currently single instance temperature read out is supported. Enhance the same to support multiple instances. Signed-off-by: Keerthy --- arch/arm/mach-imx/cpu.c | 2 +- drivers/mmc/omap_hsmmc.c | 2 +- drivers/thermal/imx_thermal.c| 2 +- drivers/thermal/thermal-uclass.c

[U-Boot] [PATCH 3/3] configs: dra7xx_evm_defconfig: Enable TI_DRA7_THERMAL & CMD_THERMAL

2019-03-10 Thread Keerthy
Enable TI_DRA7_THERMAL & CMD_THERMAL config options to read out temperatures of different instances in u-boot. Signed-off-by: Keerthy --- configs/dra7xx_evm_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig i

Re: [U-Boot] [PATCH] core: of_addr: Correct the size type of of_get_address to fdt_size_t

2019-08-19 Thread Keerthy
On 19/08/19 3:54 PM, Eugeniu Rosca wrote: Hi Keerthy, On Wed, Aug 14, 2019 at 03:56:48PM +0530, Keerthy wrote: Currently the size parameter is defined as u64 type. Correct the size type of of_get_address to fdt_size_t so that both 64 bit and 32 bit architectures are taken care of. The

[PATCH] arm: dts: k3-j721e-r5-common-proc-board: tps659413: Correct the min/max voltages of VDD_CPU

2022-02-09 Thread Keerthy
Correct the min/max voltages of VDD_CPU. As per data sheet the VDD_CPU minimum voltage is .6V & maximum voltage is .9V. Correct the same. While at it fix the comment to reflect VDD_CPU instead of VDD_MPU. Data Sheet Link: https://www.ti.com/lit/gpn/dra829v Signed-off-by: Keerthy --- arch

[PATCH 0/2] arm: mach-k3: j722s: Enable ESM to support watchdogs

2025-02-17 Thread Keerthy
The series enables watchdog support on J722S. It adds ESM initialization to enable routing the watchdog events to trigger a SOC reset. Tested on J722S-EVM. Keerthy (2): arm: mach-k3: j722s: Initialize MCU & MAIN Domain ESMs configs: j722s_evm_r5_defconfig: Enable the ESM Configs to sup

[PATCH 1/2] arm: mach-k3: j722s: Initialize MCU & MAIN Domain ESMs

2025-02-17 Thread Keerthy
Initialize MCU & MAIN Domain ESMs as a prerequisite to enable watchdog reset functionality. The ESM aka error signalling module is primarily responsible for sensing the watchdog reset event. Signed-off-by: Keerthy --- arch/arm/mach-k3/j722s/j722s_init.c | 32

[PATCH 2/2] configs: j722s_evm_r5_defconfig: Enable the ESM Configs to support watchdog

2025-02-17 Thread Keerthy
Enable ESM configs. ESMs are a prerequisite to enable watchdog reset functionality. The ESM aka error signalling module is primarily responsible for sensing the watchdog reset event. Signed-off-by: Keerthy --- configs/j722s_evm_r5_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a

Re: [PATCH] board: ti: j721e: Add support for both esm probe

2024-04-17 Thread J, KEERTHY
both main domain and mcu domain ESM. Reviewed-by: Keerthy [0]: https://www.ti.com/lit/zip/spruil1 spruil1c.pdf from zip Figure 12-1244. ESM Modules Overview Signed-off-by: Udit Kumar --- board/ti/j721e/evm.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a

Re: [U-Boot] [PATCH 2/2] lib: fdtdec: fixup fdtdec_get_addr_size

2019-01-14 Thread J, KEERTHY
On 1/15/2019 6:23 AM, Simon Glass wrote: Hi Keerthy, On Thu, 3 Jan 2019 at 21:39, Keerthy wrote: On Thursday 03 January 2019 11:44 PM, s...@google.com wrote: On 12/21/18 9:24 AM, Keerthy wrote: fix up fdtdec_get_addr_size to use fdtdec_get_addr_size_auto_noparent so that the address

Re: [U-Boot] [PATCH 1/2] core: ofnode: Fix ofnode_get_addr_size_index function

2018-11-18 Thread J, KEERTHY
On 11/19/2018 2:59 AM, Simon Glass wrote: Hi Keerthy, On Fri, 16 Nov 2018 at 17:09, Simon Glass wrote: On Tue, 13 Nov 2018 at 12:53, Simon Glass wrote: On 4 November 2018 at 22:47, Keerthy wrote: Currently the else part of ofnode_get_addr_size_index function does not fetch addresses

Re: [U-Boot] [PATCH 1/2] core: ofnode: Fix ofnode_get_addr_size_index function

2018-11-18 Thread J, KEERTHY
On 11/19/2018 10:47 AM, J, KEERTHY wrote: On 11/19/2018 2:59 AM, Simon Glass wrote: Hi Keerthy, On Fri, 16 Nov 2018 at 17:09, Simon Glass wrote: On Tue, 13 Nov 2018 at 12:53, Simon Glass wrote: On 4 November 2018 at 22:47, Keerthy wrote: Currently the else part of

<    1   2   3   4   5   6