forked from OERV-BSP/u-boot
Normally B&R reset controllers are located at I2C bus 0. This patch adds the possibility to change this bus number with the kconfig option BR_RESETC_I2CBUS. Signed-off-by: Bernhard Messerklinger <bernhard.messerklinger@br-automation.com> Link: https://lore.kernel.org/r/20250404072819.69642-3-bernhard.messerklinger@br-automation.com Signed-off-by: Michal Simek <michal.simek@amd.com>
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# B&R Industrial Automation GmbH - http://www.br-automation.com
|
|
|
|
config BR_RESETC_I2CBUS
|
|
int "I2C Bus address of B&R reset controller"
|
|
depends on SYS_VENDOR = "BuR" && DM_I2C
|
|
default 0
|