mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
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 <mguma@redhat.com> Signed-off-by: Mwesigwa Guma <mguma@redhat.com> Co-developed-by: Joel Savitz <jsavitz@redhat.com> Signed-off-by: Joel Savitz <jsavitz@redhat.com> Signed-off-by: Charles Mirabile <cmirabil@redhat.com>
This commit is contained in:
committed by
Dom Cobley
parent
2fda0aca71
commit
ca4f7afd22
@@ -101,6 +101,7 @@ static const struct of_device_id simple_mfd_i2c_of_match[] = {
|
|||||||
{ .compatible = "maxim,max77705-battery", .data = &maxim_mon_max77705},
|
{ .compatible = "maxim,max77705-battery", .data = &maxim_mon_max77705},
|
||||||
{ .compatible = "fsl,lx2160aqds-fpga" },
|
{ .compatible = "fsl,lx2160aqds-fpga" },
|
||||||
{ .compatible = "fsl,ls1028aqds-fpga" },
|
{ .compatible = "fsl,ls1028aqds-fpga" },
|
||||||
|
{ .compatible = "raspberrypi,sensehat" },
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(of, simple_mfd_i2c_of_match);
|
MODULE_DEVICE_TABLE(of, simple_mfd_i2c_of_match);
|
||||||
|
|||||||
Reference in New Issue
Block a user