Skip to content

Commit 7387270

Browse files
krzkgregkh
authored andcommitted
iio: magnetometer: ak8975: drop incorrect AK09116 compatible
[ Upstream commit da6e316 ] 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: 76e28aa ("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent c5a4a27 commit 7387270

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/iio/magnetometer/ak8975.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,6 @@ static const struct of_device_id ak8975_of_match[] = {
10831083
{ .compatible = "asahi-kasei,ak09912", .data = &ak_def_array[AK09912] },
10841084
{ .compatible = "ak09912", .data = &ak_def_array[AK09912] },
10851085
{ .compatible = "asahi-kasei,ak09916", .data = &ak_def_array[AK09916] },
1086-
{ .compatible = "ak09916", .data = &ak_def_array[AK09916] },
10871086
{}
10881087
};
10891088
MODULE_DEVICE_TABLE(of, ak8975_of_match);

0 commit comments

Comments
 (0)