Please pull u-boot-marvell/master

Hi Tom,
please pull the next batch of Marvell Armada related patches. Here the summary log:
---------------------------------------------------------------- - Add base support for Marvell OcteonTX2 CN9130 CRB (mostly done by Kostya) - Sync Armada 3k/7k/8k SERDES code with Marvell version (misc Marvell authors) - pci-aardvark: Fix processing PIO transfers (Pali) ----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=83&view=resul...
Thanks, Stefan
The following changes since commit 939c4934c8e91b34b258c9487be6a889a6a43546:
configs: Resync with savedefconfig (2021-04-28 10:05:13 +0200)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-marvell.git
for you to fetch changes up to eccbd4ad8e4e182638eafbfb87ac139c04f24a01:
arm: a37xx: pci: Fix processing PIO transfers (2021-04-29 07:45:43 +0200)
---------------------------------------------------------------- Christine Gharzuzi (1): phy: marvell: fix handling of unconnected comphy
Grzegorz Jaszczyk (8): phy: marvell: cp110: let the firmware configure comphy for RXAUI phy: marvell: cp110: let the firmware configure comphy for USB phy: marvell: cp110: let the firmware perform training for XFI phy: marvell: cp110: remove both phy and pipe selector configuration phy: marvell: cp110: clean up driver after it was moved to atf phy: marvell: allow to initialize up to 6 USB ports phy: marvell: fix pll initialization for second utmi port phy: marvell: utmi: update utmi config which fixes usb2.0 instability
Igal Liberman (11): phy: marvell: rename comphy related definitions to COMPHY_XX phy: marvell: add missing speed during info prints phy: marvell: cp110: utmi: update analog parameters according to latest ETP phy: marvell: fix several minor bugs in comphy_probe phy: marvell: save comphy_map_data priv structure phy: marvell: add RX training command phy: marvell: enable comphy info prints for all devices phy: marvell: pass sgmii id to firmware phy: marvell: cp110: mark u-boot power-off calls phy: marvell: add support for SFI1 doc: dt-bindings: add Marvell comphy binding
Konstantin Porotchkin (7): power: regulator: Add support for regulator-force-boot-off cmd/mvebu: fix the bubt command arm: armada: dts: Use a single dtsi for cp110 die description arm: armada: dts: Add support for ap807-based platforms arm: armada: configs: Move environment location for mvebu arm: octeontx2: Add dtsi/dts files for Octeon TX2 CN9130 CRB arm: octeontx2: Add Octeon TX2 CN9130 CRB support
Marcin Wojtas (1): phy: marvell: cp110: remove unused definitions
Omri Itach (1): phy: marvell: cp110: initialize only enabled UTMI units
Pali Rohár (1): arm: a37xx: pci: Fix processing PIO transfers
Stefan Roese (1): arm: octeontx2: cn9130-crb.dtsi: Disable eth2 for now
jinghua (1): phy: marvell: add comphy type PHY_TYPE_USB3
arch/arm/dts/Makefile | 4 +- arch/arm/dts/armada-3720-db.dts | 8 +- arch/arm/dts/armada-3720-espressobin.dts | 12 +- arch/arm/dts/armada-3720-turris-mox.dts | 12 +- arch/arm/dts/armada-3720-uDPU.dts | 23 +- arch/arm/dts/armada-7040-db-nand.dts | 97 +-- arch/arm/dts/armada-7040-db.dts | 104 ++-- arch/arm/dts/armada-7040.dtsi | 91 +-- arch/arm/dts/armada-8020.dtsi | 56 -- arch/arm/dts/armada-8040-clearfog-gt-8k.dts | 104 ++-- arch/arm/dts/armada-8040-db.dts | 125 ++-- arch/arm/dts/armada-8040-mcbin.dts | 91 +-- arch/arm/dts/armada-8040-puzzle-m801.dts | 126 ++-- arch/arm/dts/armada-8040.dtsi | 116 ++-- arch/arm/dts/armada-8k.dtsi | 18 + arch/arm/dts/armada-ap806-quad.dtsi | 82 --- arch/arm/dts/armada-ap806.dtsi | 281 +-------- arch/arm/dts/armada-ap807.dtsi | 40 ++ arch/arm/dts/armada-ap80x-quad.dtsi | 52 ++ arch/arm/dts/armada-ap80x.dtsi | 211 +++++++ arch/arm/dts/armada-common.dtsi | 30 + arch/arm/dts/armada-cp110-slave.dtsi | 368 ------------ ...{armada-cp110-master.dtsi => armada-cp110.dtsi} | 315 +++++----- arch/arm/dts/cn9130-crb-A.dts | 57 ++ arch/arm/dts/cn9130-crb-B.dts | 61 ++ arch/arm/dts/cn9130-crb.dtsi | 257 ++++++++ arch/arm/dts/cn9130.dtsi | 73 +++ arch/arm/mach-mvebu/Kconfig | 10 + board/CZ.NIC/turris_mox/turris_mox.c | 8 +- board/Marvell/octeontx2_cn913x/MAINTAINERS | 5 + board/Marvell/octeontx2_cn913x/Makefile | 8 + board/Marvell/octeontx2_cn913x/board.c | 45 ++ cmd/mvebu/Kconfig | 9 +- cmd/mvebu/Makefile | 2 +- cmd/mvebu/bubt.c | 2 +- cmd/mvebu/rx_training.c | 57 ++ configs/mvebu_crb_cn9130_defconfig | 84 +++ configs/mvebu_db-88f3720_defconfig | 2 +- configs/mvebu_db_armada8k_defconfig | 3 +- doc/device-tree-bindings/phy/mvebu_comphy.txt | 68 +++ drivers/pci/pci-aardvark.c | 42 +- drivers/phy/marvell/comphy_a3700.c | 70 +-- drivers/phy/marvell/comphy_a3700.h | 1 - drivers/phy/marvell/comphy_core.c | 81 ++- drivers/phy/marvell/comphy_core.h | 67 +-- drivers/phy/marvell/comphy_cp110.c | 621 +++++-------------- drivers/phy/marvell/comphy_hpipe.h | 660 --------------------- drivers/phy/marvell/comphy_mux.c | 11 +- drivers/phy/marvell/utmi_phy.h | 24 +- drivers/power/regulator/regulator-uclass.c | 38 ++ include/dt-bindings/comphy/comphy_data.h | 80 ++- include/mvebu/comphy.h | 2 +- include/power/regulator.h | 23 + 53 files changed, 2081 insertions(+), 2756 deletions(-) delete mode 100644 arch/arm/dts/armada-8020.dtsi create mode 100644 arch/arm/dts/armada-8k.dtsi delete mode 100644 arch/arm/dts/armada-ap806-quad.dtsi create mode 100644 arch/arm/dts/armada-ap807.dtsi create mode 100644 arch/arm/dts/armada-ap80x-quad.dtsi create mode 100644 arch/arm/dts/armada-ap80x.dtsi create mode 100644 arch/arm/dts/armada-common.dtsi delete mode 100644 arch/arm/dts/armada-cp110-slave.dtsi rename arch/arm/dts/{armada-cp110-master.dtsi => armada-cp110.dtsi} (51%) create mode 100644 arch/arm/dts/cn9130-crb-A.dts create mode 100644 arch/arm/dts/cn9130-crb-B.dts create mode 100644 arch/arm/dts/cn9130-crb.dtsi create mode 100644 arch/arm/dts/cn9130.dtsi create mode 100644 board/Marvell/octeontx2_cn913x/MAINTAINERS create mode 100644 board/Marvell/octeontx2_cn913x/Makefile create mode 100644 board/Marvell/octeontx2_cn913x/board.c create mode 100644 cmd/mvebu/rx_training.c create mode 100644 configs/mvebu_crb_cn9130_defconfig create mode 100644 doc/device-tree-bindings/phy/mvebu_comphy.txt delete mode 100644 drivers/phy/marvell/comphy_hpipe.h
participants (2)
-
Stefan Roese
-
Tom Rini