* [PATCH] arm: lpc32xx: phy3250: add rtc & touch device
@ 2012-01-31 16:13 Wolfram Sang
2012-01-31 16:30 ` Roland Stigge
0 siblings, 1 reply; 2+ messages in thread
From: Wolfram Sang @ 2012-01-31 16:13 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: Roland Stigge <stigge@antcom.de>
Cc: Kevin Wells <kevin.wells@nxp.com>
---
Tested after applying Roland's series, but should be appliable even
without it.
arch/arm/mach-lpc32xx/phy3250.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c
index b429d18..905d0c9 100644
--- a/arch/arm/mach-lpc32xx/phy3250.c
+++ b/arch/arm/mach-lpc32xx/phy3250.c
@@ -298,6 +298,8 @@ static struct platform_device lpc32xx_net_device = {
};
static struct platform_device *phy3250_devs[] __initdata = {
+ &lpc32xx_rtc_device,
+ &lpc32xx_tsc_device,
&lpc32xx_i2c0_device,
&lpc32xx_i2c1_device,
&lpc32xx_i2c2_device,
--
1.7.8.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] arm: lpc32xx: phy3250: add rtc & touch device
2012-01-31 16:13 [PATCH] arm: lpc32xx: phy3250: add rtc & touch device Wolfram Sang
@ 2012-01-31 16:30 ` Roland Stigge
0 siblings, 0 replies; 2+ messages in thread
From: Roland Stigge @ 2012-01-31 16:30 UTC (permalink / raw)
To: linux-arm-kernel
On 01/31/2012 05:13 PM, Wolfram Sang wrote:
> Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
> Cc: Roland Stigge <stigge@antcom.de>
> Cc: Kevin Wells <kevin.wells@nxp.com>
> ---
>
> Tested after applying Roland's series, but should be appliable even
> without it.
>
> arch/arm/mach-lpc32xx/phy3250.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c
> index b429d18..905d0c9 100644
> --- a/arch/arm/mach-lpc32xx/phy3250.c
> +++ b/arch/arm/mach-lpc32xx/phy3250.c
> @@ -298,6 +298,8 @@ static struct platform_device lpc32xx_net_device = {
> };
>
> static struct platform_device *phy3250_devs[] __initdata = {
> + &lpc32xx_rtc_device,
> + &lpc32xx_tsc_device,
> &lpc32xx_i2c0_device,
> &lpc32xx_i2c1_device,
> &lpc32xx_i2c2_device,
Signed-off-by: Roland Stigge <stigge@antcom.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-31 16:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-31 16:13 [PATCH] arm: lpc32xx: phy3250: add rtc & touch device Wolfram Sang
2012-01-31 16:30 ` Roland Stigge
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).