summaryrefslogtreecommitdiff
path: root/bindings/msm-cam-isp.txt
blob: 896eb9f4d12b06885d6f393ceb19981406811f6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
* Qualcomm Technologies, Inc. MSM Camera ISP

The MSM camera ISP driver provides the definitions for enabling
the Camera ISP hadware. It provides the functions for the Client to
control the ISP hardware.

=======================
Required Node Structure
=======================
The camera ISP device is described in one level of device node.

==================================
First Level Node - CAM ISP device
==================================
- compatible
  Usage: required
  Value type: <string>
  Definition: Should be "qcom,cam-isp".

- arch-compat
  Usage: required
  Value type: <string>
  Definition: Should be "vfe" or "ife".

- ubwc-static-cfg
  Usage: optional
  Value type: <u32>
  Definition: IFE UBWC static configuration based on DDR device type.

Example:

	qcom,cam-isp {
		compatible = "qcom,cam-isp";
		arch-compat = "ife";
		status = "ok";
	};