Skip to content

Commit 6e3902c

Browse files
jhovoldandersson
authored andcommitted
arm64: dts: qcom: x1e80100-crd: 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. Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Johan Hovold <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 98abf2f commit 6e3902c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@
931931
bias-disable;
932932
};
933933

934-
pcie6a_default: pcie2a-default-state {
934+
pcie6a_default: pcie6a-default-state {
935935
clkreq-n-pins {
936936
pins = "gpio153";
937937
function = "pcie6a_clk";
@@ -947,11 +947,11 @@
947947
};
948948

949949
wake-n-pins {
950-
pins = "gpio154";
951-
function = "gpio";
952-
drive-strength = <2>;
953-
bias-pull-up;
954-
};
950+
pins = "gpio154";
951+
function = "gpio";
952+
drive-strength = <2>;
953+
bias-pull-up;
954+
};
955955
};
956956

957957
tpad_default: tpad-default-state {

0 commit comments

Comments
 (0)