| Submitter | Kumar Gala |
|---|---|
| Date | Oct. 8, 2010, 7:06 p.m. |
| Message ID | <1286564813-21209-1-git-send-email-galak@kernel.crashing.org> |
| Download | mbox | patch |
| Permalink | /patch/67259/ |
| State | Accepted |
| Commit | da3ed89e7ce272ebcc918487e2a28736ca0dd6bb |
| Delegated to: | Kumar Gala |
| Headers | show |
Comments
On Oct 8, 2010, at 2:06 PM, Kumar Gala wrote: > Add 'fsl,qoriq-gpio' compatiable to the list we search for to bind > against for mpc8xxx_gpio. This compatiable will be used on P1-P5xxx > QorIQ devices like P4080. > > Signed-off-by: Kumar Gala <galak@kernel.crashing.org> > --- > arch/powerpc/sysdev/mpc8xxx_gpio.c | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) applied to next - k
Patch
diff --git a/arch/powerpc/sysdev/mpc8xxx_gpio.c b/arch/powerpc/sysdev/mpc8xxx_gpio.c index 2b69084..c0ea05e 100644 --- a/arch/powerpc/sysdev/mpc8xxx_gpio.c +++ b/arch/powerpc/sysdev/mpc8xxx_gpio.c @@ -330,6 +330,9 @@ static int __init mpc8xxx_add_gpiochips(void) for_each_compatible_node(np, NULL, "fsl,mpc8610-gpio") mpc8xxx_add_controller(np); + for_each_compatible_node(np, NULL, "fsl,qoriq-gpio") + mpc8xxx_add_controller(np); + return 0; } arch_initcall(mpc8xxx_add_gpiochips);
Add 'fsl,qoriq-gpio' compatiable to the list we search for to bind against for mpc8xxx_gpio. This compatiable will be used on P1-P5xxx QorIQ devices like P4080. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> --- arch/powerpc/sysdev/mpc8xxx_gpio.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)