forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from mpredfearn/wip-ci20-v3.18-adc
jz4780: 3.18 ADC fixes aux1/aux2 audio inputs on secondary header via sysfs works with these
- Loading branch information
Showing
8 changed files
with
108 additions
and
21 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
Documentation/devicetree/bindings/mfd/ingenic,jz4740-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,22 @@ | ||
* Ingenic JZ4740 ADC | ||
|
||
Required properties: | ||
- compatible: should be "ingenic,jz4740-adc" | ||
- reg: Should contain the address & length of registers | ||
- interrupts: Should specify the interrupt provided by parent. | ||
- clocks: Should contain a single clock specifier for the ADC clock. | ||
- clock-names: Should be "adc". | ||
|
||
Example: | ||
|
||
adc@0x10070000 { | ||
compatible = "ingenic,jz4740-adc"; | ||
reg = <0x10070000 0x30>; | ||
|
||
interrupt-parent = <&intc>; | ||
interrupts = <18>; | ||
|
||
clocks = <&cgu JZ4780_CLK_SADC>; | ||
clock-names = "adc"; | ||
}; | ||
|
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
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
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
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