From: Andrej Picej <andrej.picej@norik.com>
To: shawnguo@kernel.org, s.hauer@pengutronix.de,
kernel@pengutronix.de, festevam@gmail.com, robh@kernel.org,
krzk+dt@kernel.org, conor+dt@kernel.org
Cc: imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
upstream@lists.phytec.de
Subject: [PATCH v3 00/15] Update PHYTEC's i.MX8MM DTSs
Date: Tue, 18 Feb 2025 08:41:41 +0100 [thread overview]
Message-ID: <20250218074156.807214-1-andrej.picej@norik.com> (raw)
Hi all,
these patches aim to get PHYTEC downstream kernel device-tree changes
into the mainline for the phyCORE-i.MX8MM SoM and boards (phyBOARD-Polis
and phyGATE-Tauri-L).
Changes mainly fix suspending/resuming with different wakeup-sources and
add missing regulators. Last 4 patches add additional overlays. Some are
meant to be used with PHYTEC's "option tree" to add/disable optional SoM
components (idea behind it is outlined in [1]).
[1] https://lore.kernel.org/all/4e7dd467-20be-43ce-936d-200ede6d511b@phytec.de/
v1 at: https://lore.kernel.org/all/20241125081814.397352-1-andrej.picej@norik.com/
v2 at: https://lore.kernel.org/all/20241202072052.2195283-1-andrej.picej@norik.com/
Change log in corresponding patches (the only notable v3 change is in
- [PATCH 13/15] arm64: dts: imx8mm-phycore-som: Add overlay for rproc
where we fixed DTS check warning. Other changes just updated overlays copyright
year to 2025.
Best regards,
Andrej
Andrej Picej (3):
arm64: dts: imx8mm-phycore-som: Fix bluetooth wakeup source
arm64: dts: imx8mm-phyboard-polis: Set RTC as wakeup-source
arm64: dts: imx8mm-phygate-tauri-l: Set RTC as wakeup-source
Dominik Haller (1):
arm64: dts: imx8mm-phycore-som: Add overlay for rproc
Janine Hagemann (1):
arm64: dts: imx8mm-phyboard-polis: Add overlay for PEB-EVAL-01
Teresa Remmet (5):
arm64: dts: imx8mm-phycore-som: Keep LDO3 on in suspend
arm64: dts: imx8mm-phycore-som: Remove magic-packet property
arm64: dts: imx8mm-phyboard-polis: Add support for PEB-AV-10
arm64: dts: imx8mm-phycore-som: Add no-eth phy overlay
arm64: dts: imx8mm-phycore-som: Add overlay to disable SPI NOR flash
Yannic Moog (3):
arm64: dts: imx8mm-phycore-som: add descriptions to nodes
arm64: dts: imx8mm-phyboard-polis: add RTC description
arm64: dts: imx8mm: move bulk of rtc properties to carrierboards
Yashwanth Varakala (2):
arm64: dts: imx8mm-phycore-som: Assign regulator for dsi to lvds
bridge
arm64: dts: imx8mm-phyboard-polis: Assign missing regulator for
bluetooth
arch/arm64/boot/dts/freescale/Makefile | 13 +
.../imx8mm-phyboard-polis-peb-av-10.dtso | 237 ++++++++++++++++++
.../imx8mm-phyboard-polis-peb-eval-01.dtso | 72 ++++++
.../freescale/imx8mm-phyboard-polis-rdk.dts | 17 +-
.../dts/freescale/imx8mm-phycore-no-eth.dtso | 12 +
.../freescale/imx8mm-phycore-no-spiflash.dtso | 16 ++
.../dts/freescale/imx8mm-phycore-rpmsg.dtso | 58 +++++
.../dts/freescale/imx8mm-phycore-som.dtsi | 22 +-
.../dts/freescale/imx8mm-phygate-tauri-l.dts | 11 +
9 files changed, 442 insertions(+), 16 deletions(-)
create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-peb-av-10.dtso
create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-peb-eval-01.dtso
create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-phycore-no-eth.dtso
create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-phycore-no-spiflash.dtso
create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-phycore-rpmsg.dtso
--
2.34.1
next reply other threads:[~2025-02-18 7:42 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-18 7:41 Andrej Picej [this message]
2025-02-18 7:41 ` [PATCH v3 01/15] arm64: dts: imx8mm-phycore-som: Keep LDO3 on in suspend Andrej Picej
2025-02-18 7:41 ` [PATCH v3 02/15] arm64: dts: imx8mm-phycore-som: Fix bluetooth wakeup source Andrej Picej
2025-02-18 7:41 ` [PATCH v3 03/15] arm64: dts: imx8mm-phycore-som: Remove magic-packet property Andrej Picej
2025-02-18 7:41 ` [PATCH v3 04/15] arm64: dts: imx8mm-phycore-som: Assign regulator for dsi to lvds bridge Andrej Picej
2025-02-18 7:41 ` [PATCH v3 05/15] arm64: dts: imx8mm-phycore-som: add descriptions to nodes Andrej Picej
2025-02-18 7:41 ` [PATCH v3 06/15] arm64: dts: imx8mm-phyboard-polis: add RTC description Andrej Picej
2025-02-18 7:41 ` [PATCH v3 07/15] arm64: dts: imx8mm-phyboard-polis: Set RTC as wakeup-source Andrej Picej
2025-02-18 7:41 ` [PATCH v3 08/15] arm64: dts: imx8mm-phygate-tauri-l: " Andrej Picej
2025-02-18 7:41 ` [PATCH v3 09/15] arm64: dts: imx8mm: move bulk of rtc properties to carrierboards Andrej Picej
2025-02-18 7:41 ` [PATCH v3 10/15] arm64: dts: imx8mm-phyboard-polis: Assign missing regulator for bluetooth Andrej Picej
2025-02-18 7:41 ` [PATCH v3 11/15] arm64: dts: imx8mm-phyboard-polis: Add support for PEB-AV-10 Andrej Picej
2025-02-18 7:41 ` [PATCH v3 12/15] arm64: dts: imx8mm-phyboard-polis: Add overlay for PEB-EVAL-01 Andrej Picej
2025-02-18 7:41 ` [PATCH v3 13/15] arm64: dts: imx8mm-phycore-som: Add overlay for rproc Andrej Picej
2025-02-18 7:41 ` [PATCH v3 14/15] arm64: dts: imx8mm-phycore-som: Add no-eth phy overlay Andrej Picej
2025-02-18 7:41 ` [PATCH v3 15/15] arm64: dts: imx8mm-phycore-som: Add overlay to disable SPI NOR flash Andrej Picej
2025-02-23 8:17 ` [PATCH v3 00/15] Update PHYTEC's i.MX8MM DTSs Shawn Guo
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=20250218074156.807214-1-andrej.picej@norik.com \
--to=andrej.picej@norik.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=upstream@lists.phytec.de \
/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