-
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.
yaml --- r: 304355 b: refs/heads/master c: b3201b5 h: refs/heads/master i: 304353: 3f150b4 304351: a852183 v: v3
- Loading branch information
Stefan Roese
authored and
Greg Kroah-Hartman
committed
Apr 13, 2012
1 parent
82f5f63
commit a91b19e
Showing
5 changed files
with
482 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: 6d59ba2f9676210b4631e9c447ab1c9faf0a9577 | ||
refs/heads/master: b3201b563d36eb799d3f9e14871d5dda2b11f3e8 |
26 changes: 26 additions & 0 deletions
26
trunk/Documentation/devicetree/bindings/staging/iio/adc/spear-adc.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,26 @@ | ||
* ST SPEAr ADC device driver | ||
|
||
Required properties: | ||
- compatible: Should be "st,spear600-adc" | ||
- reg: Address and length of the register set for the device | ||
- interrupt-parent: Should be the phandle for the interrupt controller | ||
that services interrupts for this device | ||
- interrupts: Should contain the ADC interrupt | ||
- sampling-frequency: Default sampling frequency | ||
|
||
Optional properties: | ||
- vref-external: External voltage reference in milli-volts. If omitted | ||
the internal voltage reference will be used. | ||
- average-samples: Number of samples to generate an average value. If | ||
omitted, single data conversion will be used. | ||
|
||
Examples: | ||
|
||
adc: adc@d8200000 { | ||
compatible = "st,spear600-adc"; | ||
reg = <0xd8200000 0x1000>; | ||
interrupt-parent = <&vic1>; | ||
interrupts = <6>; | ||
sampling-frequency = <5000000>; | ||
vref-external = <2500>; /* 2.5V VRef */ | ||
}; |
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.