mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 02:08:38 +00:00
0ddabb6830
Currently for all Qcom SoCs/boards there are separate compatibles for GPIO and pinctrl. But this is inconsistent with official (upstream) Linux bindings which requires only a single compatible "qcom,<SoC name>-pinctrl" and there is no such compatible property as "qcom,tlmm-<SoC name>". So fix this inconsistency for Qcom SoCs in order to comply with upstream DT bindings. This is done via removing compatibles from "msm_gpio" driver and via binding to "msm_gpio" driver from pinctrl driver in case "gpio-controller" property is specified for pinctrl node. Suggested-by: Stephan Gerhold <stephan@gerhold.net> Signed-off-by: Sumit Garg <sumit.garg@linaro.org> |
||
---|---|---|
.. | ||
include/mach | ||
clock-apq8016.c | ||
clock-apq8096.c | ||
clock-qcs404.c | ||
clock-sdm845.c | ||
clock-snapdragon.c | ||
clock-snapdragon.h | ||
dram.c | ||
init_sdm845.c | ||
Kconfig | ||
Makefile | ||
misc.c | ||
pinctrl-apq8016.c | ||
pinctrl-apq8096.c | ||
pinctrl-qcs404.c | ||
pinctrl-sdm845.c | ||
pinctrl-snapdragon.c | ||
pinctrl-snapdragon.h | ||
sysmap-apq8016.c | ||
sysmap-apq8096.c | ||
sysmap-qcs404.c | ||
sysmap-sdm845.c |