[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1342613211-13190-5-git-send-email-stigge@antcom.de>
Date: Wed, 18 Jul 2012 14:06:51 +0200
From: Roland Stigge <stigge@...com.de>
To: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
kevin.wells@....com, srinivas.bakki@....com, aletes.xgr@...il.com
Cc: Roland Stigge <stigge@...com.de>
Subject: [PATCH 4/4] ARM: LPC32xx: Add PWM to base dts file
From: Alexandre Pereira da Silva <aletes.xgr@...il.com>
Signed-off-by: Alexandre Pereira da Silva <aletes.xgr@...il.com>
Signed-off-by: Roland Stigge <stigge@...com.de>
---
arch/arm/boot/dts/lpc32xx.dtsi | 11 +++++++++++
1 file changed, 11 insertions(+)
--- linux-2.6.orig/arch/arm/boot/dts/lpc32xx.dtsi
+++ linux-2.6/arch/arm/boot/dts/lpc32xx.dtsi
@@ -278,6 +278,17 @@
status = "disabled";
};
+ pwm1: pwm@...005C000 {
+ compatible = "nxp,lpc3220-pwm";
+ reg = <0x4005C000 0x4>;
+ status = "disabled";
+ };
+
+ pwm2: pwm@...005C004 {
+ compatible = "nxp,lpc3220-pwm";
+ reg = <0x4005C004 0x4>;
+ status = "disabled";
+ };
};
};
};
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists