2018-12-20 21:53:22

by Johan Hovold

[permalink] [raw]
Subject: [PATCH] arm64: dts: msm8996: fix blsp2_uart1 4-pin pinconfig

Fix "gpiio5" typo in the (currently unused) blsp2_uart1 4-pin sleep
config.

Fixes: 22e6789f9493 ("arm64: dts: msm8996: add blsp2_uart1 pinctrl")
Cc: Srinivas Kandagatla <[email protected]>
Signed-off-by: Johan Hovold <[email protected]>
---
arch/arm64/boot/dts/qcom/msm8996-pins.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8996-pins.dtsi b/arch/arm64/boot/dts/qcom/msm8996-pins.dtsi
index c5c42e94f387..1d1f7f91739a 100644
--- a/arch/arm64/boot/dts/qcom/msm8996-pins.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996-pins.dtsi
@@ -139,7 +139,7 @@
};

pinconf {
- pins = "gpio4", "gpiio5", "gpio6", "gpio7";
+ pins = "gpio4", "gpio5", "gpio6", "gpio7";
drive-strength = <2>;
bias-disable;
};
--
2.20.1



2019-02-11 09:38:07

by Johan Hovold

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: msm8996: fix blsp2_uart1 4-pin pinconfig

On Thu, Dec 20, 2018 at 05:17:50PM +0100, Johan Hovold wrote:
> Fix "gpiio5" typo in the (currently unused) blsp2_uart1 4-pin sleep
> config.
>
> Fixes: 22e6789f9493 ("arm64: dts: msm8996: add blsp2_uart1 pinctrl")
> Cc: Srinivas Kandagatla <[email protected]>
> Signed-off-by: Johan Hovold <[email protected]>

I can't seem to find this one in your tree (or linux-next), Andy. Lost
or simply not applied yet?

Johan

2019-02-12 21:47:15

by Andy Gross

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: msm8996: fix blsp2_uart1 4-pin pinconfig

On Thu, Dec 20, 2018 at 05:17:50PM +0100, Johan Hovold wrote:
> Fix "gpiio5" typo in the (currently unused) blsp2_uart1 4-pin sleep
> config.
>
> Fixes: 22e6789f9493 ("arm64: dts: msm8996: add blsp2_uart1 pinctrl")
> Cc: Srinivas Kandagatla <[email protected]>
> Signed-off-by: Johan Hovold <[email protected]>
> ---
> arch/arm64/boot/dts/qcom/msm8996-pins.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/msm8996-pins.dtsi b/arch/arm64/boot/dts/qcom/msm8996-pins.dtsi
> index c5c42e94f387..1d1f7f91739a 100644
> --- a/arch/arm64/boot/dts/qcom/msm8996-pins.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8996-pins.dtsi
> @@ -139,7 +139,7 @@
> };
>
> pinconf {
> - pins = "gpio4", "gpiio5", "gpio6", "gpio7";
> + pins = "gpio4", "gpio5", "gpio6", "gpio7";
> drive-strength = <2>;
> bias-disable;
> };

I took one in slightly older than this one. However, it doesn't have the fixes
line.


commit ff10032fb309d0baa0b79e28009bf154de08d341
Author: Jakob Wuhrer <[email protected]>
Date: Fri Dec 14 18:01:30 2018 +0100

arm64: dts: qcom: Correct "gpiio" typo in msm8996-pins

gpiio5 is missspelt in msm8996-pins.dtsi, fix that.

Signed-off-by: Jakob Wuhrer <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Signed-off-by: Andy Gross <[email protected]>


Regards,

Andy

2019-02-13 13:29:06

by Johan Hovold

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: msm8996: fix blsp2_uart1 4-pin pinconfig

On Tue, Feb 12, 2019 at 03:06:56PM -0600, Andy Gross wrote:
> On Thu, Dec 20, 2018 at 05:17:50PM +0100, Johan Hovold wrote:
> > Fix "gpiio5" typo in the (currently unused) blsp2_uart1 4-pin sleep
> > config.
> >
> > Fixes: 22e6789f9493 ("arm64: dts: msm8996: add blsp2_uart1 pinctrl")
> > Cc: Srinivas Kandagatla <[email protected]>
> > Signed-off-by: Johan Hovold <[email protected]>
> > ---
> > arch/arm64/boot/dts/qcom/msm8996-pins.dtsi | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/arch/arm64/boot/dts/qcom/msm8996-pins.dtsi b/arch/arm64/boot/dts/qcom/msm8996-pins.dtsi
> > index c5c42e94f387..1d1f7f91739a 100644
> > --- a/arch/arm64/boot/dts/qcom/msm8996-pins.dtsi
> > +++ b/arch/arm64/boot/dts/qcom/msm8996-pins.dtsi
> > @@ -139,7 +139,7 @@
> > };
> >
> > pinconf {
> > - pins = "gpio4", "gpiio5", "gpio6", "gpio7";
> > + pins = "gpio4", "gpio5", "gpio6", "gpio7";
> > drive-strength = <2>;
> > bias-disable;
> > };
>
> I took one in slightly older than this one. However, it doesn't have the fixes
> line.
>
>
> commit ff10032fb309d0baa0b79e28009bf154de08d341
> Author: Jakob Wuhrer <[email protected]>
> Date: Fri Dec 14 18:01:30 2018 +0100
>
> arm64: dts: qcom: Correct "gpiio" typo in msm8996-pins
>
> gpiio5 is missspelt in msm8996-pins.dtsi, fix that.
>
> Signed-off-by: Jakob Wuhrer <[email protected]>
> Signed-off-by: Bjorn Andersson <[email protected]>
> Signed-off-by: Andy Gross <[email protected]>

That's funny, submitted six days before mine for a 2+ year old issue.

The typo would prevent the pin from being reconfigured (hence the stable
tag), but at least you'd get a runtime warning when trying to set this
config.

Johan

2019-02-15 00:51:47

by Andy Gross

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: msm8996: fix blsp2_uart1 4-pin pinconfig

On Wed, Feb 13, 2019 at 10:05:44AM +0100, Johan Hovold wrote:
> That's funny, submitted six days before mine for a 2+ year old issue.

I can't tell you how many times I've seen this happen (to myself and others).


Andy