mfd: qcom-pm8xxx: Drop unused PM8018 compatible
authorNeil Armstrong <neil.armstrong@linaro.org>
Fri, 21 Oct 2022 09:06:44 +0000 (11:06 +0200)
committerLee Jones <lee@kernel.org>
Wed, 7 Dec 2022 13:28:09 +0000 (13:28 +0000)
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
drivers/mfd/qcom-pm8xxx.c

index 2f2734ba5273eef79a71f407f9a2bcae350e506f..601106580e2e56ee6507aceaf91f69fb58396a8d 100644 (file)
@@ -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},