arm: allwinner: aw_sid: Fix thermal calibration size for A64
This fixes the aw_thermal driver on A64 SoC. MFC after: 1 month X-MFC-With: r359935
This commit is contained in:
parent
a90fb6cf3c
commit
e3637e41e3
@ -104,7 +104,7 @@ static struct aw_sid_efuse a64_efuses[] = {
|
||||
.desc = "Thermal Sensor Calibration Data",
|
||||
.base = EFUSE_OFFSET,
|
||||
.offset = 0x34,
|
||||
.size = 6,
|
||||
.size = 8,
|
||||
.id = AW_SID_FUSE_THSSENSOR,
|
||||
.public = true,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user