mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02: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:
committed by
Tom Rini
parent
6d93d245c1
commit
7a56c930e2
@@ -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) {
|
||||
|
Reference in New Issue
Block a user