diff options
author | Ioana Ciornei <ioana.ciornei@nxp.com> | 2025-09-22 17:24:20 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2025-10-01 10:46:00 +0100 |
commit | b9d6cfe2ae699bbf230a6c8e0e32212b04bff661 (patch) | |
tree | cdb5ef34dbb7bd884ebb30543d75a03dfe3b8853 | |
parent | 3ed50d77924ff2e35918739df145dd429cee0ce4 (diff) |
mfd: simple-mfd-i2c: Add compatible string for LX2160ARDB
Extend the list of supported devices with the QIXIS FPGA found on the
LX2160ARDB board.
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: Lee Jones <lee@kernel.org>
-rw-r--r-- | drivers/mfd/simple-mfd-i2c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/simple-mfd-i2c.c b/drivers/mfd/simple-mfd-i2c.c index 0cca7a9044cd..0a607a1e3ca1 100644 --- a/drivers/mfd/simple-mfd-i2c.c +++ b/drivers/mfd/simple-mfd-i2c.c @@ -112,6 +112,7 @@ static const struct simple_mfd_data spacemit_p1 = { static const struct of_device_id simple_mfd_i2c_of_match[] = { { .compatible = "fsl,ls1028aqds-fpga" }, { .compatible = "fsl,lx2160aqds-fpga" }, + { .compatible = "fsl,lx2160ardb-fpga" }, { .compatible = "kontron,sl28cpld" }, { .compatible = "maxim,max5970", .data = &maxim_max5970}, { .compatible = "maxim,max5978", .data = &maxim_max5970}, |