mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-19 07:49:02 -05:00
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>
This commit is contained in:
committed by
Hans Verkuil
parent
e68c3c50a7
commit
4edd34175e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user