git-subtree-dir: qcom/camera git-subtree-mainline:8263fe365e
git-subtree-split:a1378b76f0
37 lines
872 B
Plaintext
37 lines
872 B
Plaintext
* 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", "ife" or "tfe".
|
|
|
|
- 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";
|
|
};
|