From f1642f0a2bbdb1abafb1469dd61c5e413f799336 Mon Sep 17 00:00:00 2001 From: kartanan Date: Wed, 28 Aug 2019 12:49:44 -0700 Subject: dt-bindings: camera: Add custom HW/csid bindings for KONA The change adds device tree bindings for custom HW for KONA. CRs-Fixed: 2515662 Change-Id: I3ee315c238275e5e4775c5a46a57636877ec44d7 --- bindings/msm-cam-custom-hw.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bindings/msm-cam-custom-hw.txt (limited to 'bindings/msm-cam-custom-hw.txt') diff --git a/bindings/msm-cam-custom-hw.txt b/bindings/msm-cam-custom-hw.txt new file mode 100644 index 0000000..61125d0 --- /dev/null +++ b/bindings/msm-cam-custom-hw.txt @@ -0,0 +1,28 @@ +* 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: + 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"; + }; -- cgit v1.2.3