Re: [PATCH v1] spi: fsl_dspi: match the Layerscape DSPI compatibles
Peng Fan <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 24, 2026 at 03:42:28PM +0200, Vincent Jardin wrote: >The driver matched only fsl,vf610-dspi and fsl,ls1021a-v1.0-dspi. The >Linux device trees under dts/upstream describe the Layerscape >DSPI as "fsl,lx2160a-dspi", "fsl,ls2085a-dspi" instead, without vf610 >fallback, so any board built against those trees leaves all three DSPI >controllers unbound. > >On LX2160A, dspi0, dspi1 and dspi2 were having > "no driver matches". > >There is no code path changes, only the match table. > >Signed-off-by: Vincent Jardin <[email protected]> > Reviewed-by: Peng Fan <[email protected]>