board/BuR/common: add parameter for reset controller I2C bus selection
authorBernhard Messerklinger <bernhard.messerklinger@br-automation.com>
Fri, 4 Apr 2025 07:27:58 +0000 (09:27 +0200)
committerMichal Simek <michal.simek@amd.com>
Wed, 16 Apr 2025 13:39:48 +0000 (15:39 +0200)
commitd294e70eee8a98bdc61bf5e6dcf3d25e134df03a
tree5d0f77b13b2ab77009b002b00030fd66fff31b27
parent970152e4d1d0a839bf004e701ced597e8fc23237
board/BuR/common: add parameter for reset controller I2C bus selection

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>
board/BuR/common/Kconfig [new file with mode: 0644]
board/BuR/common/br_resetc.c