Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 2020 13:35:29 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r359969 - head/sys/arm/allwinner
Message-ID:  <202004151335.03FDZTA8039052@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,
 	},



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004151335.03FDZTA8039052>