Commit 4bef4d51 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Lee Jones
Browse files

dt-bindings: mfd: qcom,spmi-pmic: Use generic node name "gpio"



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

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarLee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20220908080938.29199-3-krzysztof.kozlowski@linaro.org
parent 03317a86
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ patternProperties:
    type: object
    $ref: /schemas/extcon/qcom,pm8941-misc.yaml#

  "gpio(s)?@[0-9a-f]+$":
  "gpio@[0-9a-f]+$":
    type: object
    $ref: /schemas/pinctrl/qcom,pmic-gpio.yaml#

@@ -199,7 +199,7 @@ examples:
            #address-cells = <1>;
            #size-cells = <0>;

            pmi8998_gpio: gpios@c000 {
            pmi8998_gpio: gpio@c000 {
                compatible = "qcom,pmi8998-gpio", "qcom,spmi-gpio";
                reg = <0xc000>;
                gpio-controller;
@@ -284,7 +284,7 @@ examples:
            };
        };

        pm6150_gpio: gpios@c000 {
        pm6150_gpio: gpio@c000 {
            compatible = "qcom,pm6150-gpio", "qcom,spmi-gpio";
            reg = <0xc000>;
            gpio-controller;