Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <krzysztof.kozlowski@linaro.org>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20221118065246.6835-7-srinivas.kandagatla@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Krzysztof Kozlowski and committed by
Greg Kroah-Hartman
8c8112d7 a82b1ec3

-1
-1
drivers/slimbus/qcom-ctrl.c
··· 718 718 719 719 static const struct of_device_id qcom_slim_dt_match[] = { 720 720 { .compatible = "qcom,slim", }, 721 - { .compatible = "qcom,apq8064-slim", }, 722 721 {} 723 722 }; 724 723