Re: [PATCH] spi/fsl-espi: Add missing cell-index OF property

2018-06-20 Thread Mark Brown
On Tue, Jun 19, 2018 at 04:29:35PM +, York Sun wrote: > Joakim, > > I am not the maintainer for this driver. Adding Mark Brown. > > York > > On 06/19/2018 09:23 AM, Joakim Tjernlund wrote: > > espi does not look for a OF cell-index property which > > makes the bus numbering dynamic only.

[PATCH] spi/fsl-espi: Add missing cell-index OF property

2018-06-19 Thread Joakim Tjernlund
espi does not look for a OF cell-index property which makes the bus numbering dynamic only. This add an optional cell-index. Signed-off-by: Joakim Tjernlund --- drivers/spi/spi-fsl-espi.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/spi/spi-fsl-espi.c

Re: [PATCH] spi/fsl-espi: Add missing cell-index OF property

2018-06-19 Thread York Sun
Joakim, I am not the maintainer for this driver. Adding Mark Brown. York On 06/19/2018 09:23 AM, Joakim Tjernlund wrote: > espi does not look for a OF cell-index property which > makes the bus numbering dynamic only. This add an > optional cell-index. > > Signed-off-by: Joakim Tjernlund > ---