Re: [PATCH] arm: dts: k3-j721e-sk-u-boot: Resync dts file and binding with Linux Kernel

2023-04-11 Thread Sinthu Raja M
+Kumar, Udit On Thu, Apr 6, 2023 at 10:37 AM Sinthu Raja M < sinthu.r...@mistralsolutions.com> wrote: > Hi, > > > On Fri, Mar 31, 2023 at 12:09 PM Sinthu Raja > wrote: > > > > From: Sinthu Raja > > > > This resyncs the dts file of j721e-sk with th

Re: [PATCH] arm: dts: k3-j721e-sk-u-boot: Resync dts file and binding with Linux Kernel

2023-04-05 Thread Sinthu Raja M
Hi, On Fri, Mar 31, 2023 at 12:09 PM Sinthu Raja wrote: > > From: Sinthu Raja > > This resyncs the dts file of j721e-sk with the currently in-tree K3 > platforms. Of note are that the main-navss/mcu-navss nodes were renamed > to main_navss / mcu_navss and so the u-boot.dtsi file needed to be >

Re: [PATCH V4 12/12] include: configs: Update env for selecting right dtb

2023-01-10 Thread Sinthu Raja M
On Mon, Jan 9, 2023 at 10:59 PM Tom Rini wrote: > > On Wed, Jan 04, 2023 at 03:13:50PM +0530, Sinthu Raja wrote: > > > From: Sinthu Raja > > > > Now that single defconfig shall be used for booting J721S2 EVM and > > AM68 SK, the default device tree will not work for selecting dtb for > > kernel.

Re: [PATCH V4 00/12] AM68: Add support for AM68 Starter Kit

2023-01-04 Thread Sinthu Raja M
On Wed, Jan 4, 2023 at 3:14 PM Sinthu Raja wrote: > > From: Sinthu Raja > > Hi All, > This series of patch add initial support for AM68 starter kit. > Design files can be referrred from https://www.ti.com/lit/zip/SPRR463 > > Refer below link to J721S2/AM68 Technical Reference Manual for further

Re: [PATCH V4 06/12] board: ti: j721s2: Add support for detecting multiple device trees

2023-01-04 Thread Sinthu Raja M
Neha, On Wed, Jan 4, 2023 at 5:37 PM Neha Malcom Francis wrote: > > Hi Sinthu > > On 04/01/23 15:13, Sinthu Raja wrote: > > From: Sinthu Raja > > > > Update the board_fit_config_name_match() to choose the right dtb > > based on the board name read from EEPROM. > > > > Also restrict multpile

Re: [PATCH V3 08/12] board: ti: j721s2: Add board_init and support for selecting DT based on EEPROM

2023-01-04 Thread Sinthu Raja M
On Wed, Jan 4, 2023 at 12:53 PM Neha Malcom Francis wrote: > > Hi Sinthu > > On 27/12/22 17:45, Sinthu Raja wrote: > > From: Sinthu Raja > > > > Add the board_init_f API for SPL and run the platform-required SoC > > initialization. > > > > Add the functionality for board name-based DTB selection

Re: [PATCH V3 00/12] AM68: Add support for AM68 Starter Kit

2023-01-03 Thread Sinthu Raja M
On Tue, Dec 27, 2022 at 5:46 PM Sinthu Raja wrote: > > From: Sinthu Raja > > Hi All, > This series of patch add initial support for AM68 starter kit. > Design files can be referrred from https://www.ti.com/lit/zip/SPRR463 > > Refer below link to J721S2/AM68 Technical Reference Manual for further

Re: [PATCH V3 09/12] arm: dts: Add initial support for AM68 Starter Kit System on Module

2022-12-27 Thread Sinthu Raja M
On Tue, Dec 27, 2022 at 5:46 PM Sinthu Raja wrote: > > From: Sinthu Raja > > AM68 Starter Kit (SK) is a low cost, small form factor board designed > for TI’s AM68 SoC. TI’s AM68 SoC comprises of dual core A72, high > performance vision accelerators, hardware accelerators, latest C71x > DSP, high

Re: [PATCH] arm:dts:k3-am64-sk: EMIF tool update to 0.8.0 with 1333MTs for lpddr4

2022-02-09 Thread Sinthu Raja M
On Sat, Jan 15, 2022 at 9:04 PM Tom Rini wrote: > > On Mon, Nov 29, 2021 at 05:34:49PM +0530, Sinthu Raja wrote: > > > From: Sinthu Raja > > > > EMIF tool for AM64 SK is now updated to 0.8.0 that includes > > * disabled Write DQ training > > * improve CA ODT to 60 ohms > > > > The lpddr4 enabled

Re: [PATCH V2 09/17] arm: j721e: Add support for selecting DT based on EEPROM

2021-11-12 Thread Sinthu Raja M
Hi Tom, On Mon, Nov 8, 2021 at 9:23 PM Tom Rini wrote: > > On Tue, Nov 02, 2021 at 07:35:50PM +0530, Sinthu Raja wrote: > > > From: Sinthu Raja > > > > Enable support for selecting DTB from FIT within SPL based on the > > board name read from EEPROM. This will help to use single defconfig > >

Re: [PATCH V2 07/17] board: ti: j721e: Disable probing of daughtercards

2021-11-12 Thread Sinthu Raja M
Hi Tom, On Mon, Nov 8, 2021 at 9:22 PM Tom Rini wrote: > > On Tue, Nov 02, 2021 at 07:35:48PM +0530, Sinthu Raja wrote: > > From: Sinthu Raja > > > > j721e-sk doesn't have any daughter cards, so disable daughter > > card probing inside board_late_init() and spl_board_init() for > > j721e-sk. >

Re: [PATCH V2 11/17] arm: dts: k3-j721e-sk: Add initial A72 specific dts support

2021-11-12 Thread Sinthu Raja M
Hi Tom, On Mon, Nov 8, 2021 at 9:18 PM Tom Rini wrote: > > On Tue, Nov 02, 2021 at 07:35:52PM +0530, Sinthu Raja wrote: > > > From: Sinthu Raja > > > > J721E Starter Kit (SK)[1] is a low cost, small form factor board designed > > for TI’s J721E SoC. TI’s J721E SoC comprises of dual core A72,

Re: [PATCH V2 12/17] arm: dts: k3-j721e-r5-sk: Add initial R5 specific dts support for j721e-sk

2021-11-12 Thread Sinthu Raja M
Hi Tom, On Mon, Nov 8, 2021 at 9:17 PM Tom Rini wrote: > > On Tue, Nov 02, 2021 at 07:35:53PM +0530, Sinthu Raja wrote: > > From: Sinthu Raja > > > > Add R5 specific dts for J721E-SK > > > > Signed-off-by: Sinthu Raja > > --- > > > > Changes in V2: > > * J721E EAIK board name is changed to

Re: [PATCH V2 10/17] arm: dts: k3-j721e-r5-common-proc-board: Do not use power-domains for I2C

2021-11-12 Thread Sinthu Raja M
Hi Tom, On Mon, Nov 8, 2021 at 9:16 PM Tom Rini wrote: > > On Tue, Nov 02, 2021 at 07:35:51PM +0530, Sinthu Raja wrote: > > From: Sinthu Raja > > > > Board ID I2C EEPROM will be probed before SYSFW is available. > > So drop the power-domains property for wakup_i2c0 on which > > board ID EEPROM