* 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
23 lines
801 B
Diff
23 lines
801 B
Diff
From e3ffe88f90644eddd0fa6ee8c9f324d54c3b7c39 Mon Sep 17 00:00:00 2001
|
|
From: Igor Pecovnik <igor.pecovnik@gmail.com>
|
|
Date: Tue, 4 Aug 2020 19:35:47 +0200
|
|
Subject: [PATCH] Add DT link for backward compatibility
|
|
|
|
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
create mode 120000 arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts
|
|
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts b/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts
|
|
new file mode 120000
|
|
index 000000000..07e8a11b0
|
|
--- /dev/null
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts
|
|
@@ -0,0 +1 @@
|
|
+rk3399-rock-pi-4b.dts
|
|
\ No newline at end of file
|
|
--
|
|
Created with Armbian build tools https://github.com/armbian/build
|
|
|