]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mvebu: eDPU: support new board revision
authorRobert Marko <robert.marko@sartura.hr>
Wed, 29 Nov 2023 10:11:08 +0000 (11:11 +0100)
committerStefan Roese <sr@denx.de>
Wed, 10 Jan 2024 08:38:55 +0000 (09:38 +0100)
commit46471e6c1d58442140259f7e44a5c3e0d6e02351
treee28cbd416586f17eb023c9d126c7b9091dceb164
parentfde58124c3831cce0e046e0ec7cb4222d72c4fa7
arm: mvebu: eDPU: support new board revision

There is a new eDPU revision that uses Marvell 88E6361 switch onboard.
We can rely on detecting the switch to enable and fixup the Linux DTS
so a single DTS can be used.

There is currently no support for the 88E6361 switch and thus no working
networking in U-Boot, so we disable both ports.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/dts/armada-3720-eDPU-u-boot.dtsi
arch/arm/dts/armada-3720-eDPU.dts
board/Marvell/mvebu_armada-37xx/board.c
configs/eDPU_defconfig