ARM: dts: qcom-msm8960-cdp: 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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
[bjorn: Fixed up expected typo in cs-pins function]
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221109105140.48196-3-krzysztof.kozlowski@linaro.org
This commit is contained in:
Krzysztof Kozlowski 2022-11-09 11:51:40 +01:00 committed by Bjorn Andersson
parent 33c21ece86
commit 0bc33727c4

View File

@ -60,33 +60,32 @@
}; };
&msmgpio { &msmgpio {
spi1_default: spi1_default { spi1_default: spi1-default-state {
mux { mosi-pins {
pins = "gpio6", "gpio7", "gpio9";
function = "gsbi1";
};
mosi {
pins = "gpio6"; pins = "gpio6";
function = "gsbi1";
drive-strength = <12>; drive-strength = <12>;
bias-disable; bias-disable;
}; };
miso { miso-pins {
pins = "gpio7"; pins = "gpio7";
function = "gsbi1";
drive-strength = <12>; drive-strength = <12>;
bias-disable; bias-disable;
}; };
cs { cs-pins {
pins = "gpio8"; pins = "gpio8";
function = "gsbi1";
drive-strength = <12>; drive-strength = <12>;
bias-disable; bias-disable;
output-low; output-low;
}; };
clk { clk-pins {
pins = "gpio9"; pins = "gpio9";
function = "gsbi1";
drive-strength = <12>; drive-strength = <12>;
bias-disable; bias-disable;
}; };