[openwrt/openwrt] bmips: dsl-2750b-b1: fix calibration size

LEDE Commits lede-commits at lists.infradead.org
Mon Dec 23 14:47:12 PST 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/eabfe691cef15da08ad515a7724d01da1b11ae73

commit eabfe691cef15da08ad515a7724d01da1b11ae73
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Sun Dec 15 23:54:02 2024 -0800

    bmips: dsl-2750b-b1: fix calibration size
    
    AR9287 uses 3d8, not 440 like newer chips.
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/17278
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/bmips/dts/bcm6328-dlink-dsl-2750b-b1.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 at 1000 {
-						reg = <0x1000 0x440>;
+						reg = <0x1000 0x3d8>;
 					};
 				};
 			};




More information about the lede-commits mailing list