summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/qcom-pm8xxx.c
diff options
context:
space:
mode:
authorNeil Armstrong <neil.armstrong@linaro.org>2022-10-21 11:06:44 +0200
committerLee Jones <lee@kernel.org>2022-12-07 13:28:09 +0000
commit727b67e34969ab7ad254a379664bbb492ae0bc5a (patch)
treec464cf2cd8ec0171ddea94073588d4581db5ee64 /drivers/mfd/qcom-pm8xxx.c
parent6af338b0011727da68c32ba79f8dfab8524fc4ae (diff)
downloadlinux-727b67e34969ab7ad254a379664bbb492ae0bc5a.tar.gz
linux-727b67e34969ab7ad254a379664bbb492ae0bc5a.tar.bz2
linux-727b67e34969ab7ad254a379664bbb492ae0bc5a.zip
mfd: qcom-pm8xxx: Drop unused PM8018 compatible
The PM8018 compatible is always used with PM8921 fallback, so PM8018 compatible can be safely removed from device ID table Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/20220928-mdm9615-dt-schema-fixes-v4-8-dac2dfaac703@linaro.org
Diffstat (limited to 'drivers/mfd/qcom-pm8xxx.c')
-rw-r--r--drivers/mfd/qcom-pm8xxx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/qcom-pm8xxx.c b/drivers/mfd/qcom-pm8xxx.c
index 2f2734ba5273..601106580e2e 100644
--- a/drivers/mfd/qcom-pm8xxx.c
+++ b/drivers/mfd/qcom-pm8xxx.c
@@ -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},