Commit a7374752 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: sm8450: align TLMM pin configuration with DT schema

DT schema expects TLMM pin configuration nodes to be named with '-state'
suffix and their optional children with '-pins' suffix.
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/20220912061746.6311-39-krzysztof.kozlowski@linaro.org
parent e227fa29
...@@ -572,27 +572,27 @@ &spi10 { ...@@ -572,27 +572,27 @@ &spi10 {
&tlmm { &tlmm {
gpio-reserved-ranges = <28 4>; gpio-reserved-ranges = <28 4>;
sdc2_default_state: sdc2-default { sdc2_default_state: sdc2-default-state {
clk { clk-pins {
pins = "sdc2_clk"; pins = "sdc2_clk";
drive-strength = <16>; drive-strength = <16>;
bias-disable; bias-disable;
}; };
cmd { cmd-pins {
pins = "sdc2_cmd"; pins = "sdc2_cmd";
drive-strength = <16>; drive-strength = <16>;
bias-pull-up; bias-pull-up;
}; };
data { data-pins {
pins = "sdc2_data"; pins = "sdc2_data";
drive-strength = <16>; drive-strength = <16>;
bias-pull-up; bias-pull-up;
}; };
}; };
ts_int_default: ts-int-default { ts_int_default: ts-int-default-state {
pins = "gpio23"; pins = "gpio23";
function = "gpio"; function = "gpio";
drive-strength = <2>; drive-strength = <2>;
...@@ -600,7 +600,7 @@ ts_int_default: ts-int-default { ...@@ -600,7 +600,7 @@ ts_int_default: ts-int-default {
input-enable; input-enable;
}; };
sdc2_card_det_n: sd-card-det-n { sdc2_card_det_n: sd-card-det-n-state {
pins = "gpio92"; pins = "gpio92";
function = "gpio"; function = "gpio";
drive-strength = <2>; drive-strength = <2>;
......
This diff is collapsed.
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