-
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.
This driver is very basic. It supports userland trigger, buffer and raw access to channels. The support for delay channels is missing altogether. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org> Cc: Jonathan Cameron <jic23@kernel.org> Cc: Juergen Beisert <jbe@pengutronix.de> Cc: Lars-Peter Clausen <lars@metafoo.de> Cc: Shawn Guo <shawn.guo@linaro.org> Cc: Wolfgang Denk <wd@denx.de>
- Loading branch information
Marek Vasut
authored and
Jonathan Cameron
committed
Aug 16, 2012
1 parent
6cffc1f
commit bc2c90c
Showing
4 changed files
with
618 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
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.