Hi, Is it possible to take this series in upcoming release?
regards Frank > Gesendet: Dienstag, den 11.04.2023 um 17:19 Uhr > Von: "Frank Wunderlich" <li...@fw-web.de> > An: u-boot@lists.denx.de > Cc: "Frank Wunderlich" <fran...@public-files.de>, "Sam Shih" > <sam.s...@mediatek.com>, "William Zhang" <william.zh...@broadcom.com>, > "Philippe Reynes" <philippe.rey...@softathome.com>, "Marek Vasut" > <ma...@denx.de>, "Fabio Estevam" <feste...@denx.de>, "Marcel Ziswiler" > <marcel.ziswi...@toradex.com>, "Samuel Holland" <sam...@sholland.org>, "Pali > Rohár" <p...@kernel.org>, "Daniel Golle" <dan...@makrotopia.org>, "Simon > Glass" <s...@chromium.org>, "Weijie Gao" <weijie....@mediatek.com> > Betreff: [PATCH v2 0/2] Add DTS for BPI-R3 > > From: Frank Wunderlich <fran...@public-files.de> > > Add board specific devicetree for BananaPi R3. > > It is taken from openwrt > https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=package/boot/uboot-mediatek/patches/430-add-bpi-r3.patch;hb=HEAD > only enabled the factory button which was disabled because a HW-bug in > rev 1.0 of r3. > > v2: changed label for wps-button (used as reset in openwrt) > > Daniel Golle (1): > board: mediatek: add Bananapi-R3 devicetree > > Frank Wunderlich (1): > configs: change bpi-r3 to board specific dts and change prompt > > arch/arm/dts/Makefile | 2 + > arch/arm/dts/mt7986a-bpi-r3-emmc.dts | 32 ++++ > arch/arm/dts/mt7986a-bpi-r3-sd.dts | 268 +++++++++++++++++++++++++++ > configs/mt7986a_bpir3_emmc_defconfig | 6 +- > configs/mt7986a_bpir3_sd_defconfig | 6 +- > 5 files changed, 308 insertions(+), 6 deletions(-) > create mode 100644 arch/arm/dts/mt7986a-bpi-r3-emmc.dts > create mode 100644 arch/arm/dts/mt7986a-bpi-r3-sd.dts > > -- > 2.34.1 >