add(system): gpadc config and startup speed.

This commit is contained in:
kangjun
2024-08-08 19:17:12 +08:00
parent cfba011b94
commit 967c888c64
9 changed files with 59 additions and 24 deletions

View File

@@ -1630,9 +1630,9 @@
channel0_compare_higdata = <0>;
/*channel1_compare_lowdata = <460000>;*/
/*channel1_compare_higdata = <1200000>;*/
/*key_cnt = <5>;*/
/*key0_vol = <210>;*/
/*key0_val = <115>;*/
key_cnt = <1>;
key0_vol = <1800>;
key0_val = <115>;
/*key1_vol = <410>;*/
/*key1_val = <114>;*/
/*key2_vol = <590>;*/
@@ -1641,7 +1641,7 @@
/*key3_val = <28>;*/
/*key4_vol = <880>;*/
/*key4_val = <102>;*/
status = "disabled";
status = "okay";
};
&wiegand {

View File

@@ -1174,7 +1174,19 @@ CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_CST9220_HYNITRON_TS=m
# CONFIG_INPUT_MISC is not set
# CONFIG_RMI4_CORE is not set
# CONFIG_INPUT_SENSOR is not set
CONFIG_INPUT_SENSOR=y
# CONFIG_SENSORS_BMA250 is not set
# CONFIG_SENSORS_SC7A30 is not set
# CONFIG_SENSORS_MMA7660 is not set
# CONFIG_SENSORS_MIR3DA is not set
# CONFIG_SENSORS_MXC622X is not set
# CONFIG_SENSORS_MMA8452 is not set
# CONFIG_SENSORS_MMA865X is not set
# CONFIG_SENSORS_MC32X0 is not set
CONFIG_SENSORS_GPADC=y
# CONFIG_SENSORS_GPADC_TEST is not set
# CONFIG_KEY_GPIO is not set
# CONFIG_SENSORS_DA380 is not set
# CONFIG_SENSORS_BMA2X2 is not set
# CONFIG_SENSORS_BMA2X2_ENABLE_INT1 is not set
# CONFIG_SENSORS_BMA2X2_ENABLE_INT2 is not set