Lines Matching +full:cpm1 +full:- +full:fsl
1 // SPDX-License-Identifier: GPL-2.0
5 * Author: Christophe Leroy <christophe.leroy@c-s.fr>
16 #include <asm/cpm1.h>
21 struct device *dev = &ofdev->dev; in cpm_gpio_probe()
25 return -ENODEV; in cpm_gpio_probe()
33 .compatible = "fsl,cpm1-pario-bank-a",
37 .compatible = "fsl,cpm1-pario-bank-b",
41 .compatible = "fsl,cpm1-pario-bank-c",
45 .compatible = "fsl,cpm1-pario-bank-d",
50 .compatible = "fsl,cpm1-pario-bank-e",
55 .compatible = "fsl,cpm2-pario-bank",
65 .name = "cpm-gpio",
76 MODULE_AUTHOR("Christophe Leroy <christophe.leroy@c-s.fr>");
79 MODULE_ALIAS("platform:cpm-gpio");