2023-04-07 18:34:29

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH] arm64: dts: qcom: sc8280xp-crd: correct pin drive-strength

Fix typo in drive-strength property name.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
arch/arm64/boot/dts/qcom/sc8280xp-crd.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts b/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts
index 6b4e1541ee39..5b25d54b9591 100644
--- a/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts
+++ b/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts
@@ -870,7 +870,7 @@ oe-n-pins {
pins = "gpio101";
function = "gpio";
bias-disable;
- drive-strengh = <16>;
+ drive-strength = <16>;
output-high;
};

@@ -895,7 +895,7 @@ oe-n-pins {
pins = "gpio48";
function = "gpio";
bias-disable;
- drive-strengh = <16>;
+ drive-strength = <16>;
output-high;
};

--
2.34.1


2023-04-07 19:13:48

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: qcom: sc8280xp-crd: correct pin drive-strength

On Fri, 7 Apr 2023 20:15:41 +0200, Krzysztof Kozlowski wrote:
> Fix typo in drive-strength property name.
>
>

Applied, thanks!

[1/1] arm64: dts: qcom: sc8280xp-crd: correct pin drive-strength
commit: 536ba6c48d8e1a47d688326dfbd04ab37a6eb8dc

Best regards,
--
Bjorn Andersson <[email protected]>