pinctrl: imx: Add imx8dxl driver
authorAnson Huang <Anson.Huang@nxp.com>
Fri, 27 Mar 2020 10:55:58 +0000 (18:55 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 16 Apr 2020 12:21:22 +0000 (14:21 +0200)
commitf9a8744dde48f368768b3a6de389b7ec2751d192
treea9f9ae82c275c61c46caf9c517defca21765d29a
parent087905f925c93131611d78526fb40e90cd7e7731
pinctrl: imx: Add imx8dxl driver

i.MX8DXL contains a system controller that is responsible for controlling
the pad setting of the IPs that are present. Communication between the
host processor running an OS and the system controller happens through
a SCU protocol, add support for the SCU based i.MX8DXL pinctrl driver.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Link: https://lore.kernel.org/r/1585306559-13973-2-git-send-email-Anson.Huang@nxp.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/freescale/Kconfig
drivers/pinctrl/freescale/Makefile
drivers/pinctrl/freescale/pinctrl-imx8dxl.c [new file with mode: 0644]
include/dt-bindings/pinctrl/pads-imx8dxl.h [new file with mode: 0644]