
On Fri, 12 Nov 2021 14:29:54 +0100 Stefan Roese sr@denx.de wrote:
On 11/3/21 03:02, Marek Behún wrote:
From: Pali Rohár pali@kernel.org
Convert A3720 common PHY driver to official DT bindings.
This puts us closer to be able to synchronize A3720 device-trees with those from Linux.
Signed-off-by: Pali Rohár pali@kernel.org Signed-off-by: Marek Behún marek.behun@nic.cz
arch/arm/dts/armada-3720-espressobin.dts | 21 +--- arch/arm/dts/armada-3720-turris-mox.dts | 25 ++--- arch/arm/dts/armada-3720-uDPU.dts | 23 +--- arch/arm/dts/armada-37xx.dtsi | 20 +++- drivers/phy/marvell/comphy_a3700.c | 133 +++++++++++++++++++++++ drivers/phy/marvell/comphy_core.c | 59 +--------- drivers/phy/marvell/comphy_core.h | 23 ++++ drivers/phy/marvell/comphy_cp110.c | 58 ++++++++++ 8 files changed, 250 insertions(+), 112 deletions(-)
Frankly, these changes are huge and hard for me to review.
Could you please add board maintainers to such patches, that are affected here? Like the developers form Sartura as maintainers for the armada-3720-uDPU.
OK, Stefan, I will rensend this series with those maintainers added.
Marek