Files
android_kernel_samsung_sm87…/bindings/msm-cam-isp.txt
Soumen Ghosh b8a4592a1b ARM: dts: msm: Add devicetree changes for opensource project
This chane will migragate all dts and dtsi file to
opensourse project

CRs-Fixed: 3583121
Change-Id: I837ee52ce68ad23fd5bff8ed69684824c9bfe3f4
Signed-off-by: Soumen Ghosh <quic_soumeng@quicinc.com>
2023-09-07 15:42:37 -07:00

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";
};