]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
mfd: simple-mfd-i2c: Add compatible string for LX2160ARDB
authorIoana Ciornei <ioana.ciornei@nxp.com>
Mon, 22 Sep 2025 14:24:20 +0000 (17:24 +0300)
committerLee Jones <lee@kernel.org>
Wed, 1 Oct 2025 09:46:00 +0000 (10:46 +0100)
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>
drivers/mfd/simple-mfd-i2c.c

index 0cca7a9044cd4b3124b03c8e50332629e522ee52..0a607a1e3ca1de767fae207912c12f5e4f798ddc 100644 (file)
@@ -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},