Skip to content
Snippets Groups Projects
Commit 33d7e308 authored by GitBot's avatar GitBot
Browse files

Integrate gfxml2dto/add-santvend-support

--

Commit: seco-ne/tools/gfxml2dto@a7992ae3



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: default avatarDmitry Petrov <dmitry.petrov@rtsoft.de>

--

Commit: seco-ne/tools/gfxml2dto@8112b025



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: default avatarMikhail Vanyulin <mikhail.vanyulin@rtsoft.de>

--

Commit: seco-ne/tools/gfxml2dto@a95edfa9



platform: add support of SantVend

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

Signed-off-by: default avatarMikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
parent 78bdcd9d
No related branches found
No related tags found
1 merge request!1032Integrate gfxml2dto/add-santvend-support
Pipeline #51166 passed with stages
in 1 minute and 2 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment