[openwrt/openwrt] airoha: an7583: fix scuclk unit-address

LEDE Commits lede-commits at lists.infradead.org
Sat Jan 3 08:05:32 PST 2026


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/79ff31104c6877e9acddcff8bf3009dcdd27ae3c

commit 79ff31104c6877e9acddcff8bf3009dcdd27ae3c
Author: Aleksander Jan Bajkowski <olek2 at wp.pl>
AuthorDate: Sat Nov 29 18:58:17 2025 +0100

    airoha: an7583: fix scuclk unit-address
    
    Fix the unit-address of the scuclk node.
    
    Signed-off-by: Aleksander Jan Bajkowski <olek2 at wp.pl>
    Link: https://github.com/openwrt/openwrt/pull/20985
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/airoha/dts/an7583.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/airoha/dts/an7583.dtsi b/target/linux/airoha/dts/an7583.dtsi
index 48f3df031d..33d5be1513 100644
--- a/target/linux/airoha/dts/an7583.dtsi
+++ b/target/linux/airoha/dts/an7583.dtsi
@@ -356,7 +356,7 @@
 			reg = <0x0 0x1fbe3400 0x0 0xff>;
 		};
 
-		scuclk: system-controller at 1fa20000 {
+		scuclk: system-controller at 1fb00000 {
 			compatible = "airoha,an7583-scu", "syscon";
 			reg = <0x0 0x1fb00000 0x0 0x970>;
 




More information about the lede-commits mailing list