Re: [RESEND PATCH v1 2/4] dt-bindings: power: reset: Add alternate reboot mode format

2020-08-26 Thread Elliot Berman
On 8/25/2020 5:25 PM, Rob Herring wrote: On Tue, Aug 18, 2020 at 11:54:14AM -0700, Elliot Berman wrote: Current reboot-mode device tree schema does not support reboot commands with spaces in them [1]. Add an optional new node "reboot-mode-names" and "reboot-mode-magic" which add an array of stri

Re: [RESEND PATCH v1 2/4] dt-bindings: power: reset: Add alternate reboot mode format

2020-08-25 Thread Rob Herring
On Tue, Aug 18, 2020 at 11:54:14AM -0700, Elliot Berman wrote: > Current reboot-mode device tree schema does not support reboot commands > with spaces in them [1]. Add an optional new node "reboot-mode-names" > and "reboot-mode-magic" which add an array of strings and u32s, > respectively which wou

Re: [RESEND PATCH v1 2/4] dt-bindings: power: reset: Add alternate reboot mode format

2020-08-25 Thread Sebastian Reichel
Hi, On Tue, Aug 18, 2020 at 11:54:14AM -0700, Elliot Berman wrote: > Current reboot-mode device tree schema does not support reboot commands > with spaces in them [1]. Add an optional new node "reboot-mode-names" > and "reboot-mode-magic" which add an array of strings and u32s, > respectively whic

[RESEND PATCH v1 2/4] dt-bindings: power: reset: Add alternate reboot mode format

2020-08-18 Thread Elliot Berman
Current reboot-mode device tree schema does not support reboot commands with spaces in them [1]. Add an optional new node "reboot-mode-names" and "reboot-mode-magic" which add an array of strings and u32s, respectively which would permit any string in this framework. [1]: https://git.kernel.org/pu