[PATCH 2/4] media: dt-bindings: qcom,qcm2290-venus: add Venus on SM6115

From: Dmitry Baryshkov

Date: Thu May 07 2026 - 03:09:04 EST


The Qualcomm SM6115 platform contains the AR50_Lite core similar to the
one found on the QCM2290. Define new platform-specific compatible, while
using QCM2290 as a fallback.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/media/qcom,qcm2290-venus.yaml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/media/qcom,qcm2290-venus.yaml b/Documentation/devicetree/bindings/media/qcom,qcm2290-venus.yaml
index 7e6dc410c2d2..5c5933082f82 100644
--- a/Documentation/devicetree/bindings/media/qcom,qcm2290-venus.yaml
+++ b/Documentation/devicetree/bindings/media/qcom,qcm2290-venus.yaml
@@ -18,7 +18,11 @@ allOf:

properties:
compatible:
- const: qcom,qcm2290-venus
+ oneOf:
+ - items:
+ - const: qcom,sm6115-venus
+ - const: qcom,qcm2290-venus
+ - const: qcom,sm6115-venus

power-domains:
maxItems: 3

--
2.47.3