Hi Hauke, Hauke Mehrtens <hauke@xxxxxxxxxx> wrote on Mon, 15 Mar 2021 18:07:10 +0100: > Buffalo uses a different TRX magic for every device, to be able to use > this trx parser, make it possible to specify the TRX magic in device > tree. If no TRX magic is specified in device tree, the standard value > will be used. This value should only be specified if a vendor chooses to > use a non standard TRX magic. > > Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> > --- > .../bindings/mtd/partitions/brcm,trx.txt | 5 +++++ > drivers/mtd/parsers/parser_trx.c | 21 ++++++++++++++++++- Can you please split this patch: 1- dt-binding update 2- driver update This way we can collect Rob's ack for the binding patch. Thanks, Miquèl