Re: [PATCH net-next 3/3] net: dsa: bcm_sf2: recalculate switch clock rate based on ports

2020-09-02 Thread Andrew Lunn
On Tue, Sep 01, 2020 at 03:59:13PM -0700, Florian Fainelli wrote: > Whenever a port gets enabled/disabled, recalcultate the required switch > clock rate to make sure it always gets set to the expected rate > targeting our switch use case. This is only done for the BCM7445 switch > as there is no cl

[PATCH net-next 3/3] net: dsa: bcm_sf2: recalculate switch clock rate based on ports

2020-09-01 Thread Florian Fainelli
Whenever a port gets enabled/disabled, recalcultate the required switch clock rate to make sure it always gets set to the expected rate targeting our switch use case. This is only done for the BCM7445 switch as there is no clocking profile available for BCM7278. Signed-off-by: Florian Fainelli --