mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 14:33:24 -04:00
dt-bindings: media: qcom: Add Shikra CAMSS compatible
Shikra contains the same Camera Subsystem IP as QCM2290. Document the platform-specific compatible string, using qcom,qcm2290-camss as fallback. Unlike QCM2290, Shikra omits the CDM and OPE blocks, requiring only a single IOMMU context bank instead of four. Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Reviewed-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> Signed-off-by: Nihal Kumar Gupta <nihal.gupta@oss.qualcomm.com> Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
This commit is contained in:
committed by
Bryan O'Donoghue
parent
6eec0f9b5c
commit
32179a552b
@@ -14,7 +14,11 @@ description:
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
const: qcom,qcm2290-camss
|
||||
oneOf:
|
||||
- items:
|
||||
- const: qcom,shikra-camss
|
||||
- const: qcom,qcm2290-camss
|
||||
- const: qcom,qcm2290-camss
|
||||
|
||||
reg:
|
||||
maxItems: 9
|
||||
@@ -76,7 +80,14 @@ properties:
|
||||
- const: sf_mnoc
|
||||
|
||||
iommus:
|
||||
maxItems: 4
|
||||
oneOf:
|
||||
- items:
|
||||
- description: S1 HLOS VFE non-protected (VFE only)
|
||||
- items:
|
||||
- description: S1 HLOS VFE non-protected
|
||||
- description: S1 HLOS CDM non-protected
|
||||
- description: S1 HLOS OPE read non-protected
|
||||
- description: S1 HLOS OPE write non-protected
|
||||
|
||||
power-domains:
|
||||
items:
|
||||
|
||||
Reference in New Issue
Block a user