diff options
| author | Aleksander Jan Bajkowski | 2025-11-29 17:58:17 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-02-07 15:58:43 +0000 |
| commit | 90d68d3f02e330f6fdd6dfcccc2c261bf357a6bd (patch) | |
| tree | 9211dc2055572ee2686ca1344c8fbbc80a97d430 | |
| parent | 0dc1b12154ec57d5f8b529b90f72bf2fecf46726 (diff) | |
| download | openwrt-90d68d3f02e330f6fdd6dfcccc2c261bf357a6bd.tar.gz | |
airoha: an7583: fix scuclk unit-address
Fix the unit-address of the scuclk node.
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Link: https://github.com/openwrt/openwrt/pull/20985
(cherry picked from commit 79ff31104c6877e9acddcff8bf3009dcdd27ae3c)
Link: https://github.com/openwrt/openwrt/pull/21838
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/airoha/dts/an7583.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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@1fa20000 { + scuclk: system-controller@1fb00000 { compatible = "airoha,an7583-scu", "syscon"; reg = <0x0 0x1fb00000 0x0 0x970>; |