pinctrl: imx: add imx8qm driver
authorAisheng Dong <aisheng.dong@nxp.com>
Tue, 18 Dec 2018 15:22:58 +0000 (15:22 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 11 Jan 2019 08:25:01 +0000 (09:25 +0100)
commitf05c07b05d67c578d2f11c04482d983dba7ebc9c
treeebe5283df500849b38291890709decd608feb139
parentbfeffd155283772bbe78c6a05dec7c0128ee500c
pinctrl: imx: add imx8qm driver

MX8QM 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. This patch adds the SCU based MX8QM pinctrl driver.

Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Stefan Agner <stefan@agner.ch>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/freescale/Kconfig
drivers/pinctrl/freescale/Makefile
drivers/pinctrl/freescale/pinctrl-imx8qm.c [new file with mode: 0644]