Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1198576
| From | Josh Wu <josh.wu@atmel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RFC PATCH 2/3] ARM: at91/dt: add sama5d2 pinmux |
| Date | 2015-08-03 08:50 +0200 |
| Message-ID | <pThJn-3tB-3@gated-at.bofh.it> (permalink) |
| References | <pSk6B-Yx-5@gated-at.bofh.it> <pSk6C-Yx-29@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi, Ludovic On 7/31/2015 11:08 PM, Ludovic Desroches wrote: > Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> > --- > arch/arm/boot/dts/sama5d2-pinfunc.h | 760 ++++++++++++++++++++++++++++++++++++ > 1 file changed, 760 insertions(+) > create mode 100644 arch/arm/boot/dts/sama5d2-pinfunc.h > > diff --git a/arch/arm/boot/dts/sama5d2-pinfunc.h b/arch/arm/boot/dts/sama5d2-pinfunc.h > new file mode 100644 > index 0000000..046d1d5 > --- /dev/null > +++ b/arch/arm/boot/dts/sama5d2-pinfunc.h > [snip...] > +#define PIN_PB24__FLEXCOM3_IO3 PINMUX_PIN(PIN_PB24, 5, 3) > +#define PIN_PB24__ISI_D10 PINMUX_PIN(PIN_PB24, 6, 3) As sama5d2 use ISC, so It's better to run s/ISI_/ISC_/ in this file, which is consistent with the datasheet. Best Regards, Josh Wu -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RFC PATCH 0/3] New Atmel PIO4 pinctrl/gpio driver Ludovic Desroches <ludovic.desroches@atmel.com> - 2015-07-31 17:10 +0200
Re: [RFC PATCH 2/3] ARM: at91/dt: add sama5d2 pinmux Josh Wu <josh.wu@atmel.com> - 2015-08-03 08:50 +0200
Re: [RFC PATCH 2/3] ARM: at91/dt: add sama5d2 pinmux Ludovic Desroches <ludovic.desroches@atmel.com> - 2015-08-03 09:00 +0200
csiph-web