Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: media: add support for video hardware on QCS615 platform

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>
Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>

authored by

Renjiang Han and committed by
Hans Verkuil
4edd3417 e68c3c50

+6 -1
+6 -1
Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml
··· 18 18 19 19 properties: 20 20 compatible: 21 - const: qcom,sc7180-venus 21 + oneOf: 22 + - items: 23 + - enum: 24 + - qcom,qcs615-venus 25 + - const: qcom,sc7180-venus 26 + - const: qcom,sc7180-venus 22 27 23 28 power-domains: 24 29 minItems: 2