forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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;