pinctrl: imx: Fold imx_pinctrl_set_state_scu() from pinctrl-imx8.c
authorMarek Vasut <marex@denx.de>
Fri, 24 Jan 2025 14:50:58 +0000 (15:50 +0100)
committerFabio Estevam <festevam@gmail.com>
Sat, 25 Jan 2025 12:06:32 +0000 (09:06 -0300)
commit90890e908698387d599bad45c9fe1063ad75248a
treedb404d12161a381a9e79bacde9248c22a7053c90
parentfe403304718b4e80fb50752b41cd0d1d2360df7e
pinctrl: imx: Fold imx_pinctrl_set_state_scu() from pinctrl-imx8.c

The only user of the SCU pinctrl code is pinctrl-imx8.c , fold
the entire pinctrl-scu.c code into pinctrl-imx8.c and remove the
matching Kconfig symbols and Makefile entries. No functional change.

Signed-off-by: Marek Vasut <marex@denx.de>
drivers/pinctrl/nxp/Kconfig
drivers/pinctrl/nxp/Makefile
drivers/pinctrl/nxp/pinctrl-imx.h
drivers/pinctrl/nxp/pinctrl-imx8.c
drivers/pinctrl/nxp/pinctrl-scu.c [deleted file]