mbox series

[0/2] mtd: parsers: trx: Add support for Buffalo WSR-2533DHP2

Message ID 20210315170711.567358-1-hauke@hauke-m.de
Headers show
Series mtd: parsers: trx: Add support for Buffalo WSR-2533DHP2 | expand

Message

Hauke Mehrtens March 15, 2021, 5:07 p.m. UTC
The Buffalo WSR-2533DHP2 uses a Mediatek MT7622 SoC, with the TRX 
partition format with a special magic. Buffalo probably ported the code 
from their older Broadcom based devices.

Hauke Mehrtens (2):
  mtd: parsers: trx: Allow to specify trx-magic in DT
  mtd: parsers: trx: Remove dependency to BRCM architectures

 .../bindings/mtd/partitions/brcm,trx.txt      |  5 +++++
 drivers/mtd/parsers/Kconfig                   |  2 +-
 drivers/mtd/parsers/parser_trx.c              | 21 ++++++++++++++++++-
 3 files changed, 26 insertions(+), 2 deletions(-)