diff options
| author | Aleksander Jan Bajkowski | 2025-11-29 17:58:17 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-01-03 16:04:58 +0000 |
| commit | 79ff31104c6877e9acddcff8bf3009dcdd27ae3c (patch) | |
| tree | 5d7bb5e720f9b5051ce9e99c47192002b8df1c1c | |
| parent | 914fe44647f27941c2e9925b7a05fa366ea1d85e (diff) | |
| download | openwrt-79ff31104c6877e9acddcff8bf3009dcdd27ae3c.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
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>; |