forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 958e46acc8e900e8569dd467c1af9b8d2d019394
u-boot/include/key.h
....@@ -33,9 +33,10 @@
3333
3434 /* ADC key */
3535 u8 channel;
36
- u32 adcval;
37
- u32 min;
38
- u32 max;
36
+ int in_volt;
37
+ int center;
38
+ int min;
39
+ int max;
3940
4041 /* GPIO key */
4142 u32 irq;