board/freescale/imx6-sabresd: Fix the Qt5 display names
authorFabio Estevam <festevam@gmail.com>
Mon, 23 Dec 2019 12:22:52 +0000 (09:22 -0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 23 Dec 2019 19:55:23 +0000 (20:55 +0100)
The correct syntax that Qt5 understands for display names is
"HDMI1" and "LVDS1", so fix it accordingly.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
board/freescale/imx6-sabresd/rootfs_overlay/root/sabresd.json

index d5d063af87ddd369a71d63cfcd2cf0c696da9c76..fe92ce5b290480eff99d2150fb1811cd084c0118 100644 (file)
@@ -4,11 +4,11 @@
   "pbuffers": true,
   "outputs": [
     {
-      "name": "HDMI-1",
+      "name": "HDMI1",
       "mode": "off"
     },
     {
-      "name": "LVDS-1",
+      "name": "LVDS1",
       "mode": "1024x768"
     }
   ]