mbox series

[v2,0/5] board: ti: j721e: Enable I2C and EEPROM

Message ID 20200107074557.20073-1-lokeshvutla@ti.com
Headers show
Series board: ti: j721e: Enable I2C and EEPROM | expand

Message

Lokesh Vutla Jan. 7, 2020, 7:45 a.m. UTC
This series enable I2C and EEPROM support on J721e common processor
board.

Logs: https://pastebin.ubuntu.com/p/HTrQk3VnZm/

Changes since v1:
- Fixed board_is_j721e_som() to use the right apis.

Andreas Dannenberg (3):
  ti: common: board_detect: Handle EEPROM probe more gracefully
  board: ti: j721e: Use EEPROM-based board detection
  arm64: dts: k3-j721e-common-proc-board: Fully enable wkup_i2c0 use

Lokesh Vutla (1):
  board: ti: j721e: Print board name and version during boot

Vignesh Raghavendra (1):
  configs: j721e_evm_a72_defconfig: Enable I2C and EEPROM support

 .../k3-j721e-common-proc-board-u-boot.dtsi    |   8 +
 arch/arm/dts/k3-j721e-common-proc-board.dts   |  15 +
 .../arm/mach-k3/include/mach/j721e_hardware.h |   3 +
 arch/arm/mach-k3/j721e_init.c                 |   3 +
 board/ti/common/board_detect.c                |  11 +-
 board/ti/common/board_detect.h                |   9 +
 board/ti/j721e/Kconfig                        |   7 +
 board/ti/j721e/evm.c                          | 264 ++++++++++++++++++
 configs/j721e_evm_a72_defconfig               |   4 +
 9 files changed, 323 insertions(+), 1 deletion(-)

Comments

Lokesh Vutla Jan. 20, 2020, 6 a.m. UTC | #1
On 07/01/20 1:15 PM, Lokesh Vutla wrote:
> This series enable I2C and EEPROM support on J721e common processor
> board.
> 
> Logs: https://pastebin.ubuntu.com/p/HTrQk3VnZm/

Merged into u-boot-ti

Thanks and regards,
Lokesh

> 
> Changes since v1:
> - Fixed board_is_j721e_som() to use the right apis.
> 
> Andreas Dannenberg (3):
>   ti: common: board_detect: Handle EEPROM probe more gracefully
>   board: ti: j721e: Use EEPROM-based board detection
>   arm64: dts: k3-j721e-common-proc-board: Fully enable wkup_i2c0 use
> 
> Lokesh Vutla (1):
>   board: ti: j721e: Print board name and version during boot
> 
> Vignesh Raghavendra (1):
>   configs: j721e_evm_a72_defconfig: Enable I2C and EEPROM support
> 
>  .../k3-j721e-common-proc-board-u-boot.dtsi    |   8 +
>  arch/arm/dts/k3-j721e-common-proc-board.dts   |  15 +
>  .../arm/mach-k3/include/mach/j721e_hardware.h |   3 +
>  arch/arm/mach-k3/j721e_init.c                 |   3 +
>  board/ti/common/board_detect.c                |  11 +-
>  board/ti/common/board_detect.h                |   9 +
>  board/ti/j721e/Kconfig                        |   7 +
>  board/ti/j721e/evm.c                          | 264 ++++++++++++++++++
>  configs/j721e_evm_a72_defconfig               |   4 +
>  9 files changed, 323 insertions(+), 1 deletion(-)
>