Skip to content

Commit

Permalink
i3c: dw: add limited bus mode support
Browse files Browse the repository at this point in the history
This patch add limited bus mode support for DesignWare i3c master

Signed-off-by: Vitor Soares <vitor.soares@synopsys.com>
Cc: Boris Brezillon <bbrezillon@kernel.org>
Cc: <linux-kernel@vger.kernel.org>
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
  • Loading branch information
Vitor Soares authored and Boris Brezillon committed Jun 20, 2019
1 parent cbf4f73 commit f467907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/i3c/master/dw-i3c-master.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ static int dw_i3c_master_bus_init(struct i3c_master_controller *m)

switch (bus->mode) {
case I3C_BUS_MODE_MIXED_FAST:
case I3C_BUS_MODE_MIXED_LIMITED:
ret = dw_i2c_clk_cfg(master);
if (ret)
return ret;
Expand Down

0 comments on commit f467907

Please sign in to comment.