@@ -7,8 +7,11 @@ is supported on platforms:
77 - `AM62X SK <https://www.ti.com/tool/SK-AM62 >`__
88 - `AM62X LP SK <https://www.ti.com/tool/SK-AM62-LP >`__
99 - `AM62P SK <https://www.ti.com/tool/SK-AM62P-LP >`__
10+ - `AM62B SK <https://www.ti.com/tool/SK-AM62B >`__
11+ - `AM62B-P1 <https://www.ti.com/tool/SK-AM62B-P1 >`__
1012
11- **Steps to enable OLDI Panel DT overlay: **
13+ Steps to enable OLDI Panel DT overlay
14+ -------------------------------------
1215
1316#. Follow the :ref: `How to enable DT overlays in linux <howto_dt_overlays >` guide for steps on building
1417 and adding the overlay to your SD card. Make sure the correct overlay file has been appended
@@ -33,14 +36,16 @@ is supported on platforms:
3336 +---------------+---------------------------------------------+
3437
3538
36- **Steps to enable Touch on the Microtips Panel on AM625 SK EVM: **
39+ Steps to enable Touch on the Microtips Panel on AM625 SK EVM
40+ ------------------------------------------------------------
3741
38- **Note **: The following steps are only applicable on AM625 SK EVM revision E3 board
42+ E3 revision
43+ ^^^^^^^^^^^
3944
4045#. Power off the LVDS board by disconnecting the 12V barrel jack (do not power off the SK EVM)
4146#. Run the following commands from the Linux prompt:
4247
43- .. code-block :: bash
48+ .. code-block :: console
4449
4550 root@am62xx-evm:~# modprobe -r ili210x
4651 root@am62xx-evm:~# i2ctransfer -f -y 0 w3@0x3f 0x09 0x1 0x0e
@@ -50,8 +55,31 @@ is supported on platforms:
5055 #. Power on the LVDS board
5156#. Run the following command:
5257
53- .. code-block :: bash
58+ .. code-block :: console
5459
5560 root@am62xx-evm:~# modprobe ili210x
5661
5762 After re-initializing the module, the touch IC should now be registered as an input and touch should be functional.
63+
64+ B/B-P1 revision
65+ ^^^^^^^^^^^^^^^
66+
67+ #. Run the following command
68+
69+ .. code-block :: console
70+
71+ root@am62xx-evm:~# modprobe -r ili210x
72+
73+ #. Power off the LVDS panel by disconnecting the 12V barrel jack (do not power off the SK EVM)
74+ #. Power on the LVDS panel
75+ #. Run the following command
76+
77+ .. code-block :: console
78+
79+ root@am62xx-evm:~# modprobe ili210x
80+
81+ After re-initializing the module, the touch IC should now be registered as an input and touch should be functional.
82+
83+ .. note ::
84+
85+ ``i2ctransfer `` not required for AM625 SK EVM B/B-P1 revision
0 commit comments