aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/media/i2c/mt9m111.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/media/i2c/mt9m111.txt')
-rw-r--r--Documentation/devicetree/bindings/media/i2c/mt9m111.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/i2c/mt9m111.txt b/Documentation/devicetree/bindings/media/i2c/mt9m111.txt
new file mode 100644
index 000000000000..ed5a334b1e57
--- /dev/null
+++ b/Documentation/devicetree/bindings/media/i2c/mt9m111.txt
@@ -0,0 +1,28 @@
1Micron 1.3Mp CMOS Digital Image Sensor
2
3The Micron MT9M111 is a CMOS active pixel digital image sensor with an active
4array size of 1280H x 1024V. It is programmable through a simple two-wire serial
5interface.
6
7Required Properties:
8- compatible: value should be "micron,mt9m111"
9
10For further reading on port node refer to
11Documentation/devicetree/bindings/media/video-interfaces.txt.
12
13Example:
14
15 i2c_master {
16 mt9m111@5d {
17 compatible = "micron,mt9m111";
18 reg = <0x5d>;
19
20 remote = <&pxa_camera>;
21 port {
22 mt9m111_1: endpoint {
23 bus-width = <8>;
24 remote-endpoint = <&pxa_camera>;
25 };
26 };
27 };
28 };