Skip to content

Commit 577669b

Browse files
Charles Mirabilepopcornmix
Charles Mirabile
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 b926860 commit 577669b

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
@@ -88,6 +88,7 @@ static const struct of_device_id simple_mfd_i2c_of_match[] = {
8888
{ .compatible = "silergy,sy7636a", .data = &silergy_sy7636a},
8989
{ .compatible = "maxim,max5970", .data = &maxim_max5970},
9090
{ .compatible = "maxim,max5978", .data = &maxim_max5970},
91+
{ .compatible = "raspberrypi,sensehat" },
9192
{}
9293
};
9394
MODULE_DEVICE_TABLE(of, simple_mfd_i2c_of_match);

0 commit comments

Comments
 (0)