From: Frank Wunderlich <linux@fw-web.de>
To: u-boot@lists.denx.de
Cc: "Frank Wunderlich" <frank-w@public-files.de>,
"Sam Shih" <sam.shih@mediatek.com>,
"William Zhang" <william.zhang@broadcom.com>,
"Philippe Reynes" <philippe.reynes@softathome.com>,
"Marek Vasut" <marex@denx.de>, "Fabio Estevam" <festevam@denx.de>,
"Marcel Ziswiler" <marcel.ziswiler@toradex.com>,
"Samuel Holland" <samuel@sholland.org>,
"Pali Rohár" <pali@kernel.org>,
"Daniel Golle" <daniel@makrotopia.org>,
"Simon Glass" <sjg@chromium.org>,
"Weijie Gao" <weijie.gao@mediatek.com>
Subject: [v1 0/2] Add DTS for BPI-R3
Date: Fri, 7 Apr 2023 23:26:26 +0200 [thread overview]
Message-ID: <20230407212628.77111-1-linux@fw-web.de> (raw)
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-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.
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
next reply other threads:[~2023-04-07 21:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-07 21:26 Frank Wunderlich [this message]
2023-04-07 21:26 ` [v1 1/2] board: mediatek: add Bananapi-R3 devicetree Frank Wunderlich
2023-04-08 7:37 ` Aw: " Frank Wunderlich
2023-04-07 21:26 ` [v1 2/2] configs: change bpi-r3 to board specific dts and change prompt Frank Wunderlich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230407212628.77111-1-linux@fw-web.de \
--to=linux@fw-web.de \
--cc=daniel@makrotopia.org \
--cc=festevam@denx.de \
--cc=frank-w@public-files.de \
--cc=marcel.ziswiler@toradex.com \
--cc=marex@denx.de \
--cc=pali@kernel.org \
--cc=philippe.reynes@softathome.com \
--cc=sam.shih@mediatek.com \
--cc=samuel@sholland.org \
--cc=sjg@chromium.org \
--cc=u-boot@lists.denx.de \
--cc=weijie.gao@mediatek.com \
--cc=william.zhang@broadcom.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.