Commit 875709f9 authored by Cixi Geng's avatar Cixi Geng Committed by Lee Jones

mfd: sprd: Add SC2730 PMIC to SPI device ID table

Add the SC2730 PMIC support for module autoloading
through SPI modalises.
Signed-off-by: default avatarCixi Geng <cixi.geng1@unisoc.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220425132410.2708304-1-gengcixi@gmail.com
parent 3474b838
......@@ -248,6 +248,7 @@ MODULE_DEVICE_TABLE(of, sprd_pmic_match);
static const struct spi_device_id sprd_pmic_spi_ids[] = {
{ .name = "sc2731", .driver_data = (unsigned long)&sc2731_data },
{ .name = "sc2730", .driver_data = (unsigned long)&sc2730_data },
{},
};
MODULE_DEVICE_TABLE(spi, sprd_pmic_spi_ids);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment