Skip to content

Commit b1e33b2

Browse files
artursartamonovsadipamolloy
authored andcommitted
i2c: Add driver for ADSP-SC5xx SoCs
Add I2C support on ADSP-SC5xx SoCs Co-developed-by: Nathan Barrett-Morrison <[email protected]> Signed-off-by: Nathan Barrett-Morrison <[email protected]> Co-developed-by: Greg Malysa <[email protected]> Signed-off-by: Greg Malysa <[email protected]> Signed-off-by: Arturs Artamonovs <[email protected]> Signed-off-by: Philip Molloy <[email protected]>
1 parent cb6d4e4 commit b1e33b2

File tree

3 files changed

+872
-0
lines changed

3 files changed

+872
-0
lines changed

drivers/i2c/busses/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,14 @@ config I2C_BRCMSTB
519519

520520
If you do not need I2C interface, say N.
521521

522+
config I2C_ADI_SC5XX
523+
tristate "ADI SC5XX I2C support"
524+
depends on ARCH_SC59X_64 || COMPILE_TEST
525+
help
526+
This is the I2C bus driver for ADI on-chip TWI interface.
527+
528+
This driver can also be built as a module.
529+
522530
config I2C_CADENCE
523531
tristate "Cadence I2C Controller"
524532
depends on ARCH_ZYNQ || ARM64 || XTENSA || RISCV || COMPILE_TEST

drivers/i2c/busses/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ obj-$(CONFIG_I2C_HYDRA) += i2c-hydra.o
3636
obj-$(CONFIG_I2C_POWERMAC) += i2c-powermac.o
3737

3838
# Embedded system I2C/SMBus host controller drivers
39+
obj-$(CONFIG_I2C_ADI_SC5XX) += i2c-adi-sc5xx.o
3940
obj-$(CONFIG_I2C_ALTERA) += i2c-altera.o
4041
obj-$(CONFIG_I2C_AMD_MP2) += i2c-amd-mp2-pci.o i2c-amd-mp2-plat.o
4142
obj-$(CONFIG_I2C_ASPEED) += i2c-aspeed.o

0 commit comments

Comments
 (0)