Skip to content

Commit a655dac

Browse files
jhovoldandersson
authored andcommitted
arm64: dts: qcom: x1e80100-yoga-slim7x: fix up PCIe6a pinctrl node
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 <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent b90567c commit a655dac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@
791791
bias-disable;
792792
};
793793

794-
pcie6a_default: pcie2a-default-state {
794+
pcie6a_default: pcie6a-default-state {
795795
clkreq-n-pins {
796796
pins = "gpio153";
797797
function = "pcie6a_clk";
@@ -807,11 +807,11 @@
807807
};
808808

809809
wake-n-pins {
810-
pins = "gpio154";
811-
function = "gpio";
812-
drive-strength = <2>;
813-
bias-pull-up;
814-
};
810+
pins = "gpio154";
811+
function = "gpio";
812+
drive-strength = <2>;
813+
bias-pull-up;
814+
};
815815
};
816816

817817
tpad_default: tpad-default-state {

0 commit comments

Comments
 (0)