
How many times I have to repeat to not send me mediatek changes for which I'm not maintainer???
On Tuesday 11 April 2023 17:19:45 Frank Wunderlich wrote:
From: Frank Wunderlich frank-w@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-m... 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