Skip to content

Commit

Permalink
MBa8MPxL-RAS314: add LVDS devicetree
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Schmiedel <[email protected]>
  • Loading branch information
schmiedelm committed Nov 7, 2024
1 parent 2ab3cc6 commit a5dadc5
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
From 5cb95ed2dea1fea9335a9b7a73af7e7f4104fb38 Mon Sep 17 00:00:00 2001
From: Martin Schmiedel <[email protected]>
Date: Tue, 5 Nov 2024 10:07:03 +0100
Subject: [PATCH] Add lvds device tree for imx8mp-tqma8mpql-mba8mp-ras314

Signed-off-by: Martin Schmiedel <[email protected]>
---
arch/arm64/boot/dts/freescale/Makefile | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile
index f04c22b7d..543386e0d 100644
--- a/arch/arm64/boot/dts/freescale/Makefile
+++ b/arch/arm64/boot/dts/freescale/Makefile
@@ -198,8 +198,10 @@ dtb-$(CONFIG_ARCH_MXC) += imx8mp-evk-mx8-dlvds-lcd1.dtb

imx8mp-tqma8mpql-mba8mpxl-lvds-dtbs += imx8mp-tqma8mpql-mba8mpxl.dtb imx8mp-tqma8mpql-mba8mpxl-lvds.dtbo
imx8mp-tqma8mpql-mba8mpxl-lvds-g133han01-dtbs += imx8mp-tqma8mpql-mba8mpxl.dtb imx8mp-tqma8mpql-mba8mpxl-lvds-g133han01.dtbo
+imx8mp-tqma8mpql-mba8mp-ras314-lvds-dtbs += imx8mp-tqma8mpql-mba8mp-ras314.dtb imx8mp-tqma8mpql-mba8mpxl-lvds.dtbo
dtb-$(CONFIG_ARCH_MXC) += imx8mp-tqma8mpql-mba8mpxl-lvds.dtb
dtb-$(CONFIG_ARCH_MXC) += imx8mp-tqma8mpql-mba8mpxl-lvds-g133han01.dtb
+dtb-$(CONFIG_ARCH_MXC) += imx8mp-tqma8mpql-mba8mp-ras314-lvds.dtb

dtb-$(CONFIG_ARCH_MXC) += imx8mq-evk.dtb
dtb-$(CONFIG_ARCH_MXC) += imx8mq-hummingboard-pulse.dtb
--
2.43.0

0 comments on commit a5dadc5

Please sign in to comment.