Skip to content

Commit 5550188

Browse files
committed
docs(linux): AM625 sk evm Microtips mf101hie touch issue update for B/-P1 revision
Add steps for how to enable touch in Microtips panel on AM625 sk evm B/-P1 revision Signed-off-by: Swamil Jain <[email protected]>
1 parent bd31564 commit 5550188

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

source/linux/How_to_Guides/Target/How_to_enable_Microtips_LVDS_Panel.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,25 @@ is supported on platforms:
5555
root@am62xx-evm:~# modprobe ili210x
5656
5757
After re-initializing the module, the touch IC should now be registered as an input and touch should be functional.
58+
59+
**Note**: The following steps are only applicable on AM625 SK EVM revision B/B-P1 board
60+
61+
#. Run the following command
62+
63+
.. code-block:: bash
64+
65+
root@am62xx-evm:~# modprobe -r ili210x
66+
67+
#. Power off the LVDS panel by disconnecting the 12V barrel jack (do not power off the SK EVM)
68+
#. Power on the LVDS panel
69+
#. Run the following command
70+
71+
.. code-block:: bash
72+
73+
root@am62xx-evm:~# modprobe ili210x
74+
75+
After re-initializing the module, the touch IC should now be registered as an input and touch should be functional.
76+
77+
.. note::
78+
79+
``i2ctransfer`` not required for AM625 SK EVM B/B-P1 revision

0 commit comments

Comments
 (0)