projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6af338b
)
mfd: qcom-pm8xxx: Drop unused PM8018 compatible
author
Neil Armstrong
<neil.armstrong@linaro.org>
Fri, 21 Oct 2022 09:06:44 +0000
(11:06 +0200)
committer
Lee 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
patch
|
blob
|
history
diff --git
a/drivers/mfd/qcom-pm8xxx.c
b/drivers/mfd/qcom-pm8xxx.c
index 2f2734ba5273eef79a71f407f9a2bcae350e506f..601106580e2e56ee6507aceaf91f69fb58396a8d 100644
(file)
--- 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},