Skip to content

Commit

Permalink
bmips: dsl-2750b-b1: fix calibration size
Browse files Browse the repository at this point in the history
AR9287 uses 3d8, not 440 like newer chips.

Signed-off-by: Rosen Penev <[email protected]>
Link: openwrt#17278
Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
neheb authored and hauke committed Dec 23, 2024
1 parent ed5f6fd commit eabfe69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/bmips/dts/bcm6328-dlink-dsl-2750b-b1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
#size-cells = <1>;

cal_data_1000: calibration@1000 {
reg = <0x1000 0x440>;
reg = <0x1000 0x3d8>;
};
};
};
Expand Down

0 comments on commit eabfe69

Please sign in to comment.