[PATCH 4/4] ARM: LPC32xx: Add PWM to base dts file
Roland Stigge
stigge at antcom.de
Wed Jul 18 08:06:51 EDT 2012
From: Alexandre Pereira da Silva <aletes.xgr at gmail.com>
Signed-off-by: Alexandre Pereira da Silva <aletes.xgr at gmail.com>
Signed-off-by: Roland Stigge <stigge at antcom.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 at 0x4005C000 {
+ compatible = "nxp,lpc3220-pwm";
+ reg = <0x4005C000 0x4>;
+ status = "disabled";
+ };
+
+ pwm2: pwm at 0x4005C004 {
+ compatible = "nxp,lpc3220-pwm";
+ reg = <0x4005C004 0x4>;
+ status = "disabled";
+ };
};
};
};
More information about the linux-arm-kernel
mailing list