Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: 5778535972e2 ("dt-bindings: pinctrl: describe qcs8300-tlmm")
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com>
Link: https://lore.kernel.org/20250506-correct_gpio_ranges-v3-2-49a7d292befa@quicinc.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Lijuan Gao and committed by
Linus Walleij
b4b6c80e 2f87c9aa

+1 -1
+1 -1
Documentation/devicetree/bindings/pinctrl/qcom,qcs8300-tlmm.yaml
··· 106 106 interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>; 107 107 gpio-controller; 108 108 #gpio-cells = <2>; 109 - gpio-ranges = <&tlmm 0 0 133>; 109 + gpio-ranges = <&tlmm 0 0 134>; 110 110 interrupt-controller; 111 111 #interrupt-cells = <2>; 112 112