Skip to content

Commit 536ba6c

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: sc8280xp-crd: 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/20230407181541.139349-1-krzysztof.kozlowski@linaro.org
1 parent d1333bc commit 536ba6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/qcom/sc8280xp-crd.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@
870870
pins = "gpio101";
871871
function = "gpio";
872872
bias-disable;
873-
drive-strengh = <16>;
873+
drive-strength = <16>;
874874
output-high;
875875
};
876876

@@ -895,7 +895,7 @@
895895
pins = "gpio48";
896896
function = "gpio";
897897
bias-disable;
898-
drive-strengh = <16>;
898+
drive-strength = <16>;
899899
output-high;
900900
};
901901

0 commit comments

Comments
 (0)