mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
board/BuR/common: fix detection for PSC/STM resetcontroller
Signed-off-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>
This commit is contained in:
parent
6d93d245c1
commit
7a56c930e2
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue