From 79ff31104c6877e9acddcff8bf3009dcdd27ae3c Mon Sep 17 00:00:00 2001 From: Aleksander Jan Bajkowski Date: Sat, 29 Nov 2025 18:58:17 +0100 Subject: [PATCH] airoha: an7583: fix scuclk unit-address Fix the unit-address of the scuclk node. Signed-off-by: Aleksander Jan Bajkowski Link: https://github.com/openwrt/openwrt/pull/20985 Signed-off-by: Hauke Mehrtens --- 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 48f3df031d3..33d5be15131 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@1fa20000 { + scuclk: system-controller@1fb00000 { compatible = "airoha,an7583-scu", "syscon"; reg = <0x0 0x1fb00000 0x0 0x970>; -- 2.47.3