Files
android_kernel_samsung_sm87…/bindings/msm-cam-custom-hw.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

29 lines
778 B
Plaintext

* Qualcomm Technologies, Inc. MSM Camera Custom HW
Camera Custom device provides the definitions for enabling
the custom hardware. It also provides the functions for the client
to control the Custom hardware.
=======================
Required Node Structure
=======================
The Custom device is described in one level of the device node.
======================================
First Level Node - CAM Custom device
======================================
Required properties:
- compatible
Usage: required
Value type: <string>
Definition: Should specify the compatibility string for matching the
driver. e.g. "qcom,cam_custom_hw_sub_mod".
Example:
qcom,cam-custom-hw {
compatible = "qcom,cam_custom_hw_sub_mod";
arch-compat = "custom";
status = "ok";
};