Path: blob/master/Documentation/devicetree/bindings/input/dlg,da9062-onkey.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/input/dlg,da9062-onkey.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Dialog DA9061/62/63 OnKey Module78maintainers:9- Biju Das <biju.das.jz@bp.renesas.com>1011description: |12This module is part of the DA9061/DA9062/DA9063. For more details about entire13DA906{1,2,3} chips see Documentation/devicetree/bindings/mfd/dlg,da9063.yaml1415This module provides the KEY_POWER event.1617properties:18compatible:19oneOf:20- enum:21- dlg,da9062-onkey22- dlg,da9063-onkey23- items:24- const: dlg,da9061-onkey25- const: dlg,da9062-onkey2627dlg,disable-key-power:28type: boolean29description:30Disable power-down using a long key-press. If this entry exists31the OnKey driver will remove support for the KEY_POWER key press32when triggered using a long press of the OnKey.3334required:35- compatible3637additionalProperties: false383940