On Wed, Aug 31, 2022 at 09:26:17AM +0200, Arnd Bergmann wrote: > On Wed, Aug 31, 2022, at 1:00 AM, Pali Rohár wrote: > > a/Documentation/devicetree/bindings/power/reset/syscon-reboot.yaml > > b/Documentation/devicetree/bindings/power/reset/syscon-reboot.yaml > > index da2509724812..4c8b0d0a0111 100644 > > --- a/Documentation/devicetree/bindings/power/reset/syscon-reboot.yaml > > +++ b/Documentation/devicetree/bindings/power/reset/syscon-reboot.yaml > > @@ -42,6 +42,11 @@ properties: > > $ref: /schemas/types.yaml#/definitions/uint32 > > description: The reset value written to the reboot register (32 > > bit access). > > > > + priority: > > + $ref: /schemas/types.yaml#/definitions/int32 > > + description: Priority level of this syscon reset device. > > + default: 192 > > + > > My first thought was that this is looks very Linux specific and > probably should be documented as such. However I see there is > already precedent in > Documentation/devicetree/bindings/power/reset/gpio-restart.yaml, > which defines the same thing with a more detailed description. > > Since this is an optional property for both, and it has the > same meaning here, is it possible to move the description > to a common place where it either gets included from both, > or from all reboot bindings?
Yes, that is what I said in my other replies. Rob