mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2024-11-21 19:40:07 +00:00
eba7aec49d
Speedy is a serial communication bus that is typically used in Exynos SoC devices for communicating with a PMIC. Implement basic support for it, as well as add its first user - s2mps17 in board-dreamlte. Also, while at it, implement a simple readl function. Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
4 lines
91 B
Makefile
4 lines
91 B
Makefile
# the drivers registration framework
|
|
lib-y += framework.o
|
|
lib-y += samsung/exynos-speedy.o
|