Skip to content

Commit 738b958

Browse files
committed
arm64: dtS: PCIe: Edge-V/Captain: remove ep-gpios
Signed-off-by: Nick Xie <[email protected]>
1 parent 4bcab02 commit 738b958

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm64/boot/dts/rockchip/rk3399-khadas-captain-linux.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
};
8989

9090
&pcie0 {
91-
ep-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>; /* GPIO1_A3 */
91+
// ep-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>; /* GPIO1_A3 */
9292
num-lanes = <4>;
9393
// pinctrl-names = "default";
9494
// pinctrl-0 = <&pcie_clkreqn_cpm>;

arch/arm64/boot/dts/rockchip/rk3399-khadas-edgev-linux.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
};
5959

6060
&pcie0 {
61-
ep-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>; /* GPIO1_A3 */
61+
// ep-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>; /* GPIO1_A3 */
6262
num-lanes = <4>;
6363
// pinctrl-names = "default";
6464
// pinctrl-0 = <&pcie_clkreqn_cpm>;

0 commit comments

Comments
 (0)