Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mfd: simple-mfd-i2c: Add compatible strings for Layerscape QIXIS FPGA

The QIXIS FPGA found on Layerscape boards such as LX2160AQDS, LS1028AQDS
etc deals with power-on-reset timing, muxing etc. Use the simple-mfd-i2c
as its core driver by adding its compatible string (already found in
some dt files). By using the simple-mfd-i2c driver, any child device
will have access to the i2c regmap created by it.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Link: https://lore.kernel.org/r/20250707153120.1371719-1-ioana.ciornei@nxp.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Ioana Ciornei and committed by
Lee Jones
81a2c312 e8c81284

+2
+2
drivers/mfd/simple-mfd-i2c.c
··· 99 99 { .compatible = "maxim,max5970", .data = &maxim_max5970}, 100 100 { .compatible = "maxim,max5978", .data = &maxim_max5970}, 101 101 { .compatible = "maxim,max77705-battery", .data = &maxim_mon_max77705}, 102 + { .compatible = "fsl,lx2160aqds-fpga" }, 103 + { .compatible = "fsl,ls1028aqds-fpga" }, 102 104 {} 103 105 }; 104 106 MODULE_DEVICE_TABLE(of, simple_mfd_i2c_of_match);