Skip to content

Commit 47ce7e1

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: sc8280xp-lenovo-thinkpad: correct pin drive-strength
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/20230407180710.128815-1-krzysztof.kozlowski@linaro.org
1 parent 536ba6c commit 47ce7e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@
14281428
pins = "gpio101";
14291429
function = "gpio";
14301430
bias-disable;
1431-
drive-strengh = <16>;
1431+
drive-strength = <16>;
14321432
output-high;
14331433
};
14341434

@@ -1445,7 +1445,7 @@
14451445
pins = "gpio48";
14461446
function = "gpio";
14471447
bias-disable;
1448-
drive-strengh = <16>;
1448+
drive-strength = <16>;
14491449
output-high;
14501450
};
14511451

0 commit comments

Comments
 (0)