Skip to content

Commit b4b6c80

Browse files
lijuangglinusw
authored andcommitted
dt-bindings: pinctrl: qcom: correct gpio-ranges in examples for qcs8300
Correct the gpio-ranges in the QCS8300 TLMM pin controller example to include the UFS_RESET pin, which is expected to be wired to the reset pin of the primary UFS memory. This allows the UFS driver to toggle it. Fixes: 5778535 ("dt-bindings: pinctrl: describe qcs8300-tlmm") Acked-by: Rob Herring (Arm) <[email protected]> Signed-off-by: Lijuan Gao <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent 2f87c9a commit b4b6c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ examples:
106106
interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
107107
gpio-controller;
108108
#gpio-cells = <2>;
109-
gpio-ranges = <&tlmm 0 0 133>;
109+
gpio-ranges = <&tlmm 0 0 134>;
110110
interrupt-controller;
111111
#interrupt-cells = <2>;
112112

0 commit comments

Comments
 (0)