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

arm64: dts: qcom: sm6125: 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-35-krzysztof.kozlowski@linaro.org
parent 61a301ca
...@@ -87,7 +87,7 @@ &hsusb_phy1 { ...@@ -87,7 +87,7 @@ &hsusb_phy1 {
}; };
&sdc2_off_state { &sdc2_off_state {
sd-cd { sd-cd-pins {
pins = "gpio98"; pins = "gpio98";
drive-strength = <2>; drive-strength = <2>;
bias-disable; bias-disable;
...@@ -95,7 +95,7 @@ sd-cd { ...@@ -95,7 +95,7 @@ sd-cd {
}; };
&sdc2_on_state { &sdc2_on_state {
sd-cd { sd-cd-pins {
pins = "gpio98"; pins = "gpio98";
drive-strength = <2>; drive-strength = <2>;
bias-pull-up; bias-pull-up;
......
...@@ -387,19 +387,19 @@ tlmm: pinctrl@500000 { ...@@ -387,19 +387,19 @@ tlmm: pinctrl@500000 {
#interrupt-cells = <2>; #interrupt-cells = <2>;
sdc2_off_state: sdc2-off-state { sdc2_off_state: sdc2-off-state {
clk { clk-pins {
pins = "sdc2_clk"; pins = "sdc2_clk";
drive-strength = <2>; drive-strength = <2>;
bias-disable; bias-disable;
}; };
cmd { cmd-pins {
pins = "sdc2_cmd"; pins = "sdc2_cmd";
drive-strength = <2>; drive-strength = <2>;
bias-pull-up; bias-pull-up;
}; };
data { data-pins {
pins = "sdc2_data"; pins = "sdc2_data";
drive-strength = <2>; drive-strength = <2>;
bias-pull-up; bias-pull-up;
...@@ -413,13 +413,13 @@ clk { ...@@ -413,13 +413,13 @@ clk {
bias-disable; bias-disable;
}; };
cmd { cmd-pins-pins {
pins = "sdc2_cmd"; pins = "sdc2_cmd";
drive-strength = <10>; drive-strength = <10>;
bias-pull-up; bias-pull-up;
}; };
data { data-pins {
pins = "sdc2_data"; pins = "sdc2_data";
drive-strength = <10>; drive-strength = <10>;
bias-pull-up; bias-pull-up;
......
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