mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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
This commit is contained in:
parent
536ba6c48d
commit
47ce7e1684
@ -1428,7 +1428,7 @@
|
||||
pins = "gpio101";
|
||||
function = "gpio";
|
||||
bias-disable;
|
||||
drive-strengh = <16>;
|
||||
drive-strength = <16>;
|
||||
output-high;
|
||||
};
|
||||
|
||||
@ -1445,7 +1445,7 @@
|
||||
pins = "gpio48";
|
||||
function = "gpio";
|
||||
bias-disable;
|
||||
drive-strengh = <16>;
|
||||
drive-strength = <16>;
|
||||
output-high;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user