arm64: dts: qcom: sm6125: align TLMM pin configuration with DT schema
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 30 Sep 2022 19:29:48 +0000 (21:29 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 17 Oct 2022 18:16:44 +0000 (13:16 -0500)
DT schema expects TLMM pin configuration nodes to be named with
'-state' suffix and their optional children with '-pins' suffix.

Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220930192954.242546-11-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/sm6125.dtsi

index 1fe3fa3..af49a74 100644 (file)
                        };
 
                        sdc2_on_state: sdc2-on-state {
-                               clk {
+                               clk-pins {
                                        pins = "sdc2_clk";
                                        drive-strength = <16>;
                                        bias-disable;
                                };
 
-                               cmd-pins-pins {
+                               cmd-pins {
                                        pins = "sdc2_cmd";
                                        drive-strength = <10>;
                                        bias-pull-up;