Author: manu
Date: Wed Apr 15 13:35:28 2020
New Revision: 359969
URL: https://svnweb.freebsd.org/changeset/base/359969

Log:
  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

Modified:
  head/sys/arm/allwinner/aw_sid.c

Modified: head/sys/arm/allwinner/aw_sid.c
==============================================================================
--- head/sys/arm/allwinner/aw_sid.c     Wed Apr 15 13:20:51 2020        
(r359968)
+++ head/sys/arm/allwinner/aw_sid.c     Wed Apr 15 13:35:28 2020        
(r359969)
@@ -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,
        },
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to