]> www.infradead.org Git - users/dwmw2/linux.git/commit
spi: spidev: add correct compatible for Rohm BH2228FV
authorConor Dooley <conor.dooley@microchip.com>
Wed, 17 Jul 2024 09:59:49 +0000 (10:59 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 18 Jul 2024 10:17:09 +0000 (11:17 +0100)
commitfc28d1c1fe3b3e2fbc50834c8f73dda72f6af9fc
tree1fad7c7cbc24e62a2425916b9bd6e3a9b4587060
parent5170dae5591036dba7daa519ea3126169300e275
spi: spidev: add correct compatible for Rohm BH2228FV

When Maxime originally added the BH2228FV to the spidev driver, he spelt
it incorrectly - the d should have been a b. Add the correctly spelt
compatible to the driver. Although the majority of users of this
compatible are abusers, there is at least one board that validly uses
the incorrect spelt compatible, so keep it in the driver to avoid
breaking the few real users it has.

Fixes: 8fad805bdc52 ("spi: spidev: Add Rohm DH2228FV DAC compatible string")
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Maxime Ripard <mripard@kernel.org>
Link: https://patch.msgid.link/20240717-ventricle-strewn-a7678c509e85@spud
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spidev.c