]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: gw_ventana: enable MV88E61XX DSA support
authorTim Harvey <tharvey@gateworks.com>
Wed, 30 Nov 2022 17:42:51 +0000 (09:42 -0800)
committerTom Rini <trini@konsulko.com>
Thu, 2 Feb 2023 19:44:53 +0000 (14:44 -0500)
commitc3d9736d54e7504656577020e3608f01c8fa76d5
tree29a4ad64ff2f7daf4e2304b42d4e77b8b848b74d
parent01e7dd050fc90358c64d990e146c9b0f86d6d563
board: gw_ventana: enable MV88E61XX DSA support

Add MV88E61XX DSA support:
 - update dt to provide internal MDIO bus and port handles.
   U-Boot requires a more restrictive subset of the dt bindings
   required by Linux for the sake of simplifying code
 - update defconfig to remove old driver and enable new one
 - replace mv88e61xx_hw_reset weak override with board_phy_config support
   for register configuration that is outside the scope of the DSA driver

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
arch/arm/dts/imx6qdl-gw5904.dtsi
board/gateworks/gw_ventana/gw_ventana.c
configs/gwventana_gw5904_defconfig