Skip to content

Commit

Permalink
arm64:i3c: phytium: Add support for Phytium i3c controller
Browse files Browse the repository at this point in the history
This patch provides support for Phytium i3c master controller.

Signed-off-by: yuanxia <[email protected]>
Signed-off-by: Wu Jinyong <[email protected]>
Signed-off-by: Wang Yinfeng <[email protected]>
  • Loading branch information
yuanxia0927 authored and MingcongBai committed May 28, 2024
1 parent b61b8de commit 885c2eb
Show file tree
Hide file tree
Showing 3 changed files with 1,710 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drivers/i3c/master/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,12 @@ config MIPI_I3C_HCI

This driver can also be built as a module. If so, the module will be
called mipi-i3c-hci.

config PHYTIUM_I3C_MASTER
tristate "Phytium I3C master driver"
depends on I3C
depends on HAS_IOMEM
depends on !(ALPHA || PARISC)
help
Enable this driver if you want to support phytium I3C master block.

1 change: 1 addition & 0 deletions drivers/i3c/master/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ obj-$(CONFIG_DW_I3C_MASTER) += dw-i3c-master.o
obj-$(CONFIG_AST2600_I3C_MASTER) += ast2600-i3c-master.o
obj-$(CONFIG_SVC_I3C_MASTER) += svc-i3c-master.o
obj-$(CONFIG_MIPI_I3C_HCI) += mipi-i3c-hci/
obj-$(CONFIG_PHYTIUM_I3C_MASTER) += i3c-master-phytium.o
Loading

0 comments on commit 885c2eb

Please sign in to comment.