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 <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Reviewed-by: Abel Vesa <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent f03dd49 commit 0aab6ea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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)