The Skov i.MX8MP boards are a family of climate controllers. There are already device trees for three board variants and this series adds support for three more: - Basic: Barebones DT for use as bootloader device tree and as fallback when a device is unknown - BD500: No touch screen, but a few LEDs on the front plate - TIAN G07017: with a 7" touch screen --- Changes in v2: - Added Conor's Acked-by (Thanks!) - Fix comment typo in binding document - Rebased on top of Shawn's for-next to resolve a trivial conflict around the RTC I2C frequency - Link to v1: https://lore.kernel.org/r/20250113-skov-imx8mp-new-boards-v1-0-75288def1271@xxxxxxxxxxxxxx --- Ahmad Fatoum (5): dt-bindings: arm: fsl: add more compatibles for Skov i.MX8MP variants arm64: dts: imx8mp-skov: move I2C2 pin control group into DTSI arm64: dts: imx8mp-skov: describe I2C bus recovery for all controllers arm64: dts: imx8mp-skov: add revC BD500 board arm64: dts: imx8mp-skov: support new 7" panel board Oleksij Rempel (1): arm64: dts: imx8mp-skov: add basic board as fallback Documentation/devicetree/bindings/arm/fsl.yaml | 3 + arch/arm64/boot/dts/freescale/Makefile | 3 + .../arm64/boot/dts/freescale/imx8mp-skov-basic.dts | 10 +++ .../arm64/boot/dts/freescale/imx8mp-skov-reva.dtsi | 58 +++++++++++++- .../freescale/imx8mp-skov-revb-mi1010ait-1cp1.dts | 11 --- .../boot/dts/freescale/imx8mp-skov-revc-bd500.dts | 91 ++++++++++++++++++++++ .../dts/freescale/imx8mp-skov-revc-tian-g07017.dts | 81 +++++++++++++++++++ 7 files changed, 243 insertions(+), 14 deletions(-) --- base-commit: a8fd7fa3f9846eba45c3fd0390e2f6ee2ed2d22a change-id: 20250106-skov-imx8mp-new-boards-bba82044e96f Best regards, -- Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx>