Re: [U-Boot] [PATCH] board/BuR/common: fix detection for PSC/STM resetcontroller

2019-06-05 Thread Tom Rini
On Fri, May 10, 2019 at 11:22:00AM +0200, Hannes Schmelzer wrote:

> Signed-off-by: Hannes Schmelzer 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH] board/BuR/common: fix detection for PSC/STM resetcontroller

2019-05-10 Thread Hannes Schmelzer
Signed-off-by: Hannes Schmelzer 

---

 board/BuR/common/br_resetc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/BuR/common/br_resetc.c b/board/BuR/common/br_resetc.c
index 190f141..c8cc73a 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, );
if (rc) {
-- 
2.7.4


___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot