Linux IIO development
 help / color / mirror / Atom feed
* [PATCH 1/2] iio: magnetometer: ak8975: drop incorrect AK09116 compatible
@ 2024-08-06  5:30 Krzysztof Kozlowski
  2024-08-06  5:30 ` [PATCH 2/2] dt-bindings: iio: asahi-kasei,ak8975: " Krzysztof Kozlowski
  0 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2024-08-06  5:30 UTC (permalink / raw)
  To: Jonathan Cameron, Lars-Peter Clausen, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Jonathan Albrieux,
	Matt Ranostay, linux-iio, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

All compatibles in this binding without prefixes were deprecated, so
adding a new deprecated one after some time is not allowed, because it
defies the core logic of deprecating things.

Drop the AK09916 vendorless compatible.

Fixes: 76e28aa97fa0 ("iio: magnetometer: ak8975: add AK09116 support")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 drivers/iio/magnetometer/ak8975.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/iio/magnetometer/ak8975.c b/drivers/iio/magnetometer/ak8975.c
index dd466c5fa621..ccbebe5b66cd 100644
--- a/drivers/iio/magnetometer/ak8975.c
+++ b/drivers/iio/magnetometer/ak8975.c
@@ -1081,7 +1081,6 @@ static const struct of_device_id ak8975_of_match[] = {
 	{ .compatible = "asahi-kasei,ak09912", .data = &ak_def_array[AK09912] },
 	{ .compatible = "ak09912", .data = &ak_def_array[AK09912] },
 	{ .compatible = "asahi-kasei,ak09916", .data = &ak_def_array[AK09916] },
-	{ .compatible = "ak09916", .data = &ak_def_array[AK09916] },
 	{}
 };
 MODULE_DEVICE_TABLE(of, ak8975_of_match);
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-08-06 16:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-06  5:30 [PATCH 1/2] iio: magnetometer: ak8975: drop incorrect AK09116 compatible Krzysztof Kozlowski
2024-08-06  5:30 ` [PATCH 2/2] dt-bindings: iio: asahi-kasei,ak8975: " Krzysztof Kozlowski
2024-08-06 16:02   ` Conor Dooley
2024-08-06 16:11     ` Jonathan Cameron
2024-08-06 16:40       ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox