Skip to content

Commit 65b3aac

Browse files
neuschaeferBartosz Golaszewski
authored andcommitted
gpio: mpc8xxx: Add MPC8314 support
GPIO input, output, and interrupts have been tested on a MPC8314E board. Signed-off-by: J. Neuschäfer <j.ne@posteo.net> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20250102-mpc83xx-v1-13-86f78ba2a7af@posteo.net Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
1 parent b7c1336 commit 65b3aac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpio/gpio-mpc8xxx.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ static const struct mpc8xxx_gpio_devtype mpc8xxx_gpio_devtype_default = {
285285
};
286286

287287
static const struct of_device_id mpc8xxx_gpio_ids[] = {
288+
{ .compatible = "fsl,mpc8314-gpio", },
288289
{ .compatible = "fsl,mpc8349-gpio", },
289290
{ .compatible = "fsl,mpc8572-gpio", .data = &mpc8572_gpio_devtype, },
290291
{ .compatible = "fsl,mpc8610-gpio", },

0 commit comments

Comments
 (0)