Commit 81d2cc92 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Lee Jones
Browse files

mfd: simple-mfd-i2c: Make ID table style consistent



The lines in the OF ID table are written in three different styles.
Choose the most common in the kernel and update accordingly.

Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20251111111930.796837-2-andriy.shevchenko@linux.intel.com


Signed-off-by: default avatarLee Jones <lee@kernel.org>
parent b0ed6b6c
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ static const struct of_device_id simple_mfd_i2c_of_match[] = {
	{ .compatible = "maxim,max5978", .data = &maxim_max5970 },
	{ .compatible = "maxim,max77705-battery", .data = &maxim_mon_max77705 },
	{ .compatible = "silergy,sy7636a", .data = &silergy_sy7636a },
	{ .compatible = "spacemit,p1", .data = &spacemit_p1, },
	{ .compatible = "spacemit,p1", .data = &spacemit_p1 },
	{}
};
MODULE_DEVICE_TABLE(of, simple_mfd_i2c_of_match);