qmsi: gpio: add initialisation priority for driver
Change-Id: I4204d514f95c8e6e264a3cb71a2fa8eec8bab45a Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
3ca134b3ac
commit
5c30367a06
2 changed files with 10 additions and 2 deletions
|
@ -50,7 +50,7 @@ static struct gpio_qmsi_runtime gpio_0_runtime;
|
|||
|
||||
DEVICE_INIT(gpio_0, CONFIG_GPIO_QMSI_0_NAME, &gpio_qmsi_init,
|
||||
&gpio_0_runtime, &gpio_0_config,
|
||||
SECONDARY, CONFIG_KERNEL_INIT_PRIORITY_DEVICE);
|
||||
SECONDARY, CONFIG_GPIO_QMSI_INIT_PRIORITY);
|
||||
GPIO_SETUP_COMPAT_DEV(gpio_0);
|
||||
|
||||
#endif /* CONFIG_GPIO_QMSI_0 */
|
||||
|
@ -65,7 +65,7 @@ static struct gpio_qmsi_runtime gpio_aon_runtime;
|
|||
|
||||
DEVICE_INIT(gpio_aon, CONFIG_GPIO_QMSI_AON_NAME, &gpio_qmsi_init,
|
||||
&gpio_aon_runtime, &gpio_aon_config,
|
||||
SECONDARY, CONFIG_KERNEL_INIT_PRIORITY_DEVICE);
|
||||
SECONDARY, CONFIG_GPIO_QMSI_INIT_PRIORITY);
|
||||
GPIO_SETUP_COMPAT_DEV(gpio_aon);
|
||||
|
||||
#endif /* CONFIG_GPIO_QMSI_AON */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue