pmic: add keypad support

Older PMICs also had support for matrix keyboard.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
This commit is contained in:
Dmitry Baryshkov
2023-06-23 15:47:04 +03:00
parent 4e7881a92f
commit 04198e50a6
30 changed files with 33 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ AUTOGENERATED FILE, please run ./regen.py to regenerate it
<th rowspan="2">BMS</th>
<th rowspan="2">clkdiv</th>
<th rowspan="2">eUSB2 Repeater</th>
<th rowspan="2">Matrix keypad</th>
<th rowspan="2">Platform</th>
</tr>
<tr>
+1
View File
@@ -29,3 +29,4 @@ AUTOGENERATED FILE, please run ./regen.py to regenerate it
{% include_cached status.liquid status=d.pmic-bms %}
{% include_cached status.liquid status=d.pmic-clkdiv %}
{% include_cached status.liquid status=d.pmic-eusb2repeat %}
{% include_cached status.liquid status=d.pmic-keypad %}
+1
View File
@@ -21,6 +21,7 @@ AUTOGENERATED FILE, please run ./regen.py to regenerate it
<th rowspan="2">LABIB</th>
<th rowspan="2">Audio Codec</th>
<th rowspan="2">eUSB2 Repeater</th>
<th rowspan="2">Matrix keypad</th>
<th rowspan="2">Platform</th>
</tr>
<tr>
+1
View File
@@ -21,3 +21,4 @@ AUTOGENERATED FILE, please run ./regen.py to regenerate it
{% include_cached status.liquid status=d.pmic-labib %}
{% include_cached status.liquid status=d.pmic-audiocodec %}
{% include_cached status.liquid status=d.pmic-eusb2repeat %}
{% include_cached status.liquid status=d.pmic-keypad %}
+2
View File
@@ -58,3 +58,5 @@ AUTOGENERATED FILE, please run ./regen.py to regenerate it
</tr>
<tr><th colspan="2">eUSB2 Repeater</th>{% include_cached status.liquid status=page.pmic-eusb2repeat %}<td>{{ page.pmic-eusb2repeat-comment }}</td>
</tr>
<tr><th colspan="2">Matrix keypad</th>{% include_cached status.liquid status=page.pmic-keypad %}<td>{{ page.pmic-keypad-comment }}</td>
</tr>