From 33d7e308c96418c5ea01d44b7e8eebf4fe1a5cc1 Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Wed, 1 Feb 2023 07:06:09 +0000
Subject: [PATCH] Integrate gfxml2dto/add-santvend-support

--

Commit: https://git.seco.com/seco-ne/tools/gfxml2dto/-/commit/a7992ae3183a8b9333f4fb70283085e62813a337

santvend: add SPI BLE configuration depending on board rev

Depending on the revision of hardware, different nodes should be added
to resulted device tree:
- in case of v1.2 revision, it is equipped with ISP091201 BLE module
which is governed by special "spidevas" driver which implements its own
chip select handling. And in order to make it work, cs-gpios must be
removed for ecspi3 node.
- in case of v1.3 revision, it is equipped with Protues-III BLE module,
which is governed by standard "spidev" driver.

Both these spidev nodes are disabled in device tree by default,
and a proper device is enabled depending on the board revision.

Signed-off-by: Dmitry Petrov <dmitry.petrov@rtsoft.de>

--

Commit: https://git.seco.com/seco-ne/tools/gfxml2dto/-/commit/8112b025b7eca1f925957f9b865a107f975382da

dto: panel: add a handler for lvds.mode to activate Dual channel

To make dual channel LVDS work, add a handler for "mode" variable in
config.xml by analogy with Jethro. So if Dual channel display is used,
this variable should be set to "spl0" value.

Signed-off-by: Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>

--

Commit: https://git.seco.com/seco-ne/tools/gfxml2dto/-/commit/a95edfa9089e4fcfa01e6539f82a375243f7d752

platform: add support of SantVend

Add description of Quad and DualLite flavors of SantVend boards:
* mx6q-santvend
* mx6dl-santvend

Signed-off-by: Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
---
 SRCREV.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SRCREV.conf b/SRCREV.conf
index cfb9c651..d6a1d80e 100644
--- a/SRCREV.conf
+++ b/SRCREV.conf
@@ -4,7 +4,7 @@ SRCREV_pn-guf-show-demo = "19529497c532fdc061e9b2fd720926fd1320a2b8"
 SRCREV_pn-libmdb = "3fea0e6743c72702f5a6c7997b52b11d145ad43c"
 SRCREV_pn-ltp-guf-tests = "f16c238dcb5562d22fb4dd97f52dc642328b2a48"
 SRCREV_pn-touchcal-conv = "5f49ae862793ecde7a6306b66c626c0d06c50b36"
-SRCREV_pn-gfxml2dto = "bc59f31d1296cd27dcc6666e917d280890951062"
+SRCREV_pn-gfxml2dto = "a7992ae3183a8b9333f4fb70283085e62813a337"
 SRCREV_pn-egalaxi2c = "58e7e5c529b6e092209e9a7f762e391e328d8594"
 SRCREV_pn-gfplatdetect = "075370de87e8d4b9498553a0754d58a7db2c739f"
 SRCREV_pn-xconfig = "d3c6b663e087b78bbb6219fe3e34fda8de6e0f10"
-- 
GitLab