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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);