Skip to content

Commit 6f4e10f

Browse files
committed
dt-bindings: pinctrl: qcom: correct gpio-ranges in examples
Correct the number of GPIOs in gpio-ranges to match reality. Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 174668b commit 6f4e10f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/devicetree/bindings/pinctrl/qcom,sm8250-pinctrl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ examples:
131131
#gpio-cells = <2>;
132132
interrupt-controller;
133133
#interrupt-cells = <2>;
134-
gpio-ranges = <&tlmm 0 0 180>;
134+
gpio-ranges = <&tlmm 0 0 181>; /* GPIOs + ufs_reset */
135135
wakeup-parent = <&pdc>;
136136
};

Documentation/devicetree/bindings/pinctrl/qcom,sm8350-tlmm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ examples:
130130
#gpio-cells = <2>;
131131
interrupt-controller;
132132
#interrupt-cells = <2>;
133-
gpio-ranges = <&tlmm 0 0 203>;
133+
gpio-ranges = <&tlmm 0 0 204>; /* GPIOs + ufs_reset */
134134
135135
gpio-wo-subnode-state {
136136
pins = "gpio1";

0 commit comments

Comments
 (0)