On 30/04/2024 16:30, Marc Gonzalez wrote:
msm8998 has the same video encode/decode accelerator as msm8996.
Signed-off-by: Marc Gonzalez <mgonzalez@xxxxxxxxxx>
---
Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml b/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml
index 3a4d817e544e2..56c16458e3bb4 100644
--- a/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml
+++ b/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml
@@ -18,7 +18,9 @@ allOf:
properties:
compatible:
- const: qcom,msm8996-venus
+ enum:
+ - qcom,msm8996-venus
+ - qcom,msm8998-venus
power-domains:
maxItems: 1
Yes, we're supposed to rearch venus to remove encoder/decoder blocks.
That's going on for 6+ months now, I'll post an RFC to address since I
don't think we should forever gate new SoC additions on a patchset that
appears to not be happening.
In the meantime.
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>