summaryrefslogtreecommitdiff
path: root/arch/arm/dts/sdm845.dtsi
diff options
context:
space:
mode:
authorSumit Garg <sumit.garg@linaro.org>2022-07-27 11:22:04 +0300
committerTom Rini <trini@konsulko.com>2022-08-26 17:55:46 +0300
commit0ddabb6830e5aee2c54f86f2430ea0f28f7538c3 (patch)
tree1db13f57a1832e79fad829844558ed728b41d1b9 /arch/arm/dts/sdm845.dtsi
parenta4b99582bbe12c2fe7586ceaf443d99b3a38e389 (diff)
downloadu-boot-0ddabb6830e5aee2c54f86f2430ea0f28f7538c3.tar.xz
arm: dts: qcom: Sync pinctrl DT nodes with Linux bindings
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>
Diffstat (limited to 'arch/arm/dts/sdm845.dtsi')
-rw-r--r--arch/arm/dts/sdm845.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/sdm845.dtsi b/arch/arm/dts/sdm845.dtsi
index df5b6dfcfc..607af277f8 100644
--- a/arch/arm/dts/sdm845.dtsi
+++ b/arch/arm/dts/sdm845.dtsi
@@ -37,7 +37,7 @@
};
tlmm_north: pinctrl_north@3900000 {
- compatible = "qcom,tlmm-sdm845";
+ compatible = "qcom,sdm845-pinctrl";
reg = <0x3900000 0x400000>;
gpio-count = <150>;
gpio-controller;