-
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
Marek Vasut
authored and
Jonathan Cameron
committed
Aug 16, 2012
1 parent
00bd40b
commit f6094fd
Showing
5 changed files
with
619 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: 6cffc1f814b25d59ca6f0cd75b64bb159801c0fa | ||
refs/heads/master: bc2c90c974a0ed390327bbd94f49269e9f24e280 |
15 changes: 15 additions & 0 deletions
15
trunk/Documentation/devicetree/bindings/staging/iio/adc/mxs-lradc.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,15 @@ | ||
* Freescale i.MX28 LRADC device driver | ||
|
||
Required properties: | ||
- compatible: Should be "fsl,imx28-lradc" | ||
- reg: Address and length of the register set for the device | ||
- interrupts: Should contain the LRADC interrupts | ||
|
||
Examples: | ||
|
||
lradc@80050000 { | ||
compatible = "fsl,imx28-lradc"; | ||
reg = <0x80050000 0x2000>; | ||
interrupts = <10 14 15 16 17 18 19 | ||
20 21 22 23 24 25>; | ||
}; |
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
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
Oops, something went wrong.