summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorTerence Ho <terenceh@codeaurora.org>2017-04-21 11:17:26 -0400
committerAndy Sun <bins@codeaurora.org>2017-05-15 15:55:03 +0800
commit96e3d4de6da5b613fbc32f1485b2d4ce491eb4cb (patch)
treee11f0530912c424fd644e1176377ecad205ca9c3 /Documentation
parent3d82d66409abb91539bcb9d1f343fcb9d583f2b4 (diff)
msm: Initial ais driver for automotive camera
Initial driver directory setup for automotive imaging subsystem - ais. The camera kernel drivers for mobile and automotive platforms have been decoupled and placed in separate directories as automotive usecases will require significant divergence from mobile drivers. The changes to the imaging pipeline drivers enable automotive imaging subsystem interface from userspace. This snapshot is taken as of msm-3.18 'commit c3d5931bbc51 ("msm: Initial ais driver for automotive camera")' Change-Id: I49b8e827818994d0a8b320ffe92f8031ffbb69ca Signed-off-by: Terence Ho <terenceh@codeaurora.org> Signed-off-by: Andy Sun <bins@codeaurora.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/media/video/msm-cam-smmu.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/media/video/msm-cam-smmu.txt b/Documentation/devicetree/bindings/media/video/msm-cam-smmu.txt
index b078cb9ab374..740c444ed21e 100644
--- a/Documentation/devicetree/bindings/media/video/msm-cam-smmu.txt
+++ b/Documentation/devicetree/bindings/media/video/msm-cam-smmu.txt
@@ -14,8 +14,8 @@ Required properties:
[Second level nodes]
Required properties:
- compatible : one of:
- - "qcom,msm-cam-smmu-cb"
- - "qcom,qsmmu-cam-cb"
+ - "qcom,msm-cam-smmu-cb" : For arm smmu iommu type.
+ - "qcom,qsmmu-cam-cb" : For qsmmu iommu type.
- iommus : Handle parsed by smmu driver. Number of entries will vary
across targets.
- label - string describing iommu domain usage.
@@ -23,6 +23,7 @@ Required properties:
Optional properties:
- qcom,scratch-buf-support : Enables iommu scratch buffer support in
that context bank.
+- qcom,secure-context : boolean type, to set the context domain type as secure.
Example:
qcom,cam_smmu@0 {