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

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
Loading
Loading
Loading
Loading
+22 −22
Original line number Diff line number Diff line
@@ -2388,8 +2388,8 @@ lpass_tlmm: pinctrl@33c0000{
				<&q6afecc LPASS_HW_DCODEC_VOTE LPASS_CLK_ATTRIBUTE_COUPLE_NO>;
			clock-names = "core", "audio";

			wsa_swr_active: wsa-swr-active-pins {
				clk {
			wsa_swr_active: wsa-swr-active-state {
				clk-pins {
					pins = "gpio10";
					function = "wsa_swr_clk";
					drive-strength = <2>;
@@ -2397,7 +2397,7 @@ clk {
					bias-disable;
				};

				data {
				data-pins {
					pins = "gpio11";
					function = "wsa_swr_data";
					drive-strength = <2>;
@@ -2407,8 +2407,8 @@ data {
				};
			};

			wsa_swr_sleep: wsa-swr-sleep-pins {
				clk {
			wsa_swr_sleep: wsa-swr-sleep-state {
				clk-pins {
					pins = "gpio10";
					function = "wsa_swr_clk";
					drive-strength = <2>;
@@ -2416,7 +2416,7 @@ clk {
					bias-pull-down;
				};

				data {
				data-pins {
					pins = "gpio11";
					function = "wsa_swr_data";
					drive-strength = <2>;
@@ -2426,14 +2426,14 @@ data {
				};
			};

			dmic01_active: dmic01-active-pins {
				clk {
			dmic01_active: dmic01-active-state {
				clk-pins {
					pins = "gpio6";
					function = "dmic1_clk";
					drive-strength = <8>;
					output-high;
				};
				data {
				data-pins {
					pins = "gpio7";
					function = "dmic1_data";
					drive-strength = <8>;
@@ -2441,8 +2441,8 @@ data {
				};
			};

			dmic01_sleep: dmic01-sleep-pins {
				clk {
			dmic01_sleep: dmic01-sleep-state {
				clk-pins {
					pins = "gpio6";
					function = "dmic1_clk";
					drive-strength = <2>;
@@ -2450,7 +2450,7 @@ clk {
					output-low;
				};

				data {
				data-pins {
					pins = "gpio7";
					function = "dmic1_data";
					drive-strength = <2>;
@@ -2459,8 +2459,8 @@ data {
				};
			};

			rx_swr_active: rx_swr-active-pins {
				clk {
			rx_swr_active: rx-swr-active-state {
				clk-pins {
					pins = "gpio3";
					function = "swr_rx_clk";
					drive-strength = <2>;
@@ -2468,7 +2468,7 @@ clk {
					bias-disable;
				};

				data {
				data-pins {
					pins = "gpio4", "gpio5";
					function = "swr_rx_data";
					drive-strength = <2>;
@@ -2477,8 +2477,8 @@ data {
				};
			};

			tx_swr_active: tx_swr-active-pins {
				clk {
			tx_swr_active: tx-swr-active-state {
				clk-pins {
					pins = "gpio0";
					function = "swr_tx_clk";
					drive-strength = <2>;
@@ -2486,7 +2486,7 @@ clk {
					bias-disable;
				};

				data {
				data-pins {
					pins = "gpio1", "gpio2";
					function = "swr_tx_data";
					drive-strength = <2>;
@@ -2495,8 +2495,8 @@ data {
				};
			};

			tx_swr_sleep: tx_swr-sleep-pins {
				clk {
			tx_swr_sleep: tx-swr-sleep-state {
				clk-pins {
					pins = "gpio0";
					function = "swr_tx_clk";
					drive-strength = <2>;
@@ -2504,7 +2504,7 @@ clk {
					bias-pull-down;
				};

				data1 {
				data1-pins {
					pins = "gpio1";
					function = "swr_tx_data";
					drive-strength = <2>;
@@ -2512,7 +2512,7 @@ data1 {
					bias-bus-hold;
				};

				data2 {
				data2-pins {
					pins = "gpio2";
					function = "swr_tx_data";
					drive-strength = <2>;