From: Dario Binacchi <dario.binacchi@amarulasolutions.com>
To: linux-kernel@vger.kernel.org
Cc: linux-amarula@amarulasolutions.com, michael@amarulasolutions.com,
Dario Binacchi <dario.binacchi@amarulasolutions.com>,
Alexander Stein <alexander.stein@ew.tq-group.com>,
Ard Biesheuvel <ardb@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Eric Biggers <ebiggers@google.com>,
Fabio Estevam <festevam@denx.de>,
Fabio Estevam <festevam@gmail.com>,
Francesco Dolcini <francesco.dolcini@toradex.com>,
Frieder Schrempf <frieder.schrempf@kontron.de>,
Heiko Schocher <hs@denx.de>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Lee Jones <lee@kernel.org>, Marek Vasut <marex@denx.de>,
"Martin K. Petersen" <martin.petersen@oracle.com>,
Max Merchel <Max.Merchel@ew.tq-group.com>,
Michael Walle <mwalle@kernel.org>, Peng Fan <peng.fan@nxp.com>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Rob Herring <robh@kernel.org>,
Russell King <linux@armlinux.org.uk>,
Sascha Hauer <s.hauer@pengutronix.de>,
Shawn Guo <shawnguo@kernel.org>,
Tim Harvey <tharvey@gateworks.com>,
devicetree@vger.kernel.org, imx@lists.linux.dev,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/6] Support i.MX28 Amarula rmm board
Date: Thu, 29 May 2025 16:35:07 +0200 [thread overview]
Message-ID: <20250529143544.2381031-1-dario.binacchi@amarulasolutions.com> (raw)
The series adds support for i.MX28 Amarula rmm board.
The board includes the following resources:
- 256 Mbytes NAND Flash
- 128 Mbytes DRAM DDR2
- CAN
- USB 2.0 high-speed/full-speed
- Ethernet MAC
Changes in v4:
- In mxs-lradc.txt:
- Fix typo Low-Resoulution -> Low-Resolution'
- Wrap lines at 80 char.
- Drop '|' from the description
- Describe what each interrupt is for.
- Move touchscreen-wires constraint for imx28 to the top level
- In imx28-amarula-rmm.dts:
- Drop label property (deprecated) under the leds sub-nodes.
- Add microSD comment above the ssp0 node.
- Add patch 5/6 "ARM: mxs_defconfig: Cleanup mxs_defconfig"
- Add patch 6/6 "ARM: mxs_defconfig: select new drivers used by
imx28-amarula-rmm"
Changes in v3:
- In imx28-amarula-rmm.dts:
- Drop xceiver-supply property from can0 node.
- Rearrange the order of specific nodes and properties
alphabetically.
Changes in v2:
- In imx28-amarula-rmm.dts:
- Replace '-' with '@' for the pinctrl sub-nodes.
- Replace edt,edt-ft5x06 with edt,edt-ft5306.
- Drop LCD reset hog pin.
- Add correct #address-cells and #size-cells to gpmi node.
- Replace edt-ft5x06@38 with touchscreen@38.
- Drop from commit messages all references to LCD display.
- Add patch [1/4] "dt-bindings: mfd: convert mxs-lradc bindings to
json-schema".
Dario Binacchi (6):
dt-bindings: mfd: convert mxs-lradc bindings to json-schema
ARM: dts: imx28: add pwm7 muxing options
dt-bindings: arm: fsl: add i.MX28 Amarula rmm board
ARM: dts: mxs: support i.MX28 Amarula rmm board
ARM: mxs_defconfig: Cleanup mxs_defconfig
ARM: mxs_defconfig: select new drivers used by imx28-amarula-rmm
.../devicetree/bindings/arm/fsl.yaml | 1 +
.../devicetree/bindings/mfd/mxs-lradc.txt | 45 ---
.../devicetree/bindings/mfd/mxs-lradc.yaml | 131 ++++++++
arch/arm/boot/dts/nxp/mxs/Makefile | 1 +
.../boot/dts/nxp/mxs/imx28-amarula-rmm.dts | 301 ++++++++++++++++++
arch/arm/boot/dts/nxp/mxs/imx28.dtsi | 10 +
arch/arm/configs/mxs_defconfig | 14 +-
7 files changed, 447 insertions(+), 56 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/mfd/mxs-lradc.txt
create mode 100644 Documentation/devicetree/bindings/mfd/mxs-lradc.yaml
create mode 100644 arch/arm/boot/dts/nxp/mxs/imx28-amarula-rmm.dts
--
2.43.0
base-commit: 2d1e9b3978bc041336f1bf6c611fbbf435a297f5
branch: imx28-amarula-rmm
next reply other threads:[~2025-05-29 14:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-29 14:35 Dario Binacchi [this message]
2025-05-29 14:35 ` [PATCH v4 1/6] dt-bindings: mfd: convert mxs-lradc bindings to json-schema Dario Binacchi
2025-05-30 14:37 ` Rob Herring
2025-05-29 14:35 ` [PATCH v4 2/6] ARM: dts: imx28: add pwm7 muxing options Dario Binacchi
2025-05-29 15:49 ` Frank Li
2025-05-29 14:35 ` [PATCH v4 3/6] dt-bindings: arm: fsl: add i.MX28 Amarula rmm board Dario Binacchi
2025-05-29 14:35 ` [PATCH v4 4/6] ARM: dts: mxs: support " Dario Binacchi
2025-05-29 15:54 ` Frank Li
2025-05-30 7:16 ` Dario Binacchi
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=20250529143544.2381031-1-dario.binacchi@amarulasolutions.com \
--to=dario.binacchi@amarulasolutions.com \
--cc=Max.Merchel@ew.tq-group.com \
--cc=alexander.stein@ew.tq-group.com \
--cc=ardb@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=ebiggers@google.com \
--cc=festevam@denx.de \
--cc=festevam@gmail.com \
--cc=francesco.dolcini@toradex.com \
--cc=frieder.schrempf@kontron.de \
--cc=hs@denx.de \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=lee@kernel.org \
--cc=linux-amarula@amarulasolutions.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=marex@denx.de \
--cc=martin.petersen@oracle.com \
--cc=michael@amarulasolutions.com \
--cc=mwalle@kernel.org \
--cc=peng.fan@nxp.com \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=tharvey@gateworks.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox