[PATCH 2/6] mfd: rn5t618: use defined compatibles
Lucas Stach
l.stach at pengutronix.de
Thu Jun 11 04:21:11 PDT 2026
Match to the compatibles defined in the ricoh,rn5t618.yaml DT schema.
Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
---
drivers/mfd/rn5t618.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/mfd/rn5t618.c b/drivers/mfd/rn5t618.c
index 3af3e6e3e039..2cecdac49b5f 100644
--- a/drivers/mfd/rn5t618.c
+++ b/drivers/mfd/rn5t618.c
@@ -131,7 +131,9 @@ static int __init rn5t618_i2c_probe(struct device *dev)
}
static __maybe_unused const struct of_device_id rn5t618_of_match[] = {
- { .compatible = "ricoh,rn5t568", .data = NULL, },
+ { .compatible = "ricoh,rn5t567" },
+ { .compatible = "ricoh,rn5t618" },
+ { .compatible = "ricoh,rc5t619" },
{ }
};
MODULE_DEVICE_TABLE(of, rn5t618_of_match);
--
2.47.3
More information about the barebox
mailing list