repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rtc: stm32: fix misspelling and misalignment issues
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
media
/
i2c
/
ad5820.txt
blob
5940ca11c021e6c86bd30387037673f0550989a8
1
* Analog Devices AD5820 autofocus coil
2
3
Required Properties:
4
5
- compatible: Must contain "adi,ad5820"
6
7
- reg: I2C slave address
8
9
- VANA-supply: supply of voltage for VANA pin
10
11
Example:
12
13
ad5820: coil@c {
14
compatible = "adi,ad5820";
15
reg = <0x0c>;
16
17
VANA-supply = <&vaux4>;
18
};
19