git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9de098a
)
board: phytec: common: Add PHYTEC_EEPROM_BUS to Kconfig
author
Dominik Haller
<d.haller@phytec.de>
Fri, 15 Aug 2025 11:10:48 +0000
(13:10 +0200)
committer
Tom Rini
<trini@konsulko.com>
Tue, 26 Aug 2025 18:49:20 +0000
(12:49 -0600)
Add the option to choose a different bus number than 0 for the i2c eeprom
based som detection.
Signed-off-by: Dominik Haller <d.haller@phytec.de>
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
board/phytec/common/Kconfig
patch
|
blob
|
history
diff --git
a/board/phytec/common/Kconfig
b/board/phytec/common/Kconfig
index
65451a3
..
08d6e5f
100644
(file)
--- a/
board/phytec/common/Kconfig
+++ b/
board/phytec/common/Kconfig
@@
-59,3
+59,9
@@
config PHYTEC_AM64_SOM_DETECTION
help
Support of I2C EEPROM based SoM detection. Supported
for PHYTEC AM64x boards.
+
+config PHYTEC_EEPROM_BUS
+ int "Board EEPROM's I2C bus number"
+ range 0 8
+ default 0
+ depends on PHYTEC_SOM_DETECTION