ARM: dts: qcom: use generic node name "gpio" in SPMI PMIC

GPIO controller nodes are named by convention just "gpio", not "gpios".

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220908080938.29199-1-krzysztof.kozlowski@linaro.org
This commit is contained in:
Krzysztof Kozlowski 2022-09-08 10:09:36 +02:00 committed by Bjorn Andersson
parent 0b01159afd
commit 93e948da39
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ smbb: charger@1000 {
chg_otg: otg-vbus { };
};
pm8941_gpios: gpios@c000 {
pm8941_gpios: gpio@c000 {
compatible = "qcom,pm8941-gpio", "qcom,spmi-gpio";
reg = <0xc000>;
gpio-controller;

View File

@ -27,7 +27,7 @@ pwrkey@800 {
bias-pull-up;
};
pma8084_gpios: gpios@c000 {
pma8084_gpios: gpio@c000 {
compatible = "qcom,pma8084-gpio", "qcom,spmi-gpio";
reg = <0xc000>;
gpio-controller;