提交 6f4e10ff 编写于 作者: K Krzysztof Kozlowski

dt-bindings: pinctrl: qcom: correct gpio-ranges in examples

Correct the number of GPIOs in gpio-ranges to match reality.
Acked-by: NRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230202104452.299048-8-krzysztof.kozlowski@linaro.orgSigned-off-by: NKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
上级 174668bf
...@@ -131,6 +131,6 @@ examples: ...@@ -131,6 +131,6 @@ examples:
#gpio-cells = <2>; #gpio-cells = <2>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
gpio-ranges = <&tlmm 0 0 180>; gpio-ranges = <&tlmm 0 0 181>; /* GPIOs + ufs_reset */
wakeup-parent = <&pdc>; wakeup-parent = <&pdc>;
}; };
...@@ -130,7 +130,7 @@ examples: ...@@ -130,7 +130,7 @@ examples:
#gpio-cells = <2>; #gpio-cells = <2>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
gpio-ranges = <&tlmm 0 0 203>; gpio-ranges = <&tlmm 0 0 204>; /* GPIOs + ufs_reset */
gpio-wo-subnode-state { gpio-wo-subnode-state {
pins = "gpio1"; pins = "gpio1";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册