<div dir="ltr">Hello everyone,<br><br>Thank you a lot for your prompt feedbacks.<br>I'm really sorry for all the mistakes, it is the first time that I try to submit a patch and i thought I followed the guideline but clearly that was not the case.<br><br> <a class="gmail_plusreply" id="plusReplyChip-0" href="mailto:marex@denx.de" tabindex="-1">@Marek Vasut</a> About your question to why disabling burst-mode:<br>- I agree with you that Burst Mode is the preferred way to send data. For that reason I created the new flag in a way that, if not used in dts, burst mode remains active by default.<br><div>  However, I decide to introduced this property because I have noticed that some dual-channel panels work better in non-burst mode (even if less efficient), and since the sn65dsi84 datasheet allows this setting, I thought to give this opportunity to users.<br>  What do you think about it?<br><br>After reading better the documentation, I understood that I have to send a Patch Series that includes binding documentation, the implementation and a cover letter. Is that correct? Should I start a new thread or should I continue this one?<br><br>Thank you very much for your support and your patience,<br><br>Best regards,<br><br>Stefano</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno lun 8 lug 2024 alle ore 18:47 Rob Herring (Arm) <<a href="mailto:robh@kernel.org">robh@kernel.org</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
On Mon, 08 Jul 2024 17:18:56 +0200, <a href="mailto:stefano.radaelli21@gmail.com" target="_blank">stefano.radaelli21@gmail.com</a> wrote:<br>
> From: Stefano Radaelli <<a href="mailto:stefano.radaelli21@gmail.com" target="_blank">stefano.radaelli21@gmail.com</a>><br>
> <br>
> It allows to disable Burst video mode<br>
> <br>
> Co-developed-by: Noah J. Rosa <<a href="mailto:noahj.rosa@gmail.com" target="_blank">noahj.rosa@gmail.com</a>><br>
> Signed-off-by: Noah J. Rosa <<a href="mailto:noahj.rosa@gmail.com" target="_blank">noahj.rosa@gmail.com</a>><br>
> Signed-off-by: Stefano Radaelli <<a href="mailto:stefano.radaelli21@gmail.com" target="_blank">stefano.radaelli21@gmail.com</a>><br>
> ---<br>
>  .../devicetree/bindings/display/bridge/ti,sn65dsi83.yaml       | 3 +++<br>
>  1 file changed, 3 insertions(+)<br>
> <br>
<br>
My bot found errors running 'make dt_binding_check' on your patch:<br>
<br>
yamllint warnings/errors:<br>
<br>
dtschema/dtc warnings/errors:<br>
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml: burst-mode-disabled: missing type definition<br>
<br>
doc reference errors (make refcheckdocs):<br>
<br>
See <a href="https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240708151857.40538-1-stefano.radaelli21@gmail.com" rel="noreferrer" target="_blank">https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240708151857.40538-1-stefano.radaelli21@gmail.com</a><br>
<br>
The base for the series is generally the latest rc1. A different dependency<br>
should be noted in *this* patch.<br>
<br>
If you already ran 'make dt_binding_check' and didn't see the above<br>
error(s), then make sure 'yamllint' is installed and dt-schema is up to<br>
date:<br>
<br>
pip3 install dtschema --upgrade<br>
<br>
Please check and re-submit after running the above command yourself. Note<br>
that DT_SCHEMA_FILES can be set to your schema file to speed up checking<br>
your schema. However, it must be unset to test all examples with your schema.<br>
<br>
</blockquote></div>