Skip to content

Commit b9d6cfe

Browse files
IoanaCiorneilag-linaro
authored andcommitted
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 <[email protected]> Signed-off-by: Lee Jones <[email protected]>
1 parent 3ed50d7 commit b9d6cfe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/mfd/simple-mfd-i2c.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ static const struct simple_mfd_data spacemit_p1 = {
112112
static const struct of_device_id simple_mfd_i2c_of_match[] = {
113113
{ .compatible = "fsl,ls1028aqds-fpga" },
114114
{ .compatible = "fsl,lx2160aqds-fpga" },
115+
{ .compatible = "fsl,lx2160ardb-fpga" },
115116
{ .compatible = "kontron,sl28cpld" },
116117
{ .compatible = "maxim,max5970", .data = &maxim_max5970},
117118
{ .compatible = "maxim,max5978", .data = &maxim_max5970},

0 commit comments

Comments
 (0)