From patchwork Mon Jan 6 07:57:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lokesh Vutla X-Patchwork-Id: 239126 List-Id: U-Boot discussion From: lokeshvutla at ti.com (Lokesh Vutla) Date: Mon, 6 Jan 2020 13:27:00 +0530 Subject: [PATCH 0/5] board: ti: j721e: Enable I2C and EEPROM support Message-ID: <20200106075705.3717-1-lokeshvutla@ti.com> This series enable I2C and EEPROM support on J721e common processor board. Logs: https://pastebin.ubuntu.com/p/6YZtmZT9vQ/ 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 | 2 +- board/ti/j721e/Kconfig | 7 + board/ti/j721e/evm.c | 264 ++++++++++++++++++ configs/j721e_evm_a72_defconfig | 4 + 8 files changed, 305 insertions(+), 1 deletion(-)