bindings: move cst816s and cap1203 to input
These two have been converted from kscan to input already, move the bindings over to match the change. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
e2d7ba093e
commit
591c1bb867
2 changed files with 0 additions and 0 deletions
|
@ -1,23 +0,0 @@
|
|||
# Copyright (c) 2021 Qingsong Gou <gouqs@hotmail.com>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: Hynitron CST816S touchscreen sensor
|
||||
|
||||
compatible: "hynitron,cst816s"
|
||||
|
||||
include: i2c-device.yaml
|
||||
|
||||
properties:
|
||||
irq-gpios:
|
||||
type: phandle-array
|
||||
description: |
|
||||
The irq signal defaults to active low as produced by the
|
||||
sensor. The property value should ensure the flags properly
|
||||
describe the signal that is presented to the driver.
|
||||
|
||||
rst-gpios:
|
||||
type: phandle-array
|
||||
description: |
|
||||
The reset signal defaults to active low to the
|
||||
sensor. The property value should ensure the flags properly
|
||||
describe the signal that is presented to the driver.
|
|
@ -1,18 +0,0 @@
|
|||
# Copyright (c) 2022 Keiya Nobuta
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: CAP1203 3-channel capacitive touch sensor
|
||||
|
||||
compatible: "microchip,cap1203"
|
||||
|
||||
include: i2c-device.yaml
|
||||
|
||||
properties:
|
||||
int-gpios:
|
||||
type: phandle-array
|
||||
|
||||
input-codes:
|
||||
type: array
|
||||
required: true
|
||||
description: |
|
||||
Array of input event key codes (INPUT_KEY_* or INPUT_BTN_*).
|
Loading…
Add table
Add a link
Reference in a new issue