Message ID | 20241219-correct_gpio_ranges-v2-1-19af8588dbd0@quicinc.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Correct the number of GPIOs in gpio-ranges for QCS615 and QCS8300 | expand |
On 19/12/2024 08:59, Lijuan Gao wrote: > Correct the gpio-ranges in the QCS615 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: 55c487ea6084 ("dt-bindings: pinctrl: document the QCS615 Top Level Mode Multiplexer") > Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com> > --- <form letter> This is a friendly reminder during the review process. It looks like you received a tag and forgot to add it. If you do not know the process, here is a short explanation: Please add Acked-by/Reviewed-by/Tested-by tags when posting new versions, under or above your Signed-off-by tag. Tag is "received", when provided in a message replied to you on the mailing list. Tools like b4 can help here. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for tags received on the version they apply. https://elixir.bootlin.com/linux/v6.5-rc3/source/Documentation/process/submitting-patches.rst#L577 If a tag was not added on purpose, please state why and what changed. </form letter> Best regards, Krzysztof
在 12/19/2024 4:15 PM, Krzysztof Kozlowski 写道: > On 19/12/2024 08:59, Lijuan Gao wrote: >> Correct the gpio-ranges in the QCS615 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: 55c487ea6084 ("dt-bindings: pinctrl: document the QCS615 Top Level Mode Multiplexer") >> Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com> >> --- > > <form letter> > This is a friendly reminder during the review process. > > It looks like you received a tag and forgot to add it. > > If you do not know the process, here is a short explanation: > Please add Acked-by/Reviewed-by/Tested-by tags when posting new > versions, under or above your Signed-off-by tag. Tag is "received", when > provided in a message replied to you on the mailing list. Tools like b4 > can help here. However, there's no need to repost patches *only* to add > the tags. The upstream maintainer will do that for tags received on the > version they apply. > > https://elixir.bootlin.com/linux/v6.5-rc3/source/Documentation/process/submitting-patches.rst#L577 > > If a tag was not added on purpose, please state why and what changed. > </form letter> Sorry, my mistake. I didn't realize that Rob Herring had already given me an "Acked-by." I updated the commit message in this patch. > > Best regards, > Krzysztof
diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,qcs615-tlmm.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,qcs615-tlmm.yaml index 1ce4b5df584a..2791e578c1de 100644 --- a/Documentation/devicetree/bindings/pinctrl/qcom,qcs615-tlmm.yaml +++ b/Documentation/devicetree/bindings/pinctrl/qcom,qcs615-tlmm.yaml @@ -110,7 +110,7 @@ examples: <0x03c00000 0x300000>; reg-names = "east", "west", "south"; interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>; - gpio-ranges = <&tlmm 0 0 123>; + gpio-ranges = <&tlmm 0 0 124>; gpio-controller; #gpio-cells = <2>; interrupt-controller;
Correct the gpio-ranges in the QCS615 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: 55c487ea6084 ("dt-bindings: pinctrl: document the QCS615 Top Level Mode Multiplexer") Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com> --- Documentation/devicetree/bindings/pinctrl/qcom,qcs615-tlmm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)