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

Configure Feed

Select the types of activity you want to include in your feed.

iio: magnetometer: ak8975: drop incorrect AK09116 compatible

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>
Link: https://patch.msgid.link/20240806053016.6401-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Krzysztof Kozlowski and committed by
Jonathan Cameron
da6e3160 17a9e95c

-1
-1
drivers/iio/magnetometer/ak8975.c
··· 1081 1081 { .compatible = "asahi-kasei,ak09912", .data = &ak_def_array[AK09912] }, 1082 1082 { .compatible = "ak09912", .data = &ak_def_array[AK09912] }, 1083 1083 { .compatible = "asahi-kasei,ak09916", .data = &ak_def_array[AK09916] }, 1084 - { .compatible = "ak09916", .data = &ak_def_array[AK09916] }, 1085 1084 {} 1086 1085 }; 1087 1086 MODULE_DEVICE_TABLE(of, ak8975_of_match);