mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-25 19:01:37 +00:00
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>
This commit is contained in:
parent
ed5f6fdd7d
commit
eabfe691ce
@ -180,7 +180,7 @@
|
||||
#size-cells = <1>;
|
||||
|
||||
cal_data_1000: calibration@1000 {
|
||||
reg = <0x1000 0x440>;
|
||||
reg = <0x1000 0x3d8>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user