Hi Weijie, On Wed, 3 Aug 2022 at 21:35, Weijie Gao <weijie....@mediatek.com> wrote: > > This patch adds general board files based on MT7981 SoCs.
"Add general board files..." - same for other patches. Are the dts files from a particular Linux version? > > Signed-off-by: Weijie Gao <weijie....@mediatek.com> > --- > arch/arm/dts/Makefile | 5 + > arch/arm/dts/mt7981-emmc-rfb.dts | 139 +++++++++++++++++++++++++ > arch/arm/dts/mt7981-rfb.dts | 133 +++++++++++++++++++++++ > arch/arm/dts/mt7981-sd-rfb.dts | 139 +++++++++++++++++++++++++ > arch/arm/dts/mt7981-spim-nand-rfb.dts | 138 ++++++++++++++++++++++++ > arch/arm/dts/mt7981-spim-nor-rfb.dts | 133 +++++++++++++++++++++++ > board/mediatek/mt7981/MAINTAINERS | 10 ++ > board/mediatek/mt7981/Makefile | 3 + > board/mediatek/mt7981/mt7981_rfb.c | 10 ++ > configs/mt7981_emmc_rfb_defconfig | 64 ++++++++++++ > configs/mt7981_rfb_defconfig | 65 ++++++++++++ > configs/mt7981_sd_rfb_defconfig | 64 ++++++++++++ > configs/mt7981_spim_nand_rfb_defconfig | 59 +++++++++++ > configs/mt7981_spim_nor_rfb_defconfig | 70 +++++++++++++ > include/configs/mt7981.h | 26 +++++ > 15 files changed, 1058 insertions(+) > create mode 100644 arch/arm/dts/mt7981-emmc-rfb.dts > create mode 100644 arch/arm/dts/mt7981-rfb.dts > create mode 100644 arch/arm/dts/mt7981-sd-rfb.dts > create mode 100644 arch/arm/dts/mt7981-spim-nand-rfb.dts > create mode 100644 arch/arm/dts/mt7981-spim-nor-rfb.dts > create mode 100644 board/mediatek/mt7981/MAINTAINERS > create mode 100644 board/mediatek/mt7981/Makefile > create mode 100644 board/mediatek/mt7981/mt7981_rfb.c > create mode 100644 configs/mt7981_emmc_rfb_defconfig > create mode 100644 configs/mt7981_rfb_defconfig > create mode 100644 configs/mt7981_sd_rfb_defconfig > create mode 100644 configs/mt7981_spim_nand_rfb_defconfig > create mode 100644 configs/mt7981_spim_nor_rfb_defconfig > create mode 100644 include/configs/mt7981.h > Regards, Simon