Browse Source

board/icorem6: fix the Qt5 display name

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>
Fabio Estevam 4 years ago
parent
commit
623fc9eabf

+ 1 - 1
board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore-ofcap10.json

@@ -4,7 +4,7 @@
   "pbuffers": true,
   "outputs": [
     {
-      "name": "LVDS-1",
+      "name": "LVDS1",
       "mode": "1280x800"
     }
   ]

+ 1 - 1
board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore-ofcap12.json

@@ -4,7 +4,7 @@
   "pbuffers": true,
   "outputs": [
     {
-      "name": "LVDS-1",
+      "name": "LVDS1",
       "mode": "1280x480"
     }
   ]

+ 1 - 1
board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore.json

@@ -4,7 +4,7 @@
   "pbuffers": true,
   "outputs": [
     {
-      "name": "LVDS-1",
+      "name": "LVDS1",
       "mode": "800x480"
     }
   ]