board/icorem6: fix the Qt5 display name
authorFabio Estevam <festevam@gmail.com>
Thu, 26 Dec 2019 13:32:27 +0000 (10:32 -0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 26 Dec 2019 19:38:43 +0000 (20:38 +0100)
The correct syntax that Qt5 understands for display names is
"LVDS1", so fix it accordingly.

Reported-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore-ofcap10.json
board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore-ofcap12.json
board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore.json

index 963c7c0031f989f6c892f4acc6ef618488150319..3bfe4a23623136e9c82108a5b60e7159dccb2089 100644 (file)
@@ -4,7 +4,7 @@
   "pbuffers": true,
   "outputs": [
     {
-      "name": "LVDS-1",
+      "name": "LVDS1",
       "mode": "1280x800"
     }
   ]
index 36700affdad9d410d7147465ba5c41feb452ee14..ea5ce6f97a38079b05d85998435962a0eb5742e7 100644 (file)
@@ -4,7 +4,7 @@
   "pbuffers": true,
   "outputs": [
     {
-      "name": "LVDS-1",
+      "name": "LVDS1",
       "mode": "1280x480"
     }
   ]
index ac139a3eafc239424881dea2c3aa0af86c04c5fe..b4fa359b64a4482275fd1a64383357517538b77b 100644 (file)
@@ -4,7 +4,7 @@
   "pbuffers": true,
   "outputs": [
     {
-      "name": "LVDS-1",
+      "name": "LVDS1",
       "mode": "800x480"
     }
   ]