mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01: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
@ -64,6 +64,7 @@ static int resetc_init(void)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
resetc.is_psoc = 1;
|
||||||
rc = dm_i2c_probe(i2cbus,
|
rc = dm_i2c_probe(i2cbus,
|
||||||
RSTCTRL_ADDR_PSOC, 0, &resetc.i2cdev);
|
RSTCTRL_ADDR_PSOC, 0, &resetc.i2cdev);
|
||||||
if (rc) {
|
if (rc) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user