-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Shawn Guo
authored and
Dmitry Torokhov
committed
Aug 1, 2011
1 parent
3a96bb0
commit 04c6a2a
Showing
3 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 1f4bb066433322f6f189b084ceebdfb4add77292 | ||
refs/heads/master: 71ff069c3d6a2b23eaf516bc714a20ce0cdc3609 |
11 changes: 11 additions & 0 deletions
11
trunk/Documentation/devicetree/bindings/input/fsl-mma8450.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
* Freescale MMA8450 3-Axis Accelerometer | ||
|
||
Required properties: | ||
- compatible : "fsl,mma8450". | ||
|
||
Example: | ||
|
||
accelerometer: mma8450@1c { | ||
compatible = "fsl,mma8450"; | ||
reg = <0x1c>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters