Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306595
b: refs/heads/master
c: 3460408
h: refs/heads/master
i:
  306593: 7aeedee
  306591: 00d83fe
v: v3
  • Loading branch information
Roland Stigge authored and Dmitry Torokhov committed Apr 24, 2012
1 parent 56487ab commit 4231042
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f57fe78ee48f7aa1f859e7e9c4d6987276a72ecc
refs/heads/master: 34604086bea11f1f4d7ff124c84dab9b89956837
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
* NXP LPC32xx SoC Touchscreen Controller (TSC)

Required properties:
- compatible: must be "nxp,lpc32xx-tsc"
- compatible: must be "nxp,lpc3220-tsc"
- reg: physical base address of the controller and length of memory mapped
region.
- interrupts: The TSC/ADC interrupt

Example:

tsc@40048000 {
compatible = "nxp,lpc32xx-tsc";
compatible = "nxp,lpc3220-tsc";
reg = <0x40048000 0x1000>;
interrupt-parent = <&mic>;
interrupts = <39 0>;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/input/touchscreen/lpc32xx_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ static const struct dev_pm_ops lpc32xx_ts_pm_ops = {

#ifdef CONFIG_OF
static struct of_device_id lpc32xx_tsc_of_match[] = {
{ .compatible = "nxp,lpc32xx-tsc", },
{ .compatible = "nxp,lpc3220-tsc", },
{ },
};
MODULE_DEVICE_TABLE(of, lpc32xx_tsc_of_match);
Expand Down

0 comments on commit 4231042

Please sign in to comment.