]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
media: dt-bindings: qcom,qcm2290-venus: add Venus on SM6115
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Fri, 15 May 2026 11:59:25 +0000 (14:59 +0300)
committerBryan O'Donoghue <bod@kernel.org>
Sat, 30 May 2026 07:41:47 +0000 (08:41 +0100)
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@oss.qualcomm.com>
[bod: Fixed indentation of compats]
Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
Documentation/devicetree/bindings/media/qcom,qcm2290-venus.yaml

index 7e6dc410c2d2bd9e87c57dee20e22fc57e576a1f..5977e7d0a71b4fb5681f1c2094439c251366f01f 100644 (file)
@@ -18,7 +18,11 @@ allOf:
 
 properties:
   compatible:
-    const: qcom,qcm2290-venus
+    oneOf:
+      - items:
+          - const: qcom,sm6115-venus
+          - const: qcom,qcm2290-venus
+      - const: qcom,qcm2290-venus
 
   power-domains:
     maxItems: 3