39 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/input/dlg,da9062-onkey.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Dialog DA9061/62/63 OnKey Module8 9maintainers:10 - Biju Das <biju.das.jz@bp.renesas.com>11 12description: |13 This module is part of the DA9061/DA9062/DA9063. For more details about entire14 DA906{1,2,3} chips see Documentation/devicetree/bindings/mfd/dlg,da9063.yaml15 16 This module provides the KEY_POWER event.17 18properties:19 compatible:20 oneOf:21 - enum:22 - dlg,da9062-onkey23 - dlg,da9063-onkey24 - items:25 - const: dlg,da9061-onkey26 - const: dlg,da9062-onkey27 28 dlg,disable-key-power:29 type: boolean30 description:31 Disable power-down using a long key-press. If this entry exists32 the OnKey driver will remove support for the KEY_POWER key press33 when triggered using a long press of the OnKey.34 35required:36 - compatible37 38additionalProperties: false39