Commit 536ba6c4 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: sc8280xp-crd: correct pin drive-strength

Fix typo in drive-strength property name.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230407181541.139349-1-krzysztof.kozlowski@linaro.org
parent d1333bce
......@@ -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;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment