Message ID | 20241213-add-venus-for-qcs615-v4-1-7e2c9a72d309@quicinc.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | media: venus: enable venus on qcs615 | expand |
On Fri, Dec 13, 2024 at 03:26:46PM +0530, Renjiang Han wrote: > Add qcom,qcs615-venus compatible into qcom,sc7180-venus.yaml for the > video, and let qcom,qcs615-venus fallback to qcom,sc7180-venus on > QCS615 platform. > > Signed-off-by: Renjiang Han <quic_renjiang@quicinc.com> > --- > Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml > index 5cec1d077cda77817f6d876109defcb0abbfeb2c..6dee45b7366578e51319b575e5dd2587dc84baeb 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml > @@ -18,7 +18,13 @@ allOf: > > properties: > compatible: > - const: qcom,sc7180-venus > + oneOf: > + - items: > + - enum: > + - qcom,qcs615-venus > + - const: qcom,sc7180-venus > + Drop blank line. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On 12/16/2024 3:52 PM, Krzysztof Kozlowski wrote: > On Fri, Dec 13, 2024 at 03:26:46PM +0530, Renjiang Han wrote: >> Add qcom,qcs615-venus compatible into qcom,sc7180-venus.yaml for the >> video, and let qcom,qcs615-venus fallback to qcom,sc7180-venus on >> QCS615 platform. >> >> Signed-off-by: Renjiang Han <quic_renjiang@quicinc.com> >> --- >> Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml | 8 +++++++- >> 1 file changed, 7 insertions(+), 1 deletion(-) >> >> diff --git a/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml >> index 5cec1d077cda77817f6d876109defcb0abbfeb2c..6dee45b7366578e51319b575e5dd2587dc84baeb 100644 >> --- a/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml >> +++ b/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml >> @@ -18,7 +18,13 @@ allOf: >> >> properties: >> compatible: >> - const: qcom,sc7180-venus >> + oneOf: >> + - items: >> + - enum: >> + - qcom,qcs615-venus >> + - const: qcom,sc7180-venus >> + > Drop blank line. OK, thanks for pointing it out. > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > Best regards, > Krzysztof >
diff --git a/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml index 5cec1d077cda77817f6d876109defcb0abbfeb2c..6dee45b7366578e51319b575e5dd2587dc84baeb 100644 --- a/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml +++ b/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml @@ -18,7 +18,13 @@ 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
Add qcom,qcs615-venus compatible into qcom,sc7180-venus.yaml for the video, and let qcom,qcs615-venus fallback to qcom,sc7180-venus on QCS615 platform. Signed-off-by: Renjiang Han <quic_renjiang@quicinc.com> --- Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)