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 --- 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: 37136bf5c3a6f6b686d74f41837a6406bec6b7bc change-id: 20250106-skov-imx8mp-new-boards-bba82044e96f Best regards, -- Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx>