From f8f1f1d925fb0ad220917d1152bce2a4303df111 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Tue, 1 Nov 2022 21:27:11 -0500
Subject: [PATCH] light: fix adc

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 patches/linux/light.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/patches/linux/light.dtsi b/patches/linux/light.dtsi
index 19d8584..ce565ab 100644
--- a/patches/linux/light.dtsi
+++ b/patches/linux/light.dtsi
@@ -975,9 +975,9 @@
 			status = "disabled";
 		};
 
-		adc: adc@ffec020000 {
+		adc: adc@0xfffff51000 {
 			compatible = "thead,light-adc";
-			reg = <0xff 0xfff51000 0x0 0x2000>;
+			reg = <0xff 0xfff51000 0x0 0x1000>;
 			interrupt-parent = <&intc>;
 			interrupts = <61>;
 			clocks = <&dummy_clock_aonsys_clk>;
-- 
GitLab