drivers: spi: use dedicated init priority A couple of SPI drivers use CONFIG_KERNEL_INIT_PRIORITY_DEVICE as init priority for driver initialization. Let's change it to the dedicated CONFIG_SPI_INIT_PRIORITY to make it compatible with other ones. Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>