From: Alexander Stein <alexander.stein@ew.tq-group.com>
To: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will@kernel.org>
Cc: Alexander Stein <alexander.stein@ew.tq-group.com>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
NXP Linux Team <linux-imx@nxp.com>,
devicetree@vger.kernel.org, linux@ew.tq-group.com,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/5] TQMa8Mx/TQMa8MxML/TQMa8MxNL LVDS support
Date: Tue, 22 Aug 2023 14:07:59 +0200 [thread overview]
Message-ID: <20230822120804.717592-1-alexander.stein@ew.tq-group.com> (raw)
Hi,
this series adds LVDS support using a standard, but exchangable, display on the
starter kit mainboard MBa8Mx. It is split into 5 patches where the 1st adds the
necessary DT nodes for LVDS while the following 3 patches add the overlay for
the actual support for tianma tm070jvhg33 display on each platform.
The last one enable the necessary driver options in defconfig.
Thanks for the feedback on v1.
Changes in v2:
* Moved common settings to mba8mx.dtsi
* Added DT overlays for TQMa8Mx and TQMa8MxNL platforms
* Renamed DT overlay files using the panel name
* Unified commit message
* Removed tailing 0 in DT node name
* Replaced undersorces in DT node names with dashes
Thanks and best regards,
Alexander
Alexander Stein (5):
arm64: dts: mba8mx: Add DSI-LVDS bridge nodes
arm64: dts: imx8mm-tqma8mqml-mba8mx: Add LVDS overlay
arm64: dts: imx8mn-tqma8mqnl-mba8mx: Add LVDS overlay
arm64: dts: imx8mq-tqma8mq-mba8mx: Add LVDS overlay
arm64: defconfig: Enable Samsung DSIM driver
arch/arm64/boot/dts/freescale/Makefile | 12 +++
...8mm-tqma8mqml-mba8mx-lvds-tm070jvhg33.dtso | 45 +++++++++
.../boot/dts/freescale/imx8mm-tqma8mqml.dtsi | 5 +
...8mn-tqma8mqnl-mba8mx-lvds-tm070jvhg33.dtso | 45 +++++++++
.../boot/dts/freescale/imx8mn-tqma8mqnl.dtsi | 5 +
...mx8mq-tqma8mq-mba8mx-lvds-tm070jvhg33.dtso | 49 ++++++++++
arch/arm64/boot/dts/freescale/mba8mx.dtsi | 93 +++++++++++++++++++
arch/arm64/configs/defconfig | 2 +
8 files changed, 256 insertions(+)
create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx-lvds-tm070jvhg33.dtso
create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl-mba8mx-lvds-tm070jvhg33.dtso
create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-tqma8mq-mba8mx-lvds-tm070jvhg33.dtso
--
2.34.1
next reply other threads:[~2023-08-22 12:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-22 12:07 Alexander Stein [this message]
2023-08-22 12:08 ` [PATCH v2 1/5] arm64: dts: mba8mx: Add DSI-LVDS bridge nodes Alexander Stein
2023-08-22 12:08 ` [PATCH v2 2/5] arm64: dts: imx8mm-tqma8mqml-mba8mx: Add LVDS overlay Alexander Stein
2023-08-22 12:08 ` [PATCH v2 3/5] arm64: dts: imx8mn-tqma8mqnl-mba8mx: " Alexander Stein
2023-08-22 12:08 ` [PATCH v2 4/5] arm64: dts: imx8mq-tqma8mq-mba8mx: " Alexander Stein
2023-08-22 12:08 ` [PATCH v2 5/5] arm64: defconfig: Enable Samsung DSIM driver Alexander Stein
2023-09-25 0:20 ` [PATCH v2 0/5] TQMa8Mx/TQMa8MxML/TQMa8MxNL LVDS support Shawn Guo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230822120804.717592-1-alexander.stein@ew.tq-group.com \
--to=alexander.stein@ew.tq-group.com \
--cc=catalin.marinas@arm.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux@ew.tq-group.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=will@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).