From: Hannes Schmelzer Date: Fri, 10 May 2019 09:22:00 +0000 (+0200) Subject: board/BuR/common: fix detection for PSC/STM resetcontroller X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7a56c930e226c721bb7400f9a376c824ec708cbb;p=project%2Fbcm63xx%2Fu-boot.git board/BuR/common: fix detection for PSC/STM resetcontroller Signed-off-by: Hannes Schmelzer --- 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) {