Tom Rini | 6bb92fc | 2024-05-20 09:54:58 -0600 | [diff] [blame] | 1 | # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) |
| 2 | %YAML 1.2 |
| 3 | --- |
| 4 | $id: http://devicetree.org/schemas/input/dlg,da9062-onkey.yaml# |
| 5 | $schema: http://devicetree.org/meta-schemas/core.yaml# |
| 6 | |
| 7 | title: Dialog DA9061/62/63 OnKey Module |
| 8 | |
| 9 | maintainers: |
| 10 | - Biju Das <biju.das.jz@bp.renesas.com> |
| 11 | |
| 12 | description: | |
| 13 | This module is part of the DA9061/DA9062/DA9063. For more details about entire |
| 14 | DA906{1,2,3} chips see Documentation/devicetree/bindings/mfd/dlg,da9063.yaml |
| 15 | |
| 16 | This module provides the KEY_POWER event. |
| 17 | |
| 18 | properties: |
| 19 | compatible: |
| 20 | oneOf: |
| 21 | - enum: |
| 22 | - dlg,da9062-onkey |
| 23 | - dlg,da9063-onkey |
| 24 | - items: |
| 25 | - const: dlg,da9061-onkey |
| 26 | - const: dlg,da9062-onkey |
| 27 | |
| 28 | dlg,disable-key-power: |
| 29 | type: boolean |
| 30 | description: |
| 31 | Disable power-down using a long key-press. If this entry exists |
| 32 | the OnKey driver will remove support for the KEY_POWER key press |
| 33 | when triggered using a long press of the OnKey. |
| 34 | |
| 35 | required: |
| 36 | - compatible |
| 37 | |
| 38 | additionalProperties: false |