aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKristofer Jonsson <kristofer.jonsson@arm.com>2020-11-24 09:20:14 +0100
committerKristofer Jonsson <kristofer.jonsson@arm.com>2020-11-24 16:11:56 +0100
commitc6e7a1f7d75342b11093b058e0cf47e7a636f852 (patch)
tree724897623afd9d1d89283da6236fb6f15f560a0a /include
parent849cf69b01a6d226238882e28281c4285f0ddfbb (diff)
downloadethos-u-core-driver-c6e7a1f7d75342b11093b058e0cf47e7a636f852.tar.gz
Update handling of soft reset20.11
Change-Id: Ia22b2934b4c85e3c480931c8b92608365351a877
Diffstat (limited to 'include')
-rw-r--r--include/ethosu_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ethosu_device.h b/include/ethosu_device.h
index dd34201..eff9054 100644
--- a/include/ethosu_device.h
+++ b/include/ethosu_device.h
@@ -55,7 +55,7 @@ enum ethosu_error_codes
struct ethosu_device
{
volatile uint32_t *base_address;
- uint32_t reset;
+ uint32_t proto;
uint32_t pmcr;
uint32_t pmccntr[2];
uint32_t pmcnten;