Hi, this series adds LVDS support using a standard, but exchangable, display on the starter kit mainboard MBa8Mx. It is split into 3 patches where the 1st adds the necessary DT nodes for LVDS while the 2nd patch adds the overlay for the actual support for tianma tm070jvhg33 display. The last one enable the necessary driver options in defconfig. Thanks and best regards, Alexander Alexander Stein (3): arm64: dts: imx8mm-tqma8mqml-mba8mx: Add DSI-LVDS bridge node arm64: dts: imx8mm-tqma8mqml-mba8mx: Add LVDS overlay arm64: defconfig: Enable Samsung DSIM driver arch/arm64/boot/dts/freescale/Makefile | 4 ++ .../imx8mm-tqma8mqml-mba8mx-lvds.dtso | 43 ++++++++++++ .../dts/freescale/imx8mm-tqma8mqml-mba8mx.dts | 29 ++++++++ .../boot/dts/freescale/imx8mm-tqma8mqml.dtsi | 5 ++ arch/arm64/boot/dts/freescale/mba8mx.dtsi | 68 +++++++++++++++++++ arch/arm64/configs/defconfig | 2 + 6 files changed, 151 insertions(+) create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx-lvds.dtso -- 2.34.1