From: Maud Spierings <maudspierings@gocontroll.com>
To: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
Matti Vaittinen <mazziesaccount@gmail.com>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
Conor Dooley <conor.dooley@microchip.com>
Subject: Re: [PATCH v4 0/5] arm64: dts: freescale: add support for the GOcontroll Moduline IV/Mini
Date: Tue, 16 Dec 2025 09:22:28 +0100 [thread overview]
Message-ID: <f1e63d1a-e111-46e0-b615-3780391661d6@gocontroll.com> (raw)
In-Reply-To: <20251117-mini_iv-v4-0-5aa63832f51a@gocontroll.com>
Gentle ping after a month of inactivity.
Kind regards,
Maud
On 11/17/25 16:01, Maud Spierings via B4 Relay wrote:
> Add initial support for the Moduline IV and Moduline Mini embedded
> controllers.
>
> These systems are powered by the Ka-Ro Electronics tx8m-1610 COM, which
> features an imx8mm SoC.
>
> Signed-off-by: Maud Spierings <maudspierings@gocontroll.com>
> ---
> Changes in v4:
> - Fix BUCK6 property order
> - Change the BUCK6 min/max voltage to match the dram specs (Lothar)
> - Make it clear that the two systems are based on a SoM in commit
> message of the dt-bindings (Conor)
> - Drop merged PMIC fix (Matti, Mark)
> - Link to v3: https://lore.kernel.org/r/20251030-mini_iv-v3-0-ef56c4d9f219@gocontroll.com
>
> Changes in v3:
> - Add patch fixing the pmic driver
> - Use the proper feedback properties for BUCK6
> - Slightly rework the compatibles, acked by conor dropped
> - Add missing CAN interface supplies, remove the leftover comment
> - Add missing vled-supply
> - Add missing ethernet phy interrupt (doesn't work)
> - Fix the cs-gpios properties in all spi interfaces
> - Fix the order of properties in all spi interfaces
> - Remove unused labels for regulators of the PMIC
> - Link to v2: https://lore.kernel.org/r/20251022-mini_iv-v2-0-20af8f9aac14@gocontroll.com
>
> Changes in v2:
> - Fix allignment issue in imx8mm-tx8m-1610.dtsi (fec1)
> - Move phy-reset into fec (works better in barebox)
> - Make the gpio-line-names groups of four on every line
> - Link to v1: https://lore.kernel.org/r/20251009-mini_iv-v1-0-f3889c492457@gocontroll.com
>
> ---
> Maud Spierings (5):
> dt-bindings: arm: fsl: Add GOcontroll Moduline IV/Mini
> arm64: dts: imx8mm: Add pinctrl config definitions
> arm64: dts: freescale: add Ka-Ro Electronics tx8m-1610 COM
> arm64: dts: freescale: Add the GOcontroll Moduline IV
> arm64: dts: freescale: Add the GOcontroll Moduline Mini
>
> Documentation/devicetree/bindings/arm/fsl.yaml | 8 +
> arch/arm64/boot/dts/freescale/Makefile | 3 +
> arch/arm64/boot/dts/freescale/imx8mm-pinfunc.h | 33 +
> .../imx8mm-tx8m-1610-moduline-iv-306-d.dts | 800 +++++++++++++++++++++
> .../imx8mm-tx8m-1610-moduline-mini-111.dts | 688 ++++++++++++++++++
> .../arm64/boot/dts/freescale/imx8mm-tx8m-1610.dtsi | 444 ++++++++++++
> 6 files changed, 1976 insertions(+)
> ---
> base-commit: 7c3ba4249a3604477ea9c077e10089ba7ddcaa03
> change-id: 20251009-mini_iv-a05e5c2c1223
>
> Best regards,
prev parent reply other threads:[~2025-12-16 8:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-17 15:01 [PATCH v4 0/5] arm64: dts: freescale: add support for the GOcontroll Moduline IV/Mini Maud Spierings via B4 Relay
2025-11-17 15:01 ` [PATCH v4 1/5] dt-bindings: arm: fsl: Add " Maud Spierings via B4 Relay
2025-11-17 15:01 ` [PATCH v4 2/5] arm64: dts: imx8mm: Add pinctrl config definitions Maud Spierings via B4 Relay
2025-11-17 15:01 ` [PATCH v4 3/5] arm64: dts: freescale: add Ka-Ro Electronics tx8m-1610 COM Maud Spierings via B4 Relay
2025-11-17 15:01 ` [PATCH v4 4/5] arm64: dts: freescale: Add the GOcontroll Moduline IV Maud Spierings via B4 Relay
2025-12-29 8:21 ` Shawn Guo
2025-11-17 15:01 ` [PATCH v4 5/5] arm64: dts: freescale: Add the GOcontroll Moduline Mini Maud Spierings via B4 Relay
2025-12-29 8:28 ` Shawn Guo
2025-12-16 8:22 ` Maud Spierings [this message]
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=f1e63d1a-e111-46e0-b615-3780391661d6@gocontroll.com \
--to=maudspierings@gocontroll.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=conor.dooley@microchip.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mazziesaccount@gmail.com \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.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