[PATCH v11 2/9] dt-bindings: reset: Add bindings for SP7021 reset driver

qinjian[覃健] qinjian at cqplus1.com
Tue Mar 22 18:54:35 PDT 2022


> > +examples:
> > +  - |
> > +    rstc: reset at 9c000054 {
> > +      compatible = "sunplus,sp7021-reset";
> > +      #reset-cells = <1>;
> > +      reg = <0x9c000054 0x28>;
> 
> I asked you to put the reg after compatible in all DTS code and
> examples. If you do not agree with a comment, please respond. Ignoring
> it is not cooperative.
> 

Your  reply: https://lore.kernel.org/all/d3ac3e2f-71fd-b2b4-7c7e-bb43c681d14e@canonical.com/
> > +  - |
> > +
> > +    clkc: clock-controller at 9c000000 {
> > +      compatible = "sunplus,sp7021-clkc";
> > +      #clock-cells = <1>;
> > +      reg = <0x9c000000 0x280>;
>
> In DTS code, please put reg after compatible. In all your examples and
> DTS patches.
>
>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski at canonical.com>

I see your review-tag. So, I misunderstand your comments.
Did you means 'reg' must directly after the 'compatible', like this?
    clkc: clock-controller at 9c000000 {
      #clock-cells = <1>;
      compatible = "sunplus,sp7021-clkc";
      reg = <0x9c000000 0x280>;


More information about the linux-arm-kernel mailing list