Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20251111111930.796837-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Andy Shevchenko and committed by
Lee Jones
81d2cc92 b0ed6b6c

+5 -5
+5 -5
drivers/mfd/simple-mfd-i2c.c
··· 114 114 { .compatible = "fsl,lx2160aqds-fpga" }, 115 115 { .compatible = "fsl,lx2160ardb-fpga" }, 116 116 { .compatible = "kontron,sl28cpld" }, 117 - { .compatible = "maxim,max5970", .data = &maxim_max5970}, 118 - { .compatible = "maxim,max5978", .data = &maxim_max5970}, 119 - { .compatible = "maxim,max77705-battery", .data = &maxim_mon_max77705}, 120 - { .compatible = "silergy,sy7636a", .data = &silergy_sy7636a}, 121 - { .compatible = "spacemit,p1", .data = &spacemit_p1, }, 117 + { .compatible = "maxim,max5970", .data = &maxim_max5970 }, 118 + { .compatible = "maxim,max5978", .data = &maxim_max5970 }, 119 + { .compatible = "maxim,max77705-battery", .data = &maxim_mon_max77705 }, 120 + { .compatible = "silergy,sy7636a", .data = &silergy_sy7636a }, 121 + { .compatible = "spacemit,p1", .data = &spacemit_p1 }, 122 122 {} 123 123 }; 124 124 MODULE_DEVICE_TABLE(of, simple_mfd_i2c_of_match);