Commit 031f5436 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: sm8250: align LPASS pin configuration with DT schema

DT schema expects LPASS 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>
Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220927153429.55365-5-krzysztof.kozlowski@linaro.org
parent 195a0a11
...@@ -2388,8 +2388,8 @@ lpass_tlmm: pinctrl@33c0000{ ...@@ -2388,8 +2388,8 @@ lpass_tlmm: pinctrl@33c0000{
<&q6afecc LPASS_HW_DCODEC_VOTE LPASS_CLK_ATTRIBUTE_COUPLE_NO>; <&q6afecc LPASS_HW_DCODEC_VOTE LPASS_CLK_ATTRIBUTE_COUPLE_NO>;
clock-names = "core", "audio"; clock-names = "core", "audio";
wsa_swr_active: wsa-swr-active-pins { wsa_swr_active: wsa-swr-active-state {
clk { clk-pins {
pins = "gpio10"; pins = "gpio10";
function = "wsa_swr_clk"; function = "wsa_swr_clk";
drive-strength = <2>; drive-strength = <2>;
...@@ -2397,7 +2397,7 @@ clk { ...@@ -2397,7 +2397,7 @@ clk {
bias-disable; bias-disable;
}; };
data { data-pins {
pins = "gpio11"; pins = "gpio11";
function = "wsa_swr_data"; function = "wsa_swr_data";
drive-strength = <2>; drive-strength = <2>;
...@@ -2407,8 +2407,8 @@ data { ...@@ -2407,8 +2407,8 @@ data {
}; };
}; };
wsa_swr_sleep: wsa-swr-sleep-pins { wsa_swr_sleep: wsa-swr-sleep-state {
clk { clk-pins {
pins = "gpio10"; pins = "gpio10";
function = "wsa_swr_clk"; function = "wsa_swr_clk";
drive-strength = <2>; drive-strength = <2>;
...@@ -2416,7 +2416,7 @@ clk { ...@@ -2416,7 +2416,7 @@ clk {
bias-pull-down; bias-pull-down;
}; };
data { data-pins {
pins = "gpio11"; pins = "gpio11";
function = "wsa_swr_data"; function = "wsa_swr_data";
drive-strength = <2>; drive-strength = <2>;
...@@ -2426,14 +2426,14 @@ data { ...@@ -2426,14 +2426,14 @@ data {
}; };
}; };
dmic01_active: dmic01-active-pins { dmic01_active: dmic01-active-state {
clk { clk-pins {
pins = "gpio6"; pins = "gpio6";
function = "dmic1_clk"; function = "dmic1_clk";
drive-strength = <8>; drive-strength = <8>;
output-high; output-high;
}; };
data { data-pins {
pins = "gpio7"; pins = "gpio7";
function = "dmic1_data"; function = "dmic1_data";
drive-strength = <8>; drive-strength = <8>;
...@@ -2441,8 +2441,8 @@ data { ...@@ -2441,8 +2441,8 @@ data {
}; };
}; };
dmic01_sleep: dmic01-sleep-pins { dmic01_sleep: dmic01-sleep-state {
clk { clk-pins {
pins = "gpio6"; pins = "gpio6";
function = "dmic1_clk"; function = "dmic1_clk";
drive-strength = <2>; drive-strength = <2>;
...@@ -2450,7 +2450,7 @@ clk { ...@@ -2450,7 +2450,7 @@ clk {
output-low; output-low;
}; };
data { data-pins {
pins = "gpio7"; pins = "gpio7";
function = "dmic1_data"; function = "dmic1_data";
drive-strength = <2>; drive-strength = <2>;
...@@ -2459,8 +2459,8 @@ data { ...@@ -2459,8 +2459,8 @@ data {
}; };
}; };
rx_swr_active: rx_swr-active-pins { rx_swr_active: rx-swr-active-state {
clk { clk-pins {
pins = "gpio3"; pins = "gpio3";
function = "swr_rx_clk"; function = "swr_rx_clk";
drive-strength = <2>; drive-strength = <2>;
...@@ -2468,7 +2468,7 @@ clk { ...@@ -2468,7 +2468,7 @@ clk {
bias-disable; bias-disable;
}; };
data { data-pins {
pins = "gpio4", "gpio5"; pins = "gpio4", "gpio5";
function = "swr_rx_data"; function = "swr_rx_data";
drive-strength = <2>; drive-strength = <2>;
...@@ -2477,8 +2477,8 @@ data { ...@@ -2477,8 +2477,8 @@ data {
}; };
}; };
tx_swr_active: tx_swr-active-pins { tx_swr_active: tx-swr-active-state {
clk { clk-pins {
pins = "gpio0"; pins = "gpio0";
function = "swr_tx_clk"; function = "swr_tx_clk";
drive-strength = <2>; drive-strength = <2>;
...@@ -2486,7 +2486,7 @@ clk { ...@@ -2486,7 +2486,7 @@ clk {
bias-disable; bias-disable;
}; };
data { data-pins {
pins = "gpio1", "gpio2"; pins = "gpio1", "gpio2";
function = "swr_tx_data"; function = "swr_tx_data";
drive-strength = <2>; drive-strength = <2>;
...@@ -2495,8 +2495,8 @@ data { ...@@ -2495,8 +2495,8 @@ data {
}; };
}; };
tx_swr_sleep: tx_swr-sleep-pins { tx_swr_sleep: tx-swr-sleep-state {
clk { clk-pins {
pins = "gpio0"; pins = "gpio0";
function = "swr_tx_clk"; function = "swr_tx_clk";
drive-strength = <2>; drive-strength = <2>;
...@@ -2504,7 +2504,7 @@ clk { ...@@ -2504,7 +2504,7 @@ clk {
bias-pull-down; bias-pull-down;
}; };
data1 { data1-pins {
pins = "gpio1"; pins = "gpio1";
function = "swr_tx_data"; function = "swr_tx_data";
drive-strength = <2>; drive-strength = <2>;
...@@ -2512,7 +2512,7 @@ data1 { ...@@ -2512,7 +2512,7 @@ data1 {
bias-bus-hold; bias-bus-hold;
}; };
data2 { data2-pins {
pins = "gpio2"; pins = "gpio2";
function = "swr_tx_data"; function = "swr_tx_data";
drive-strength = <2>; drive-strength = <2>;
......
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