From 9df731a176aab8e03b984b681b1bea01ccff6644 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 06 Nov 2023 07:23:06 +0000
Subject: [PATCH] rk3568 rt uboot init

---
 u-boot/include/key.h |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/u-boot/include/key.h b/u-boot/include/key.h
index 7a9f9e4..0ccf7b1 100644
--- a/u-boot/include/key.h
+++ b/u-boot/include/key.h
@@ -33,9 +33,10 @@
 
 	/* ADC key */
 	u8 channel;
-	u32 adcval;
-	u32 min;
-	u32 max;
+	int in_volt;
+	int center;
+	int min;
+	int max;
 
 	/* GPIO key */
 	u32 irq;

--
Gitblit v1.6.2