]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit730fa76aedc823f5cc185991d89852770a5cd409
tree8f997ade0ab9313ec0e3507396b17ee7e79f3e49
parent4008975c4d66e71fa78df25ba6b789fd9cd55c6c
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]