
Hi Tom, Please find the PR containing TI related changes targeted for v2020.01-rc3. Details about the PR are updated in the tag message
Travis CI build: https://travis-ci.org/github/lokeshvutla/u-boot/builds/743852867
The following changes since commit 832bfad7451e2e7bd23c96edff2be050905ac3f6:
libfdt: Fix signedness comparison warnings (2020-11-10 14:31:08 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2021.01-rc3
for you to fetch changes up to 914689a204308df47eb60dfbb394fa4cee4fda31:
mtd: OneNAND: Set MTD type (2020-11-15 15:29:40 +0530)
---------------------------------------------------------------- - Fix Nokia RX-51 boot issues - Fix CONFIG_LOGLEVEL on K3 devices - Add phyBOARD REGOR support
---------------------------------------------------------------- Ivaylo Dimitrov (1): Nokia RX-51: Make onenand working
Pali Rohár (7): power: twl4030: Add twl4030_i2c_read() function Nokia RX-51: Convert to CONFIG_DM_I2C Nokia RX-51: Remove old comments from configs/nokia_rx51.h file Nokia RX-51: Fix crashing in U-Boot mmc function omap_hsmmc_stop_clock() Nokia RX-51: During init disable lp5523 led instead of resetting it Nokia RX-51: Update test script mtd: OneNAND: Set MTD type
Parthiban Nallathambi (1): ARM: am335x: Add phyBOARD REGOR support
Roger Quadros (1): configs: am65/j72x: Set CONFIG_LOGLEVEL to 7
arch/arm/dts/Makefile | 3 +- arch/arm/dts/am335x-regor-rdk-u-boot.dtsi | 31 +++++ arch/arm/dts/am335x-regor-rdk.dts | 24 ++++ arch/arm/dts/am335x-regor.dtsi | 202 +++++++++++++++++++++++++++++ board/nokia/rx51/rx51.c | 44 ++++++- board/nokia/rx51/rx51.h | 7 + board/phytec/phycore_am335x_r2/MAINTAINERS | 6 +- configs/am65x_evm_a53_defconfig | 1 + configs/am65x_hs_evm_a53_defconfig | 1 + configs/j7200_evm_a72_defconfig | 1 + configs/j721e_evm_a72_defconfig | 1 + configs/j721e_hs_evm_a72_defconfig | 1 + configs/nokia_rx51_defconfig | 2 + configs/phycore-am335x-r2-regor_defconfig | 88 +++++++++++++ drivers/mtd/onenand/onenand_base.c | 1 + drivers/power/twl4030.c | 7 +- include/configs/nokia_rx51.h | 12 -- include/twl4030.h | 12 +- test/nokia_rx51_test.sh | 27 ++-- 19 files changed, 431 insertions(+), 40 deletions(-) create mode 100644 arch/arm/dts/am335x-regor-rdk-u-boot.dtsi create mode 100644 arch/arm/dts/am335x-regor-rdk.dts create mode 100644 arch/arm/dts/am335x-regor.dtsi create mode 100644 configs/phycore-am335x-r2-regor_defconfig