Re: [PATCH v3 8/8] board: gw_ventana: enable MV88E61XX DSA support

2022-06-24 Thread Tim Harvey
On Fri, Jun 24, 2022 at 5:13 PM Vladimir Oltean wrote: > > On Fri, Jun 24, 2022 at 04:16:34PM -0700, Tim Harvey wrote: > > On Fri, Jun 24, 2022 at 3:25 AM Vladimir Oltean > > wrote: > > > > > > On Mon, May 23, 2022 at 11:25:49AM -0700, Tim Harvey wrote: > > > > Add MV88E61XX DSA support: > > >

Re: [PATCH v3 8/8] board: gw_ventana: enable MV88E61XX DSA support

2022-06-24 Thread Vladimir Oltean
On Fri, Jun 24, 2022 at 04:16:34PM -0700, Tim Harvey wrote: > On Fri, Jun 24, 2022 at 3:25 AM Vladimir Oltean > wrote: > > > > On Mon, May 23, 2022 at 11:25:49AM -0700, Tim Harvey wrote: > > > Add MV88E61XX DSA support: > > > - update dt: U-Boot dsa driver requires different device-tree syntax

Re: [PATCH v3 8/8] board: gw_ventana: enable MV88E61XX DSA support

2022-06-24 Thread Tim Harvey
On Fri, Jun 24, 2022 at 3:25 AM Vladimir Oltean wrote: > > On Mon, May 23, 2022 at 11:25:49AM -0700, Tim Harvey wrote: > > Add MV88E61XX DSA support: > > - update dt: U-Boot dsa driver requires different device-tree syntax > >than the linux driver in order to link the dsa ports to the mdio

Re: [PATCH v3 8/8] board: gw_ventana: enable MV88E61XX DSA support

2022-06-24 Thread Vladimir Oltean
On Mon, May 23, 2022 at 11:25:49AM -0700, Tim Harvey wrote: > Add MV88E61XX DSA support: > - update dt: U-Boot dsa driver requires different device-tree syntax >than the linux driver in order to link the dsa ports to the mdio bus. > - update defconfig > - replace mv88e61xx_hw_reset weak

Re: [PATCH v3 8/8] board: gw_ventana: enable MV88E61XX DSA support

2022-06-23 Thread Tim Harvey
On Thu, Jun 23, 2022 at 5:42 AM Vladimir Oltean wrote: > > On Tue, Jun 21, 2022 at 09:57:35AM -0700, Tim Harvey wrote: > > > > diff --git a/board/gateworks/gw_ventana/gw_ventana.c > > > > b/board/gateworks/gw_ventana/gw_ventana.c > > > > index c06630a66b66..bef3f7ef0d2b 100644 > > > > ---

Re: [PATCH v3 8/8] board: gw_ventana: enable MV88E61XX DSA support

2022-06-23 Thread Vladimir Oltean
On Tue, Jun 21, 2022 at 09:57:35AM -0700, Tim Harvey wrote: > > > diff --git a/board/gateworks/gw_ventana/gw_ventana.c > > > b/board/gateworks/gw_ventana/gw_ventana.c > > > index c06630a66b66..bef3f7ef0d2b 100644 > > > --- a/board/gateworks/gw_ventana/gw_ventana.c > > > +++

Re: [PATCH v3 8/8] board: gw_ventana: enable MV88E61XX DSA support

2022-06-21 Thread Tim Harvey
On Mon, Jun 20, 2022 at 4:42 AM Vladimir Oltean wrote: > > On Mon, May 23, 2022 at 11:25:49AM -0700, Tim Harvey wrote: > > Add MV88E61XX DSA support: > > - update dt: U-Boot dsa driver requires different device-tree syntax > >than the linux driver in order to link the dsa ports to the mdio

Re: [PATCH v3 8/8] board: gw_ventana: enable MV88E61XX DSA support

2022-06-20 Thread Vladimir Oltean
On Mon, May 23, 2022 at 11:25:49AM -0700, Tim Harvey wrote: > Add MV88E61XX DSA support: > - update dt: U-Boot dsa driver requires different device-tree syntax >than the linux driver in order to link the dsa ports to the mdio bus. > - update defconfig > - replace mv88e61xx_hw_reset weak

Re: [PATCH v3 8/8] board: gw_ventana: enable MV88E61XX DSA support

2022-06-14 Thread Vladimir Oltean
Hi Tim, On Tue, Jun 14, 2022 at 10:00:57AM -0700, Tim Harvey wrote: > Vladimir, > > I'm not sure if you've had a chance to look at this latest patch > revision yet. I believe above is what you were describing as the > correct way to do this (without modifying the Linux driver and > improving

Re: [PATCH v3 8/8] board: gw_ventana: enable MV88E61XX DSA support

2022-06-14 Thread Tim Harvey
On Mon, May 23, 2022 at 11:26 AM Tim Harvey wrote: > > Add MV88E61XX DSA support: > - update dt: U-Boot dsa driver requires different device-tree syntax >than the linux driver in order to link the dsa ports to the mdio bus. > - update defconfig > - replace mv88e61xx_hw_reset weak override

[PATCH v3 8/8] board: gw_ventana: enable MV88E61XX DSA support

2022-05-23 Thread Tim Harvey
Add MV88E61XX DSA support: - update dt: U-Boot dsa driver requires different device-tree syntax than the linux driver in order to link the dsa ports to the mdio bus. - update defconfig - replace mv88e61xx_hw_reset weak override with board_phy_config support for mv88e61xx configuration