From: Oleksij Rempel <o.rempel@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Oleksij Rempel <o.rempel@pengutronix.de>
Subject: [PATCH 0/3] Protonic maintenance
Date: Wed, 18 Dec 2024 07:08:57 +0100 [thread overview]
Message-ID: <20241218060900.3636980-1-o.rempel@pengutronix.de> (raw)
Maintenance for protonic specific boards. Start using upstreamed kernel
devicetrees for MEC* boards. And add support for stm32mp13 based board variant.
Oleksij Rempel (2):
ARM: stm32mp151-mecio1: use kernel dts
ARM: stm32mp151-mect1s: use kernel dts
Roan van Dijk (1):
ARM: protonic-stm32mp1: Add Add Priva E-Measuringbox board support
arch/arm/boards/Makefile | 1 +
arch/arm/boards/protonic-stm32mp13/Makefile | 4 +
arch/arm/boards/protonic-stm32mp13/board.c | 285 ++++++++++
arch/arm/boards/protonic-stm32mp13/lowlevel.c | 28 +
arch/arm/configs/stm32mp_defconfig | 1 +
arch/arm/dts/Makefile | 1 +
arch/arm/dts/stm32mp131.dtsi | 4 +
arch/arm/dts/stm32mp133c-prihmb.dts | 90 ++++
arch/arm/dts/stm32mp133c-prihmb.dtsi | 494 ++++++++++++++++++
arch/arm/dts/stm32mp151-mecio1.dts | 213 +-------
arch/arm/dts/stm32mp151-mect1s.dts | 319 +----------
arch/arm/mach-stm32mp/Kconfig | 7 +
images/Makefile.stm32mp | 1 +
13 files changed, 919 insertions(+), 529 deletions(-)
create mode 100644 arch/arm/boards/protonic-stm32mp13/Makefile
create mode 100644 arch/arm/boards/protonic-stm32mp13/board.c
create mode 100644 arch/arm/boards/protonic-stm32mp13/lowlevel.c
create mode 100644 arch/arm/dts/stm32mp133c-prihmb.dts
create mode 100644 arch/arm/dts/stm32mp133c-prihmb.dtsi
--
2.39.5
next reply other threads:[~2024-12-18 6:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-18 6:08 Oleksij Rempel [this message]
2024-12-18 6:08 ` [PATCH 1/3] ARM: stm32mp151-mecio1: use kernel dts Oleksij Rempel
2024-12-18 6:08 ` [PATCH 2/3] ARM: stm32mp151-mect1s: " Oleksij Rempel
2024-12-18 6:09 ` [PATCH 3/3] ARM: protonic-stm32mp1: Add Add Priva E-Measuringbox board support Oleksij Rempel
2024-12-20 8:46 ` Sascha Hauer
2024-12-20 8:46 ` (subset) [PATCH 0/3] Protonic maintenance Sascha Hauer
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=20241218060900.3636980-1-o.rempel@pengutronix.de \
--to=o.rempel@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox