]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: qcom: x1e80100-yoga-slim7x: fix up PCIe6a pinctrl node
authorJohan Hovold <johan+linaro@kernel.org>
Mon, 22 Jul 2024 09:54:57 +0000 (11:54 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 30 Jul 2024 13:49:37 +0000 (08:49 -0500)
The PCIe6a pinctrl node appears to have been copied from the sc8280xp
CRD dts (via the x1e80100 CRD dts), which has the NVMe on pcie2a and
uses some funny indentation.

Fix up the node name to match the x1e80100 use and label and use only
tabs for indentation.

Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240722095459.27437-11-johan+linaro@kernel.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts

index 6902548974d0e39a96115779f8ea433d4c138197..ad96bb8d5400fc7bce758318620880322d12ae92 100644 (file)
                bias-disable;
        };
 
-       pcie6a_default: pcie2a-default-state {
+       pcie6a_default: pcie6a-default-state {
                clkreq-n-pins {
                        pins = "gpio153";
                        function = "pcie6a_clk";
                };
 
                wake-n-pins {
-                      pins = "gpio154";
-                      function = "gpio";
-                      drive-strength = <2>;
-                      bias-pull-up;
-              };
+                       pins = "gpio154";
+                       function = "gpio";
+                       drive-strength = <2>;
+                       bias-pull-up;
+               };
        };
 
        tpad_default: tpad-default-state {