diff options
author | Hannes Schmelzer <hannes.schmelzer@br-automation.com> | 2019-05-10 11:22:00 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-06-05 12:13:46 -0400 |
commit | 7a56c930e226c721bb7400f9a376c824ec708cbb (patch) | |
tree | 357e4cccb74cdfe347c05db09bf5f6f67ba7c230 /board/BuR/common/br_resetc.c | |
parent | 6d93d245c148f10f15724601650fab3a665f102c (diff) |
board/BuR/common: fix detection for PSC/STM resetcontroller
Signed-off-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>
Diffstat (limited to 'board/BuR/common/br_resetc.c')
-rw-r--r-- | board/BuR/common/br_resetc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/BuR/common/br_resetc.c b/board/BuR/common/br_resetc.c index 190f141091..c8cc73ab14 100644 --- a/board/BuR/common/br_resetc.c +++ b/board/BuR/common/br_resetc.c @@ -64,6 +64,7 @@ static int resetc_init(void) return -1; } + resetc.is_psoc = 1; rc = dm_i2c_probe(i2cbus, RSTCTRL_ADDR_PSOC, 0, &resetc.i2cdev); if (rc) { |