@@ -557,7 +557,7 @@ const struct spi_dw_config spi_dw_config_0 = {
557
557
.op_modes = SPI_CTX_RUNTIME_OP_MODE_MASTER
558
558
};
559
559
560
- DEVICE_DT_INST_DEFINE (0 , spi_dw_init , device_pm_control_nop ,
560
+ DEVICE_DT_INST_DEFINE (0 , spi_dw_init , NULL ,
561
561
& spi_dw_data_port_0 , & spi_dw_config_0 ,
562
562
POST_KERNEL , CONFIG_SPI_INIT_PRIORITY ,
563
563
& dw_spi_api );
@@ -620,7 +620,7 @@ static const struct spi_dw_config spi_dw_config_1 = {
620
620
.op_modes = SPI_CTX_RUNTIME_OP_MODE_MASTER
621
621
};
622
622
623
- DEVICE_DT_INST_DEFINE (1 , spi_dw_init , device_pm_control_nop ,
623
+ DEVICE_DT_INST_DEFINE (1 , spi_dw_init , NULL ,
624
624
& spi_dw_data_port_1 , & spi_dw_config_1 ,
625
625
POST_KERNEL , CONFIG_SPI_INIT_PRIORITY ,
626
626
& dw_spi_api );
@@ -683,7 +683,7 @@ static const struct spi_dw_config spi_dw_config_2 = {
683
683
.op_modes = SPI_CTX_RUNTIME_OP_MODE_MASTER
684
684
};
685
685
686
- DEVICE_DT_INST_DEFINE (2 , spi_dw_init , device_pm_control_nop ,
686
+ DEVICE_DT_INST_DEFINE (2 , spi_dw_init , NULL ,
687
687
& spi_dw_data_port_2 , & spi_dw_config_2 ,
688
688
POST_KERNEL , CONFIG_SPI_INIT_PRIORITY ,
689
689
& dw_spi_api );
@@ -746,7 +746,7 @@ static const struct spi_dw_config spi_dw_config_3 = {
746
746
.op_modes = SPI_CTX_RUNTIME_OP_MODE_MASTER
747
747
};
748
748
749
- DEVICE_DT_INST_DEFINE (3 , spi_dw_init , device_pm_control_nop ,
749
+ DEVICE_DT_INST_DEFINE (3 , spi_dw_init , NULL ,
750
750
& spi_dw_data_port_3 , & spi_dw_config_3 ,
751
751
POST_KERNEL , CONFIG_SPI_INIT_PRIORITY ,
752
752
& dw_spi_api );
0 commit comments