23 Apr
2019
23 Apr
'19
12:41 p.m.
On Mon, Apr 15, 2019 at 9:30 PM Arnd Bergmann arnd@arndb.de wrote:
ep93xx does not have a proper pinctrl driver, but does things ad-hoc through mach/platform.h, which is also used for setting up the boards.
To avoid using mach/*.h headers completely, let's move the interfaces into include/linux/soc/. This is far from great, but gets the job done here, without the need for a proper pinctrl driver.
Signed-off-by: Arnd Bergmann arnd@arndb.de
Acked-by: Linus Walleij linus.walleij@linaro.org
Yours, Linus Walleij