mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:02:20 +00:00
6eab0ce6e1
Add an SoC driver for the ep93xx. Currently there is only one thing not fitting into any other framework, and that is the swlock setting. Used for clock settings, pinctrl and restart. Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me> Tested-by: Alexander Sverdlin <alexander.sverdlin@gmail.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Alexander Sverdlin <alexander.sverdlin@gmail.com> Acked-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
3 lines
62 B
Makefile
3 lines
62 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-y += soc-ep93xx.o
|