OSDN Git Service

pinctrl: imx: add imx8qxp driver
authorA.s. Dong <aisheng.dong@nxp.com>
Tue, 30 Oct 2018 14:10:56 +0000 (14:10 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 5 Nov 2018 08:33:32 +0000 (09:33 +0100)
commit623f788d0e7c6ef68d1f42595345bc6c78167702
tree8f997ade0ab9313ec0e3507396b17ee7e79f3e49
parentb96eea718bf697e4a490c2fabfb89995b9193c21
pinctrl: imx: add imx8qxp driver

MX8QXP 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 MX8QXP 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>
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
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-imx8qxp.c [new file with mode: 0644]
include/dt-bindings/pinctrl/pads-imx8qxp.h [new file with mode: 0644]