Message ID | 20241212-correct_gpio_ranges-v1-2-c5f20d61882f@quicinc.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Correct the number of GPIOs in gpio-ranges for QCS615 and QCS8300 | expand |
On Thu, 12 Dec 2024 17:24:01 +0800, Lijuan Gao wrote: > The QCS8300 TLMM pin controller have the UFS_RESET pin, which is expected > to be wired to the reset pin of the primary UFS memory. Include it in > gpio-ranges so that the UFS driver can toggle it. > > Fixes: 5778535972e2 ("dt-bindings: pinctrl: describe qcs8300-tlmm") > Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com> > --- > Documentation/devicetree/bindings/pinctrl/qcom,qcs8300-tlmm.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,qcs8300-tlmm.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,qcs8300-tlmm.yaml index bb0d7132886a..489b41dcc179 100644 --- a/Documentation/devicetree/bindings/pinctrl/qcom,qcs8300-tlmm.yaml +++ b/Documentation/devicetree/bindings/pinctrl/qcom,qcs8300-tlmm.yaml @@ -106,7 +106,7 @@ examples: interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>; gpio-controller; #gpio-cells = <2>; - gpio-ranges = <&tlmm 0 0 133>; + gpio-ranges = <&tlmm 0 0 134>; interrupt-controller; #interrupt-cells = <2>;
The QCS8300 TLMM pin controller have the UFS_RESET pin, which is expected to be wired to the reset pin of the primary UFS memory. Include it in gpio-ranges so that the UFS driver can toggle it. Fixes: 5778535972e2 ("dt-bindings: pinctrl: describe qcs8300-tlmm") Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com> --- Documentation/devicetree/bindings/pinctrl/qcom,qcs8300-tlmm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)