Lines Matching +full:cpm1 +full:- +full:fsl
1 // SPDX-License-Identifier: GPL-2.0
5 * Author: Christophe Leroy <christophe.leroy@c-s.fr>
17 #include <asm/cpm1.h>
22 struct device *dev = &ofdev->dev; in cpm_gpio_probe()
26 return -ENODEV; in cpm_gpio_probe()
34 .compatible = "fsl,cpm1-pario-bank-a",
38 .compatible = "fsl,cpm1-pario-bank-b",
42 .compatible = "fsl,cpm1-pario-bank-c",
46 .compatible = "fsl,cpm1-pario-bank-d",
51 .compatible = "fsl,cpm1-pario-bank-e",
56 .compatible = "fsl,cpm2-pario-bank",
66 .name = "cpm-gpio",
77 MODULE_AUTHOR("Christophe Leroy <christophe.leroy@c-s.fr>");
80 MODULE_ALIAS("platform:cpm-gpio");