summaryrefslogtreecommitdiff
path: root/drivers/i3c/master/ast2600-i3c-master.c
diff options
context:
space:
mode:
authorAniket <aniketmaurya@google.com>2024-06-27 03:41:19 +0000
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2024-07-26 14:21:29 +0200
commitd9deb28f700cbe15800f1835da7994a5c6f03928 (patch)
tree5e627c1588699070ef3b9508f5bba8df38a675c9 /drivers/i3c/master/ast2600-i3c-master.c
parent64bf1459080670f05b8bb9c0cd140befd6780b5e (diff)
i3c: dw: Remove ibi_capable property
Since DW I3C IP master role always supports IBI, we don't need to keep two variants of master ops and select one using this property. Hence remove the code. Signed-off-by: Aniket <aniketmaurya@google.com> Link: https://lore.kernel.org/r/20240627034119.3938050-1-aniketmaurya@google.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/i3c/master/ast2600-i3c-master.c')
-rw-r--r--drivers/i3c/master/ast2600-i3c-master.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i3c/master/ast2600-i3c-master.c b/drivers/i3c/master/ast2600-i3c-master.c
index 01a47d3dd499..84942dbb6f80 100644
--- a/drivers/i3c/master/ast2600-i3c-master.c
+++ b/drivers/i3c/master/ast2600-i3c-master.c
@@ -156,7 +156,6 @@ static int ast2600_i3c_probe(struct platform_device *pdev)
i3c->sda_pullup);
i3c->dw.platform_ops = &ast2600_i3c_ops;
- i3c->dw.ibi_capable = true;
return dw_i3c_common_probe(&i3c->dw, pdev);
}