zephyr/drivers/grove
Daniel Leung 960229468a grove/lcd: fix init level due to dependence on system clock
The Grove LCD driver requires running clock for delay. Since the clock
is only initialized in NANOKERNEL, so change the LCD driver init level
so that it starts after clock is initialized.

Change-Id: I6a2cadac1b34f95557f99c78615b1bd4aee541f5
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:24:56 -05:00
..
Kconfig init: Implement fine-grained initialization policy 2016-02-05 20:24:54 -05:00
lcd_rgb.c grove/lcd: fix init level due to dependence on system clock 2016-02-05 20:24:56 -05:00
Makefile