Hello, this patch set adds support for TQMa8MPxL on mainboard MBa8MPxL. This already includes some pinctrl and/or peripheral configurations which are not yet in use, e.g. PWM for PWM fan, backlight for LVDS panel, etc. Also note. this only supports MBa8MPxL Rev.2xx, Revision 1xx is not supported! Changes in v2: * Added a-b in patch1 * Changed LED label to function + color * Renamed some nodes * Added more pwm-backlight properties * Added comment about missing display compatible * Added display power-supply regulator * Fixed pinctl settings for HDMI mux * Added patch3 as WIP to show the LVDS overlay Best regards, Alexander Alexander Stein (2): arm64: dts: freescale: add initial device tree for TQMa8MPQL with i.MX8MP [DNI/WIP] arm64: dts: freescale: Add LVDS overlay for TQMa8MPxL Markus Niebel (1): dt-bindings: arm: add TQMa8MPxL board .../devicetree/bindings/arm/fsl.yaml | 12 + arch/arm64/boot/dts/freescale/Makefile | 3 + .../imx8mp-tqma8mpql-mba8mpxl-lvds.dts | 44 ++ .../freescale/imx8mp-tqma8mpql-mba8mpxl.dts | 708 ++++++++++++++++++ .../boot/dts/freescale/imx8mp-tqma8mpql.dtsi | 284 +++++++ 5 files changed, 1051 insertions(+) create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl-lvds.dts create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi -- 2.25.1