Skip to content

Commit

Permalink
mfd: qcom-pm8xxx: Drop unused PM8018 compatible
Browse files Browse the repository at this point in the history
The PM8018 compatible is always used with PM8921 fallback, so PM8018
compatible can be safely removed from device ID table

Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
superna9999 authored and lag-linaro committed Dec 7, 2022
1 parent 6af338b commit 727b67e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mfd/qcom-pm8xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,6 @@ static const struct pm_irq_data pm8821_data = {
};

static const struct of_device_id pm8xxx_id_table[] = {
{ .compatible = "qcom,pm8018", .data = &pm8xxx_data},
{ .compatible = "qcom,pm8058", .data = &pm8xxx_data},
{ .compatible = "qcom,pm8821", .data = &pm8821_data},
{ .compatible = "qcom,pm8921", .data = &pm8xxx_data},
Expand Down

0 comments on commit 727b67e

Please sign in to comment.