]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/gpio/gpio-mpc8xxx.c
gpio: mpc8xxx: add ls1088a platform special function
[linux.git] / drivers / gpio / gpio-mpc8xxx.c
index 1a680aa28769679c49759bee5c1789cb3bcc88eb..16a47de29c94c43bbcbceb0063510e77a50df753 100644 (file)
@@ -319,6 +319,7 @@ static const struct of_device_id mpc8xxx_gpio_ids[] = {
        { .compatible = "fsl,mpc5125-gpio", .data = &mpc5125_gpio_devtype, },
        { .compatible = "fsl,pq3-gpio",     },
        { .compatible = "fsl,ls1028a-gpio", .data = &ls1028a_gpio_devtype, },
+       { .compatible = "fsl,ls1088a-gpio", .data = &ls1028a_gpio_devtype, },
        { .compatible = "fsl,qoriq-gpio",   },
        {}
 };