| Submitter | Kumar Gala |
|---|---|
| Date | Oct. 22, 2011, 9:20 p.m. |
| Message ID | <1319318452-27036-1-git-send-email-galak@kernel.crashing.org> |
| Download | mbox | patch |
| Permalink | /patch/121193/ |
| State | Superseded |
| Headers | show |
Comments
On Oct 22, 2011, at 4:20 PM, Kumar Gala wrote: > Support MPC85xx platforms outside of MPC8572/MPC8536. The > MPC8572/MPC8536 have an erratum that is worked around based on having > "fsl,mpc8572-gpio" in the compatiable list. All other MPC85xx SoCs > don't require this workaround and thus utilize the 'fsl,pq3-gpio' > compatiable. > > Signed-off-by: Kumar Gala <galak@kernel.crashing.org> > --- > drivers/gpio/gpio-mpc8xxx.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) applied - k
Patch
diff --git a/drivers/gpio/gpio-mpc8xxx.c b/drivers/gpio/gpio-mpc8xxx.c index fb4963a..d74d19b 100644 --- a/drivers/gpio/gpio-mpc8xxx.c +++ b/drivers/gpio/gpio-mpc8xxx.c @@ -310,6 +310,7 @@ static struct of_device_id mpc8xxx_gpio_ids[] __initdata = { { .compatible = "fsl,mpc8572-gpio", }, { .compatible = "fsl,mpc8610-gpio", }, { .compatible = "fsl,mpc5121-gpio", .data = mpc512x_irq_set_type, }, + { .compatible = "fsl,pq3-gpio", }, { .compatible = "fsl,qoriq-gpio", }, {} };
Support MPC85xx platforms outside of MPC8572/MPC8536. The MPC8572/MPC8536 have an erratum that is worked around based on having "fsl,mpc8572-gpio" in the compatiable list. All other MPC85xx SoCs don't require this workaround and thus utilize the 'fsl,pq3-gpio' compatiable. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> --- drivers/gpio/gpio-mpc8xxx.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)