mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
ipq806x: fix wrong definition for tsense calib
We have only 11 sensors on ipq806x. Fix the reg property to load the right amount of data instead of the entire space. Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> [nbg6817/ipq8065] Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
This commit is contained in:
parent
77f4d5c6bb
commit
b04ccdb1e8
@ -577,10 +577,10 @@
|
||||
#size-cells = <1>;
|
||||
status = "okay";
|
||||
tsens_calib: calib@400 {
|
||||
reg = <0x400 0x10>;
|
||||
reg = <0x400 0xb>;
|
||||
};
|
||||
tsens_backup: backup@410 {
|
||||
reg = <0x410 0x10>;
|
||||
reg = <0x410 0xb>;
|
||||
};
|
||||
speedbin_efuse: speedbin@0c0 {
|
||||
reg = <0x0c0 0x4>;
|
||||
|
Loading…
Reference in New Issue
Block a user