RE: Device tree probe order

2023-11-16 Thread Renaud Barbier
Hauer > Sent: Thursday, November 16, 2023 7:56 AM > To: Renaud Barbier > Cc: Barebox List > Subject: Re: Device tree probe order > > ***NOTICE*** This came from an external source. Use caution when replying, > clicking links, or opening attachments. > > Hi Renauld, >

Re: Device tree probe order

2023-11-15 Thread Sascha Hauer
Hi Renauld, On Wed, Nov 15, 2023 at 04:47:03PM +, Renaud Barbier wrote: > We have a board based on the LS1026A with a boot SPI NOR on the QSPI > controller and FRAM on the DSPI controller. Currently, the DSPI is > being probed first and got the device node /dev/m25p0. The boot SPI > get /dev/

Device tree probe order

2023-11-15 Thread Renaud Barbier
We have a board based on the LS1026A with a boot SPI NOR on the QSPI controller and FRAM on the DSPI controller. Currently, the DSPI is being probed first and got the device node /dev/m25p0. The boot SPI get /dev/m25p1. I would like the QSPI NOR to be assigned to /dev/m25p0 and the FRAM to /de