Re: [PATCH v4 4/5] arm64: dts: qcom: sm8250: Add JPEG encoder node

From: Atanas Filipov

Date: Mon Jul 13 2026 - 04:37:49 EST


On 7/6/2026 3:18 PM, Krzysztof Kozlowski wrote:
On 06/07/2026 09:11, Atanas Filipov wrote:
Add the JPEG encoder hardware node to the SM8250 device tree so the
qcom-jpeg V4L2 encoder driver can bind and operate on this platform.

Signed-off-by: Atanas Filipov <atanas.filipov@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/sm8250.dtsi | 81 ++++++++++++++++++++++++++++
1 file changed, 81 insertions(+)

Why is DTS patch before driver? Driver CANNOT depend on this.

Please organize your work correctly, see submitting patches in DT
explaining how this should be done.

Best regards,
Krzysztof

Acknowledged. v5 will have the correct order: binding → driver → DTS.

Best regards,
Atanas