mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
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:
parent
0b01159afd
commit
93e948da39
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user