On 06/08/2024 08:10, Barnabás Czémán wrote: > }; > MODULE_DEVICE_TABLE(i2c, ak8975_id); > @@ -1081,6 +1114,7 @@ static const struct of_device_id ak8975_of_match[] = { > { .compatible = "ak09912", .data = &ak_def_array[AK09912] }, > { .compatible = "asahi-kasei,ak09916", .data = &ak_def_array[AK09916] }, > { .compatible = "ak09916", .data = &ak_def_array[AK09916] }, > + { .compatible = "asahi-kasei,ak09918", .data = &ak_def_array[AK09918] }, I think you might need to rebase on top of Jonathan's branches... Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof