Hi,
Am 10.04.2022 um 18:32 schrieb Zhou Yanjie <zhouyanjie@xxxxxxxxxxxxxx>:No need to apologize.
Hi folks,
On 2022/4/9 下午9:53, H. Nikolaus Schaller wrote:
Am 09.04.2022 um 15:44 schrieb Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>:I assume. Nobody has reported an issue without having any specific jz4780 driver in place.
On 09/04/2022 15:32, H. Nikolaus Schaller wrote:
snps,dwc2 matches the original block, not necessarily thisAm 09.04.2022 um 15:15 schrieb Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>:Yes.
On 09/04/2022 15:05, H. Nikolaus Schaller wrote:
Make it work in what terms? We talk about hardware description, right?This looks wrong, the block usually should have a specific compatible.Well, I did not even have that idea that it could need an explanation.
Please mention why it does not.
There is no "ingenic,jz4780-otg" and none is needed here to make it work.
No. "snps,dwc2" is a hardware description for a licensed block.Therefore the generic "snps,dwc2" is sufficient.No, you are mixing now driver behavior (is sufficient) with hardware
description.
Not a driver behavior.
implementation. Unless you are sure?
Well, that is only evidence, not bullet proof.
The compatible ingenic,jz4780-otg was introduced in 158c774d3c64859e84dd20e04d5fb18c8d3d318e.No, regardless whether there is a need currently, most of them haveMost of licensed blocks require the specific compatible toIf there is a need to differentiate.
differentiate it.
specific compatibles, because there are some minor differences. Even if
difference is not visible from programming model or wiring, it might
justify it's own specific compatible. For example because maybe once
that tiny difference will require some changes.
Someone added the ingenic compatible, so why do you assume that one tool
(bindings) is correct but other piece of code (using specific
compatible) is not? You use the argument "bindings warning" which is not
enough. Argument that blocks are 100% same, is good enough, if you are
sure. Just use it in commit msg. But are you sure that these are the
same? Same pins, same programming model (entire model, not used by Linux)?
Hence I have added Yanjie for clarification why he added it in the .dts and not in the bindings.
It's my fault, last year I made an OTG driver for Ingenic SoCs and sent it
to the mailing list, and then I received some revision comments, but for
some personal reasons I didn't continue to improve it.
I'll finish these modifications as soon as possible and send them out.
Then after they merge into the mainline, this problem will be solved.
If you agree I can add "ingenic,jz4780-otg" to the schema file and keep
the .dts in the v2 of my series.
And I'll add you to the list of reviewers, so you can please comment v2
if it is correct or if we are still missing something.
Best regards and thanks,
Nikolaus