Skip to content

Commit d4aa18b

Browse files
Charles Mirabilepopcornmix
authored andcommitted
drivers/mfd: sensehat: Add Raspberry Pi Sense HAT to simple_mfd_i2c
This patch adds the compatible string for the Sense HAT device to the list of compatible strings in the simple_mfd_i2c driver so that it can match against the device and load its children and their drivers Co-developed-by: Mwesigwa Guma <[email protected]> Signed-off-by: Mwesigwa Guma <[email protected]> Co-developed-by: Joel Savitz <[email protected]> Signed-off-by: Joel Savitz <[email protected]> Signed-off-by: Charles Mirabile <[email protected]>
1 parent 40ddbd3 commit d4aa18b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mfd/simple-mfd-i2c.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ static const struct of_device_id simple_mfd_i2c_of_match[] = {
101101
{ .compatible = "maxim,max77705-battery", .data = &maxim_mon_max77705},
102102
{ .compatible = "fsl,lx2160aqds-fpga" },
103103
{ .compatible = "fsl,ls1028aqds-fpga" },
104+
{ .compatible = "raspberrypi,sensehat" },
104105
{}
105106
};
106107
MODULE_DEVICE_TABLE(of, simple_mfd_i2c_of_match);

0 commit comments

Comments
 (0)