[PATCH v6 1/4] dt-bindings: media: add support for video hardware on QCS615 platform

Renjiang Han posted 4 patches 12 months ago
There is a newer version of this series
[PATCH v6 1/4] dt-bindings: media: add support for video hardware on QCS615 platform
Posted by Renjiang Han 12 months ago
QCS615 uses the same video core as SC7180.

Therefore, add qcom,qcs615-venus compatible to qcom,sc7180-venus.yaml to
enable video hardware support on QCS615 platform. Make qcom,qcs615-venus
fallback to qcom,sc7180-venus to ensure compatibility with existing
configurations.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Renjiang Han <quic_renjiang@quicinc.com>
---
 Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml
index 83c4a5d95f020437bd160d6456850bc84a2cf5ff..bfd8b1ad473128c974bce84639cb0aff59d8c2cc 100644
--- a/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml
+++ b/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml
@@ -18,7 +18,12 @@ allOf:
 
 properties:
   compatible:
-    const: qcom,sc7180-venus
+    oneOf:
+      - items:
+          - enum:
+              - qcom,qcs615-venus
+          - const: qcom,sc7180-venus
+      - const: qcom,sc7180-venus
 
   power-domains:
     minItems: 2

-- 
2.34.1
Re: [PATCH v6 1/4] dt-bindings: media: add support for video hardware on QCS615 platform
Posted by Krzysztof Kozlowski 12 months ago
On 19/12/2024 06:41, Renjiang Han wrote:
> QCS615 uses the same video core as SC7180.
> 
> Therefore, add qcom,qcs615-venus compatible to qcom,sc7180-venus.yaml to
> enable video hardware support on QCS615 platform. Make qcom,qcs615-venus
> fallback to qcom,sc7180-venus to ensure compatibility with existing
> configurations.
> 
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Signed-off-by: Renjiang Han <quic_renjiang@quicinc.com>
> ---

I received this multiple times. Don't send so many versions the same day
(or don't send to people internal testing things, not sure what was the
point of other posting).

Best regards,
Krzysztof
Re: [PATCH v6 1/4] dt-bindings: media: add support for video hardware on QCS615 platform
Posted by Renjiang Han 12 months ago
On 12/19/2024 4:19 PM, Krzysztof Kozlowski wrote:
> On 19/12/2024 06:41, Renjiang Han wrote:
>> QCS615 uses the same video core as SC7180.
>>
>> Therefore, add qcom,qcs615-venus compatible to qcom,sc7180-venus.yaml to
>> enable video hardware support on QCS615 platform. Make qcom,qcs615-venus
>> fallback to qcom,sc7180-venus to ensure compatibility with existing
>> configurations.
>>
>> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> Signed-off-by: Renjiang Han <quic_renjiang@quicinc.com>
>> ---
> I received this multiple times. Don't send so many versions the same day
> (or don't send to people internal testing things, not sure what was the
> point of other posting).
>
> Best regards,
> Krzysztof
OK, got it. I asked internal colleagues to review it first, and then 
post it.

-- 
Best Regards,
Renjiang