[GIT PULL] TI changes for v2021.10-rc2

Hi Tom, Please find the PR for master branch targeted for v2021.10-rc2 tag. Details about the PR are updated in the tag message.
Gitlab CI report: https://source.denx.de/u-boot/custodians/u-boot-ti/-/pipelines/8468
The following changes since commit b70b9b07463db2f6937c7ea6d7fb5122feb7ba1b:
Prepare v2021.10-rc1 (2021-07-26 20:57:18 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2021.10-rc2
for you to fetch changes up to a6c64d255e5117bcf78aec6911d7c034fbfe46f7:
board: ti: k2g: Program PadConfig_202 before locking RSTMUX8 (2021-07-29 10:42:22 +0530)
---------------------------------------------------------------- - Add MMC High speed modes for AM64 and J7200 - Add Sierra/Torrent SERDES driver - Minor clean-ups for R5F boot from SPL
---------------------------------------------------------------- Alan Douglas (1): phy: cadence: Add driver for Sierra PHY
Aswath Govindraju (15): mmc: sdhci_am654: Read ti, strobe-sel property from device tree arm: dts: k3-j7200-main: Add support for HS400 and update delay select values for MMCSD subsystems configs: j7200_evm_*_defconfig: Enable configs for HS400 support dt-bindings: phy: Add definitions for additional phy types phy: cadence: Add driver for Torrent SERDES board: ti: j721e: Add support for probing and configuring Torrent serdes on J7200 arm: dts: k3-j7200-main: Add DT node for torrent serdes arm: dts: k3-j7200-common-proc-board: Enable SERDES DT arm: dts: k3-j7200-common-proc-board-u-boot: Add u-boot tags for torrent serdes configs: j7200_evm_a72_defconfig: Add config for torrent serdes and common clock framework configs: am64x_evm_r5_defconfig: Fix CONFIG_SPL_TEXT_BASE to 0x70000000 arch: arm: mach-k3: am642_init: Correct the function name spl_boot_mode() to spl_mmc_boot_mode() arch: dts: am642-sk-u-boot: Disable main_sdhci0 DT node and define alias index 1 for main_sdhci1 node configs: am64x_evm: Move CONFIG_SYS_MMC_ENV_DEV and CONFIG_SYS_MMC_ENV_PART to defconfig files and enable configs to save env in eMMC and FAT write. configs: am64x_evm_*_defconfig: Enable config to support gpt and FDT library overlay
Faiz Abbas (1): mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed mode
Jean-Jacques Hiblot (2): phy: ti: j721e-wiz: Add support for WIZ module present in TI J721E SoC configs: j721e_evm_a72_defconfig: Enable the drivers required for the USB3 support
Kishon Vijay Abraham I (12): dm: core: Add helper to compare node names dm: test: Add test case to check node name ignoring unit address dt-bindings: phy: Add defines for AM64 SERDES Wrapper dt-bindings: phy: cadence-torrent: Add defines for refclk driver dt-bindings: ti-serdes-mux: Add defines for AM64 SoC ARM: dts: k3-j721e: Add support for USB3 in USB0 instance env: ti: j721e-evm: Add env variable to power on & reset QSGMII PHY in J7200 EVM configs: j7200_evm_a72: Add CONFIG_PREBOOT to configure ethernet PHY doc: board: Move j721e document to doc/board/ti/ directory doc: board: j721e_evm: Add documentation for firmware loading configs: am64x_evm_a53_defconfig: Enable configs to support HS200/HS400 configs: am64x_evm_*_defconfig: Enable configs to support eMMC boot
Paul Barker (4): dt-bindings: Resync omap & am33xx pinctrl bindings arm: dts: Resync BeagleBone device trees arm: dts: Import am335x-sancloud-bbe devicetree configs: am335x_evm: Support GbE PHYs
Suman Anna (7): arm: dts: k3-am65: Fix up MCU R5FSS cluster mode back to Split-mode arm: mach-k3: j721e: Move booting of Main R5FSS Core0 to A72 U-Boot arm: mach-k3: j721e: Cleanup MAIN R5 boot code from R5 SPL arm: mach-k3: Cleanup common start_non_linux_remote_cores() arm: dts: k3-j721e-r5: Remove MAIN R5FSS0 cluster from SPL configs: j721e_evm_r5: Disable K3 R5F remoteproc board: ti: k2g: Program PadConfig_202 before locking RSTMUX8
arch/arm/dts/Makefile | 1 + arch/arm/dts/am335x-bone-common.dtsi | 185 +- arch/arm/dts/am335x-bone.dts | 7 +- arch/arm/dts/am335x-boneblack-common.dtsi | 169 ++ arch/arm/dts/am335x-boneblack.dts | 217 +- arch/arm/dts/am335x-bonegreen-common.dtsi | 41 + arch/arm/dts/am335x-bonegreen.dts | 49 +- arch/arm/dts/am335x-sancloud-bbe.dts | 137 + arch/arm/dts/k3-am642-sk-u-boot.dtsi | 5 + arch/arm/dts/k3-am654-base-board-u-boot.dtsi | 4 + .../k3-j7200-common-proc-board-u-boot.dtsi | 12 + arch/arm/dts/k3-j7200-common-proc-board.dts | 23 + arch/arm/dts/k3-j7200-main.dtsi | 74 +- .../k3-j721e-common-proc-board-u-boot.dtsi | 19 +- .../k3-j721e-r5-common-proc-board-u-boot.dtsi | 14 - .../arm/dts/k3-j721e-r5-common-proc-board.dts | 2 - arch/arm/mach-k3/am642_init.c | 2 +- arch/arm/mach-k3/common.c | 5 - arch/arm/mach-k3/common.h | 1 - arch/arm/mach-k3/j721e_init.c | 36 - board/ti/am335x/board.c | 2 + board/ti/j721e/README | 277 -- board/ti/j721e/evm.c | 34 +- board/ti/ks2_evm/mux-k2g.h | 3 + configs/am335x_evm_defconfig | 3 +- configs/am64x_evm_a53_defconfig | 18 +- configs/am64x_evm_r5_defconfig | 9 +- configs/j7200_evm_a72_defconfig | 12 +- configs/j7200_evm_r5_defconfig | 2 +- configs/j721e_evm_a72_defconfig | 6 + configs/j721e_evm_r5_defconfig | 1 - doc/board/index.rst | 1 + doc/board/ti/j721e_evm.rst | 331 +++ drivers/core/ofnode.c | 13 + drivers/mmc/am654_sdhci.c | 1 + drivers/mmc/sdhci.c | 3 + drivers/phy/Kconfig | 3 + drivers/phy/Makefile | 2 + drivers/phy/cadence/Kconfig | 11 + drivers/phy/cadence/Makefile | 2 + drivers/phy/cadence/phy-cadence-sierra.c | 751 +++++ drivers/phy/cadence/phy-cadence-torrent.c | 2463 +++++++++++++++++ drivers/phy/ti/Kconfig | 9 + drivers/phy/ti/Makefile | 1 + drivers/phy/ti/phy-j721e-wiz.c | 1156 ++++++++ include/configs/am64x_evm.h | 6 - include/configs/j721e_evm.h | 17 +- include/dm/ofnode.h | 10 + include/dt-bindings/mux/ti-serdes.h | 5 + include/dt-bindings/phy/phy-cadence.h | 20 + include/dt-bindings/phy/phy-ti.h | 21 + include/dt-bindings/phy/phy.h | 1 + include/dt-bindings/pinctrl/am33xx.h | 131 +- include/dt-bindings/pinctrl/omap.h | 11 +- test/dm/core.c | 14 + 55 files changed, 5775 insertions(+), 578 deletions(-) create mode 100644 arch/arm/dts/am335x-boneblack-common.dtsi create mode 100644 arch/arm/dts/am335x-bonegreen-common.dtsi create mode 100644 arch/arm/dts/am335x-sancloud-bbe.dts delete mode 100644 board/ti/j721e/README create mode 100644 doc/board/ti/j721e_evm.rst create mode 100644 drivers/phy/cadence/Kconfig create mode 100644 drivers/phy/cadence/Makefile create mode 100644 drivers/phy/cadence/phy-cadence-sierra.c create mode 100644 drivers/phy/cadence/phy-cadence-torrent.c create mode 100644 drivers/phy/ti/Kconfig create mode 100644 drivers/phy/ti/Makefile create mode 100644 drivers/phy/ti/phy-j721e-wiz.c create mode 100644 include/dt-bindings/phy/phy-cadence.h create mode 100644 include/dt-bindings/phy/phy-ti.h

On Thu, Jul 29, 2021 at 11:36:38AM +0530, Lokesh Vutla wrote:
Hi Tom, Please find the PR for master branch targeted for v2021.10-rc2 tag. Details about the PR are updated in the tag message.
Gitlab CI report: https://source.denx.de/u-boot/custodians/u-boot-ti/-/pipelines/8468
The following changes since commit b70b9b07463db2f6937c7ea6d7fb5122feb7ba1b:
Prepare v2021.10-rc1 (2021-07-26 20:57:18 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2021.10-rc2
for you to fetch changes up to a6c64d255e5117bcf78aec6911d7c034fbfe46f7:
board: ti: k2g: Program PadConfig_202 before locking RSTMUX8 (2021-07-29 10:42:22 +0530)
Please note that this brings in a number of warnings like: Warning (interrupts_extended_property): /ocp/usb@47400000/usb@47401000: Missing property '#interrupt-cells' in node /ocp/i2c@44e0b000/tps@24 or bad phandle (referred from interrupts-extended[2])
which should be resolved, and may need to be resolved upstream as well.
Applied to u-boot/master, thanks!
participants (2)
-
Lokesh Vutla
-
Tom Rini