Re: [PATCH v3 11/16] board: ti: j784s4: Add support for board detection by EEPROM read

2023-09-08 Thread Nishanth Menon
On 12:20-20230908, Andrew Davis wrote: > On 9/8/23 12:03 PM, Nishanth Menon wrote: > > On 10:59-20230908, Andrew Davis wrote: > > > On 9/8/23 9:42 AM, Nishanth Menon wrote: > > > > On 16:35-20230908, Apurva Nandan wrote: > > > > > From: Dasnavis Sabiya > > > > > > > > > > The board name is progra

Re: [PATCH v3 11/16] board: ti: j784s4: Add support for board detection by EEPROM read

2023-09-08 Thread Andrew Davis
On 9/8/23 12:03 PM, Nishanth Menon wrote: On 10:59-20230908, Andrew Davis wrote: On 9/8/23 9:42 AM, Nishanth Menon wrote: On 16:35-20230908, Apurva Nandan wrote: From: Dasnavis Sabiya The board name is programmed in the EEPROM. Add support for board detection and choose the right dtb based o

Re: [PATCH v3 11/16] board: ti: j784s4: Add support for board detection by EEPROM read

2023-09-08 Thread Nishanth Menon
On 10:59-20230908, Andrew Davis wrote: > On 9/8/23 9:42 AM, Nishanth Menon wrote: > > On 16:35-20230908, Apurva Nandan wrote: > > > From: Dasnavis Sabiya > > > > > > The board name is programmed in the EEPROM. Add support for board > > > detection and choose the right dtb based on the board name

Re: [PATCH v3 11/16] board: ti: j784s4: Add support for board detection by EEPROM read

2023-09-08 Thread Andrew Davis
On 9/8/23 9:42 AM, Nishanth Menon wrote: On 16:35-20230908, Apurva Nandan wrote: From: Dasnavis Sabiya The board name is programmed in the EEPROM. Add support for board detection and choose the right dtb based on the board name read from EEPROM. The J784S4/AM69 has two platforms naming J784S4

Re: [PATCH v3 11/16] board: ti: j784s4: Add support for board detection by EEPROM read

2023-09-08 Thread Nishanth Menon
On 16:35-20230908, Apurva Nandan wrote: > From: Dasnavis Sabiya > > The board name is programmed in the EEPROM. Add support for board > detection and choose the right dtb based on the board name read > from EEPROM. > > The J784S4/AM69 has two platforms naming J784S4-EVM and AM69-SK. The > J784S4

[PATCH v3 11/16] board: ti: j784s4: Add support for board detection by EEPROM read

2023-09-08 Thread Apurva Nandan
From: Dasnavis Sabiya The board name is programmed in the EEPROM. Add support for board detection and choose the right dtb based on the board name read from EEPROM. The J784S4/AM69 has two platforms naming J784S4-EVM and AM69-SK. The J784S4 has EEPROM populated at 0x50. AM69 SK has EEPROM popula