Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363815
b: refs/heads/master
c: 2b68402
h: refs/heads/master
i:
  363813: c2b74ca
  363811: c7de8f6
  363807: cb7974b
v: v3
  • Loading branch information
Doug Anderson authored and Jonathan Cameron committed Mar 29, 2013
1 parent d83c55f commit af8714d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f6e8a9687b785b4c75d71370681f7a6e9fd89685
refs/heads/master: 2b684024b59c4b1a1440e8c7499b7060a22d1ec1
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Required properties:
format is being dependent on which interrupt controller
the Samsung device uses.
- #io-channel-cells = <1>; As ADC has multiple outputs
- clocks From common clock binding: handle to adc clock.
- clock-names From common clock binding: Shall be "adc".
- vdd-supply VDD input supply.

Note: child nodes can be added for auto probing from device tree.

Expand All @@ -31,6 +34,11 @@ adc: adc@12D10000 {
interrupts = <0 106 0>;
#io-channel-cells = <1>;
io-channel-ranges;

clocks = <&clock 303>;
clock-names = "adc";

vdd-supply = <&buck5_reg>;
};


Expand Down

0 comments on commit af8714d

Please sign in to comment.