Skip to content

Commit 0aab6ea

Browse files
jhovoldandersson
authored andcommitted
arm64: dts: qcom: x1e80100-qcp: fix up PCIe6a pinctrl node
The PCIe6a pinctrl node appears to have been copied from the sc8280xp 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> Reviewed-by: Abel Vesa <abel.vesa@linaro.org> Link: https://lore.kernel.org/r/20240722095459.27437-3-johan+linaro@kernel.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent f03dd49 commit 0aab6ea

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

arch/arm64/boot/dts/qcom/x1e80100-qcp.dts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@
804804
bias-disable;
805805
};
806806

807-
pcie6a_default: pcie2a-default-state {
807+
pcie6a_default: pcie6a-default-state {
808808
clkreq-n-pins {
809809
pins = "gpio153";
810810
function = "pcie6a_clk";
@@ -820,11 +820,11 @@
820820
};
821821

822822
wake-n-pins {
823-
pins = "gpio154";
824-
function = "gpio";
825-
drive-strength = <2>;
826-
bias-pull-up;
827-
};
823+
pins = "gpio154";
824+
function = "gpio";
825+
drive-strength = <2>;
826+
bias-pull-up;
827+
};
828828
};
829829

830830
wcd_default: wcd-reset-n-active-state {

0 commit comments

Comments
 (0)