Re: [PATCH v4 4/4] dt-bindings: Update the riscv,isa string description

2019-08-06 Thread Paul Walmsley
On Fri, 2 Aug 2019, Atish Patra wrote: > Since the RISC-V specification states that ISA description strings are > case-insensitive, there's no functional difference between mixed-case, > upper-case, and lower-case ISA strings. Thus, to simplify parsing, > specify that the letters present in "riscv

[PATCH v4 4/4] dt-bindings: Update the riscv,isa string description

2019-08-02 Thread Atish Patra
Since the RISC-V specification states that ISA description strings are case-insensitive, there's no functional difference between mixed-case, upper-case, and lower-case ISA strings. Thus, to simplify parsing, specify that the letters present in "riscv,isa" must be all lowercase. Suggested-by: Paul