Re: [PATCH 1/4] net: dsa: Change DT bindings for Vitesse VSC73xx switches

2019-07-01 Thread Linus Walleij
On Mon, Jul 1, 2019 at 6:44 PM Florian Fainelli wrote: > Take b53 for instance which supports MDIO and SPI by default, and > optionally memory mapped and SRAB (indirect memory map) accesses, they > all have the same compatible strings. Whether the switches will appear > as spi_device, platform_de

Re: [PATCH 1/4] net: dsa: Change DT bindings for Vitesse VSC73xx switches

2019-07-01 Thread Florian Fainelli
On 7/1/19 8:27 AM, Pawel Dembicki wrote: > This commit document changes after split vsc73xx driver into core and > spi part. The change of DT bindings is required for support the same > vsc73xx chip, which need PI bus to communicate with CPU. It also > introduce how to use vsc73xx platform driver.

Re: [PATCH 1/4] net: dsa: Change DT bindings for Vitesse VSC73xx switches

2019-07-01 Thread Andrew Lunn
On Mon, Jul 01, 2019 at 05:27:20PM +0200, Pawel Dembicki wrote: > This commit document changes after split vsc73xx driver into core and > spi part. The change of DT bindings is required for support the same > vsc73xx chip, which need PI bus to communicate with CPU. It also SPI > introduce how to

[PATCH 1/4] net: dsa: Change DT bindings for Vitesse VSC73xx switches

2019-07-01 Thread Pawel Dembicki
This commit document changes after split vsc73xx driver into core and spi part. The change of DT bindings is required for support the same vsc73xx chip, which need PI bus to communicate with CPU. It also introduce how to use vsc73xx platform driver. Signed-off-by: Pawel Dembicki --- .../bindings