]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hwmon: (stts751) Add "st" vendor prefix to "stts751" compatible string
authorRob Herring (Arm) <robh@kernel.org>
Mon, 26 Aug 2024 19:18:11 +0000 (14:18 -0500)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 27 Aug 2024 15:10:23 +0000 (08:10 -0700)
commit0830d3bbdabc4fb6ee0318142c2e81398e4815d9
tree937979ccb55095da78bad3b4b4e0fa37bb41fb0a
parentb6964d66a07a9003868e428a956949e17ab44d7e
hwmon: (stts751) Add "st" vendor prefix to "stts751" compatible string

The documented compatible string is "st,stts751", not "stts751". Even if
"stts751" was in use, there's no need to list "stts751" in the DT match
table. The I2C core will strip any vendor prefix and match against the
i2c_device_id table which has an "stts751" entry.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Message-ID: <20240826191811.1416011-1-robh@kernel.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/stts751.c