On 4/15/2021 3:02 PM, Rafał Miłecki wrote: > From: Rafał Miłecki <rafal@xxxxxxxxxx> > > This helps validating DTS files. > > Changes that require mentioning: > 1. reg-names > "mspi_regs" and "bspi_regs" were renamed to "mspi" and "bspi" as that > is what's used in DTS files and in Linux driver > 2. interrupt-names > Names were reordered. "mspi_done" has to go first as it's always > required. > 3. spi-rx-bus-width > Property description was dropped as it's part of the > spi-controller.yaml > 4. Examples: > * flash0@0 was a duplicated node and got dropped > * regs and interrupts were formatted and reordered to match yaml > * <0x1c> was replaced with <&gic> > > This rewritten binding validates cleanly using the "dt_binding_check". > Some Linux stored DTS files will require reordering regs and interrupts > to make dtbs_check happy. > > Signed-off-by: Rafał Miłecki <rafal@xxxxxxxxxx> Thanks a lot for doing that, do you mind adding Kamal as a maintainer for that binding if you have to send a v2? -- Florian