diff options
| author | Konrad Dybcio <konrad.dybcio@linaro.org> | 2023-04-07 16:28:31 +0300 |
|---|---|---|
| committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2023-09-27 10:39:54 +0300 |
| commit | ef876db6a2bf412b550fd3cbdfdcc73ca9959420 (patch) | |
| tree | 91a22bd57805af2335000abb6f58fa7514b1626c | |
| parent | 87889f1b7ea40d2544b49c62092e6ef2792dced7 (diff) | |
| download | linux-ef876db6a2bf412b550fd3cbdfdcc73ca9959420.tar.xz | |
dt-bindings: media: qcom,sdm845-venus-v2: Allow interconnect properties
Allow the interconnect properties, which have been in use for ages.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
| -rw-r--r-- | Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml b/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml index d5f80976f4cf..6228fd2b3246 100644 --- a/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml +++ b/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml @@ -48,6 +48,14 @@ properties: iommus: maxItems: 2 + interconnects: + maxItems: 2 + + interconnect-names: + items: + - const: video-mem + - const: cpu-cfg + operating-points-v2: true opp-table: type: object |
