Home
last modified time | relevance | path

Searched full:spisel_boot (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/Documentation/devicetree/bindings/spi/
Dfsl,spi.yaml42 fsl,spisel_boot:
45 For the MPC8306 and MPC8309, specifies that the SPISEL_BOOT signal is used
/linux-6.15/drivers/spi/
Dspi-fsl-spi.c642 bool spisel_boot = false; in of_fsl_spi_probe() local
658 spisel_boot = of_property_read_bool(np, "fsl,spisel_boot"); in of_fsl_spi_probe()
659 if (spisel_boot) { in of_fsl_spi_probe()
675 if (ret == 0 && !spisel_boot) in of_fsl_spi_probe()
678 pdata->max_chipselect = ret + spisel_boot; in of_fsl_spi_probe()
697 if (spisel_boot) in of_fsl_spi_probe()