Commit f2821b1c authored by Maxime Ripard's avatar Maxime Ripard
Browse files

pinctrl: sunxi: Move Allwinner A10 pinctrl driver to a driver of its own



Move the pin description to a driver specific to be. This is one more step
toward retiring pinctrl-sunxi-pins.h that used to define all the pins for all
the Allwinner SoCs in a single header, that would have in turn result in having
these structures in the final binary as many times as the header was included.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 2284ba6b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
# Core
obj-$(CONFIG_PINCTRL_SUNXI)	+= pinctrl-sunxi.o

# SoC Drivers
obj-$(CONFIG_PINCTRL_SUNXI)	+= pinctrl-sun4i-a10.o