diff options
| author | Rosen Penev | 2024-12-16 07:54:02 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-12-23 22:46:42 +0000 |
| commit | eabfe691cef15da08ad515a7724d01da1b11ae73 (patch) | |
| tree | da861c33209433a1def516f7aba6dc4402ec704d | |
| parent | ed5f6fdd7d2e2ca1ddb6bd5369723bc3a5c53622 (diff) | |
| download | openwrt-eabfe691cef15da08ad515a7724d01da1b11ae73.tar.gz | |
bmips: dsl-2750b-b1: fix calibration size
AR9287 uses 3d8, not 440 like newer chips.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17278
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/bmips/dts/bcm6328-dlink-dsl-2750b-b1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bmips/dts/bcm6328-dlink-dsl-2750b-b1.dts b/target/linux/bmips/dts/bcm6328-dlink-dsl-2750b-b1.dts index e4806c0a9a..970182629d 100644 --- a/target/linux/bmips/dts/bcm6328-dlink-dsl-2750b-b1.dts +++ b/target/linux/bmips/dts/bcm6328-dlink-dsl-2750b-b1.dts @@ -180,7 +180,7 @@ #size-cells = <1>; cal_data_1000: calibration@1000 { - reg = <0x1000 0x440>; + reg = <0x1000 0x3d8>; }; }; }; |