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:
Emmanuel Vadot 2020-04-15 13:35:28 +00:00
parent a90fb6cf3c
commit e3637e41e3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=359969

View File

@ -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,
},