Re: [PATCH 2/2] ARM: mach-omap2: board-rx51-peripherals: Add lirc-rx51 data

2012-08-09 Thread Timo Kokkonen
On 08/09/12 16:19, Igor Grinberg wrote: > Hi Timo, > > On 08/09/12 15:41, Timo Kokkonen wrote: >> The IR diode on the RX51 is connected to the GPT9. This data is needed >> for the IR driver to function. >> >> Signed-off-by: Timo Kokkonen >> --- >> arch/arm/mach-omap2/board-rx51-peripherals.c |

Re: [PATCH 2/2] ARM: mach-omap2: board-rx51-peripherals: Add lirc-rx51 data

2012-08-09 Thread Igor Grinberg
Hi Timo, On 08/09/12 15:41, Timo Kokkonen wrote: > The IR diode on the RX51 is connected to the GPT9. This data is needed > for the IR driver to function. > > Signed-off-by: Timo Kokkonen > --- > arch/arm/mach-omap2/board-rx51-peripherals.c | 30 > ++ > 1 files change

[PATCH 2/2] ARM: mach-omap2: board-rx51-peripherals: Add lirc-rx51 data

2012-08-09 Thread Timo Kokkonen
The IR diode on the RX51 is connected to the GPT9. This data is needed for the IR driver to function. Signed-off-by: Timo Kokkonen --- arch/arm/mach-omap2/board-rx51-peripherals.c | 30 ++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-oma