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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
501 - 522 of 522 matches
Mail list logo