summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-eyeq5.c
AgeCommit message (Collapse)AuthorFilesLines
2024-08-04pinctrl: eyeq5: add platform driverThéo Lebrun1-0/+575
Add the Mobileye EyeQ5 pin controller driver. It belongs to a syscon region called OLB and gets spawned as auxiliary device to the platform driver for clock. Existing pins and their function live statically in the driver code rather than in the devicetree, see compatible match data. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com> Link: https://lore.kernel.org/20240730-mbly-pinctrl-v2-2-d470f64e0395@bootlin.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>