Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: adc: tla2021: Raise default initialization priority
The TLA2021 driver depends on it's i2c controller and therefore needs to be initialized later. ADC_INIT_PRIORITY by default equals KERNEL_INIT_PRIORITY_DEVICE which should be used by independent devices. Using this by default causing projects to fail where this driver is enabled implicitly through board configuration and the priority is not explicitly set. Signed-off-by: Caspar Friedrich <[email protected]>
- Loading branch information