
Hi Tom, Please find the PR for master branch targeted for v2021.04-rc2 release. Details about the PR are updated in the tag message.
Gitlab build report: https://gitlab.denx.de/u-boot/custodians/u-boot-ti/-/pipelines/6214
The following changes since commit fdcb93e1709ab1a2ebb562455621617c29e2099c:
Merge branch '2021-02-01-assorted-fixes' (2021-02-02 09:24:10 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2021.04-rc2
for you to fetch changes up to 6239cc8c4e8484d908afc555eb59441a16a58b53:
arm: dts: k3-j7200: Sync Linux v5.11-rc6 dts into U-Boot (2021-02-04 20:37:57 +0530)
---------------------------------------------------------------- - Sync DTS from Linux kernel for all K3 platforms - Add MMC higher speed nodes for AM65x, J721e, J7200 - Convert Nokia RX-51 to use CONFIG_DM_MMC - Minor fixes for LEGO MINDSTORMS
---------------------------------------------------------------- Aswath Govindraju (1): configs: am65x_evm_a53: Enable config for phandle check while getting sequence number
Dario Binacchi (1): configs: am335x_evm: enable CONFIG_SPL_ALLOC_BD
David Lechner (4): ARM: legoev3: set serial# env var ARM: legoev3: drop bi_arch_number configs: legoev3: disable CONFIG_NET configs: legoev3: disable non-Linux boot options
Faiz Abbas (20): mmc: sdhci: Add helper functions for UHS modes mmc: am654_sdhci: Unconditionally switch off DLL in the beginning of ios_post() mmc: am654_sdhci: Convert flag fields to BIT macro mmc: am654_sdhci: Add flag for PHY calibration mmc: am654_sdhci: Add support for AM65x SR2.0 mmc: am654_sdhci: Add support for input tap delay mmc: am654_sdhci: Add support for writing to clkbuf_sel mmc: am654_sdhci: Add support for software tuning mmc: am654_sdhci: Fix HISPD bit configuration in some lower speed modes mmc: am654_sdhci: Use sdhci_set_control_reg() arm: dts: k3-am65: Fix mmc nodes arm: dts: k3-j721e-main: Update otap-delay values arm: dts: k3-j721e-common-proc-board: Add support for UHS modes for SD card arm: dts: k3-j7200-main: Add support for gpio0 arm: dts: k3-j7200-common-proc-board: Enable support for UHS modes configs: j721e_evm: Add support for UHS modes configs: j7200_evm: Add support for UHS modes arm: dts: k3-am65-main: Add itapdly and clkbuf-sel values arm: dts: k3-am654-base-board: Limit Sd card to High speed modes configs: am65x_evm: Add configs for UHS modes
Lokesh Vutla (3): arm: dts: k3-am65: Sync Linux v5.11-rc6 dts into U-Boot arm: dts: k3-j721e: Sync Linux v5.11-rc6 dts into U-Boot arm: dts: k3-j7200: Sync Linux v5.11-rc6 dts into U-Boot
Pali Rohár (1): Nokia RX-51: Convert to CONFIG_DM_MMC
Suman Anna (1): remoteproc: k3_r5: Sync to upstreamed kernel DT property names
arch/arm/dts/k3-am65-main.dtsi | 823 +++++++-- arch/arm/dts/k3-am65-mcu.dtsi | 221 ++- arch/arm/dts/k3-am65-wakeup.dtsi | 48 +- arch/arm/dts/k3-am65.dtsi | 10 +- arch/arm/dts/k3-am654-base-board-u-boot.dtsi | 132 +- arch/arm/dts/k3-am654-base-board.dts | 449 ++++- arch/arm/dts/k3-am654-industrial-thermal.dtsi | 45 + arch/arm/dts/k3-am654-r5-base-board.dts | 58 +- arch/arm/dts/k3-am654.dtsi | 10 +- .../k3-j7200-common-proc-board-u-boot.dtsi | 16 +- arch/arm/dts/k3-j7200-common-proc-board.dts | 161 +- arch/arm/dts/k3-j7200-main.dtsi | 289 +++- arch/arm/dts/k3-j7200-mcu-wakeup.dtsi | 244 +-- .../arm/dts/k3-j7200-r5-common-proc-board.dts | 15 + arch/arm/dts/k3-j7200-som-p0.dtsi | 107 +- arch/arm/dts/k3-j7200.dtsi | 27 +- .../k3-j721e-common-proc-board-u-boot.dtsi | 70 +- arch/arm/dts/k3-j721e-common-proc-board.dts | 673 +++++++- arch/arm/dts/k3-j721e-main.dtsi | 1484 +++++++++++++++-- arch/arm/dts/k3-j721e-mcu-wakeup.dtsi | 234 ++- .../k3-j721e-r5-common-proc-board-u-boot.dtsi | 9 + .../arm/dts/k3-j721e-r5-common-proc-board.dts | 2 - arch/arm/dts/k3-j721e-som-p0.dtsi | 272 ++- arch/arm/dts/k3-j721e.dtsi | 29 +- board/lego/ev3/legoev3.c | 89 +- board/nokia/rx51/rx51.c | 33 +- configs/am335x_evm_defconfig | 1 + configs/am65x_evm_a53_defconfig | 9 + configs/am65x_evm_r5_defconfig | 2 + configs/j7200_evm_a72_defconfig | 8 + configs/j7200_evm_r5_defconfig | 1 + configs/j721e_evm_a72_defconfig | 8 + configs/j721e_evm_r5_defconfig | 1 + configs/legoev3_defconfig | 8 +- configs/nokia_rx51_defconfig | 6 + .../remoteproc/ti,k3-r5f-rproc.txt | 26 +- drivers/mmc/Kconfig | 1 + drivers/mmc/am654_sdhci.c | 384 +++-- drivers/mmc/sdhci.c | 95 ++ drivers/remoteproc/ti_k3_r5f_rproc.c | 8 +- include/configs/legoev3.h | 2 - include/dt-bindings/mux/ti-serdes.h | 93 ++ include/sdhci.h | 10 + 43 files changed, 5023 insertions(+), 1190 deletions(-) create mode 100644 arch/arm/dts/k3-am654-industrial-thermal.dtsi create mode 100644 include/dt-bindings/mux/ti-serdes.h

On Fri, Feb 05, 2021 at 11:09:32AM +0530, Lokesh Vutla wrote:
Hi Tom, Please find the PR for master branch targeted for v2021.04-rc2 release. Details about the PR are updated in the tag message.
Gitlab build report: https://gitlab.denx.de/u-boot/custodians/u-boot-ti/-/pipelines/6214
The following changes since commit fdcb93e1709ab1a2ebb562455621617c29e2099c:
Merge branch '2021-02-01-assorted-fixes' (2021-02-02 09:24:10 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2021.04-rc2
for you to fetch changes up to 6239cc8c4e8484d908afc555eb59441a16a58b53:
arm: dts: k3-j7200: Sync Linux v5.11-rc6 dts into U-Boot (2021-02-04 20:37:57 +0530)
Applied to u-boot/master, thanks!
participants (2)
-
Lokesh Vutla
-
Tom Rini