Re: [RESEND PATCH 1/2] arm64: allwinner: a64: add SPI nodes

2017-08-30 Thread Maxime Ripard
Hi Stefan, On Tue, Aug 29, 2017 at 10:26:51PM +0200, Stefan Brüns wrote: > The A64 SPI controllers are register compatible to the h3/h5 SPI > controllers. > > The A64 has two SPI controllers, each with a single chip select. > The handles for the DMA channels (23/24 for SPI0/SPI1) are omitted, > a

[RESEND PATCH 1/2] arm64: allwinner: a64: add SPI nodes

2017-08-29 Thread Stefan Brüns
The A64 SPI controllers are register compatible to the h3/h5 SPI controllers. The A64 has two SPI controllers, each with a single chip select. The handles for the DMA channels (23/24 for SPI0/SPI1) are omitted, as the A64 DMA controller node is currently missing. Signed-off-by: Stefan Brüns ---