* Bumping EDGE kernel to 5.14.y Meson64: - removing Odroid reboot shutdown patch since its probably not needed anymore Rockchip64: - removing Rockpi S. No interest to maintain this any further - removing PBP suspend. Doesn’t align. Need inspection if some other way was mainstreamed - temporally removing Orangepi R1 * Re-adding rockpis, pbp suspend, HFLPS170 wifi and cleanup * Removing deprecated patch, fixing ap6256 wifi * Re-enable Opi R1 plus, untest * Add and fix Radxa Zero
26 lines
846 B
Diff
26 lines
846 B
Diff
From e7e9a3a959927094d59b67f46ecc1c5d50190ce8 Mon Sep 17 00:00:00 2001
|
|
From: Aditya Prayoga <aditya@kobol.io>
|
|
Date: Tue, 15 Sep 2020 13:42:02 +0700
|
|
Subject: [PATCH] Remove PCIE ep-gpios from Helios64
|
|
|
|
Signed-off-by: Aditya Prayoga <aditya@kobol.io>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3399-helios64.dts | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts b/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts
|
|
index c065ba82d..002c93912 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts
|
|
@@ -721,7 +721,6 @@
|
|
};
|
|
|
|
&pcie0 {
|
|
- ep-gpios = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
|
|
num-lanes = <2>;
|
|
max-link-speed = <2>;
|
|
pinctrl-names = "default";
|
|
--
|
|
Created with Armbian build tools https://github.com/armbian/build
|
|
|