diff options
author | Krzysztof Kozlowski <[email protected]> | 2022-11-18 06:52:40 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-11-23 19:45:33 +0100 |
commit | 8c8112d7c442579cca821836bbcc46b747ceca74 (patch) | |
tree | eab97d0347dada4e92780eb2a0b2dde47cc78822 | |
parent | a82b1ec34e9bea94058f429560e311e5ca634356 (diff) |
slimbus: qcom-ctrl: drop unneeded qcom,apq8064-slim compatible
Bindings require usage of fallback "qcom,slim" compatible, so
"qcom,apq8064-slim" is redundant.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Srinivas Kandagatla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/slimbus/qcom-ctrl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/slimbus/qcom-ctrl.c b/drivers/slimbus/qcom-ctrl.c index c0c4f895d76e..bb106eab8ae2 100644 --- a/drivers/slimbus/qcom-ctrl.c +++ b/drivers/slimbus/qcom-ctrl.c @@ -718,7 +718,6 @@ static const struct dev_pm_ops qcom_slim_dev_pm_ops = { static const struct of_device_id qcom_slim_dt_match[] = { { .compatible = "qcom,slim", }, - { .compatible = "qcom,apq8064-slim", }, {} }; |