arm64: dts: qcom: sc8280xp-crd: correct pin drive-strength
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 7 Apr 2023 18:15:41 +0000 (20:15 +0200)
committerBjorn Andersson <andersson@kernel.org>
Fri, 7 Apr 2023 18:56:13 +0000 (11:56 -0700)
Fix typo in drive-strength property name.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230407181541.139349-1-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/sc8280xp-crd.dts

index 6b4e154..5b25d54 100644 (file)
                        pins = "gpio101";
                        function = "gpio";
                        bias-disable;
-                       drive-strengh = <16>;
+                       drive-strength = <16>;
                        output-high;
                };
 
                        pins = "gpio48";
                        function = "gpio";
                        bias-disable;
-                       drive-strengh = <16>;
+                       drive-strength = <16>;
                        output-high;
                };