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@xxxxxxxxx/ v1 at: https://lore.kernel.org/all/20241125081814.397352-1-andrej.picej@xxxxxxxxx/ v2 changes in corresponding patches. 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 | 55 ++++ .../dts/freescale/imx8mm-phycore-som.dtsi | 22 +- .../dts/freescale/imx8mm-phygate-tauri-l.dts | 11 + 9 files changed, 439 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