hynitron,cst816s (on i2c bus)

Description

Hynitron CST816S touchscreen sensor

Properties

Properties not inherited from the base binding file.

Name

Type

Details

irq-gpios

phandle-array

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

phandle-array

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.

auto-wake-time

int

Auto-recalibration period during low-power mode in minutes. Range 1–5. The default value is specified in the data sheet.

Default value: 5

Legal values: 1, 2, 3, 4, 5

scan-th

int

Low-power scan wake-up threshold. Smaller = more sensitive. Range 1–255. The default value is specified in the data sheet.

Default value: 48

scan-win

int

Measurement range for low-power scan. Larger = more sensitive but higher consumption. The datasheet is mentiones values from 0 to 3 as valid options with 3 as default. But you can go higher as it is an 8-bit register and higher values than 3 seem to work fine. They improve the sensitivity further at the cost of power consumption.

Default value: 3

scan-freq

int

Frequency for low-power scan. Smaller = more sensitive. Range 1–255. The default value is specified in the data sheet.

Default value: 7

scan-i-dac

int

Current for low-power scan. Smaller = more sensitive. Range 1–255. The default value is not specified in the data sheet. Instead, 200 is chosen as a reasonable default based on typical usage.

Default value: 200

auto-sleep-time

int

Time (in seconds) of inactivity after which the controller automatically enters standby / low-power mode. The default value is specified in the data sheet.

Default value: 2

supply-gpios

phandle-array

GPIO specifier that controls power to the device.

This property should be provided when the device has a dedicated
switch that controls power to the device.  The supply state is
entirely the responsibility of the device driver.

Contrast with vin-supply.

vin-supply

phandle

Reference to the regulator that controls power to the device.
The referenced devicetree node must have a regulator compatible.

This property should be provided when device power is supplied
by a shared regulator.  The supply state is dependent on the
request status of all devices fed by the regulator.

Contrast with supply-gpios.  If both properties are provided
then the regulator must be requested before the supply GPIOS is
set to an active state, and the supply GPIOS must be set to an
inactive state before releasing the regulator.