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

10 May
2019
10 May
'19
11:22 a.m.
Signed-off-by: Hannes Schmelzer hannes.schmelzer@br-automation.com
---
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, &resetc.i2cdev); if (rc) {
--
2.7.4

5 Jun
5 Jun
9:50 p.m.
New subject: [U-Boot] [PATCH] board/BuR/common: fix detection for PSC/STM resetcontroller
On Fri, May 10, 2019 at 11:22:00AM +0200, Hannes Schmelzer wrote:
Signed-off-by: Hannes Schmelzer hannes.schmelzer@br-automation.com
Applied to u-boot/master, thanks!
--
Tom
2167
Age (days ago)
2193
Last active (days ago)
1 comments
2 participants
participants (2)
-
Hannes Schmelzer
-
Tom Rini