Skip to content

Commit

Permalink
fix kernel legacy for firefly-rk3399 (armbian#3369)
Browse files Browse the repository at this point in the history
  • Loading branch information
150balbes committed Dec 27, 2021
1 parent 08568a6 commit e453e4d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
File renamed without changes.
24 changes: 24 additions & 0 deletions patch/kernel/archive/rockchip64-4.4/zzz-rk3399-firefly.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
--- a/arch/arm64/boot/dts/rockchip/Makefile
+++ b/arch/arm64/boot/dts/rockchip/Makefile
@@ -86,6 +86,7 @@
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-evb-rev3-cros.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-firefly-android.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-firefly-linux.dtb
+dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-firefly.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-roc-pc-mezzanine.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-roc-pc-plus.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-roc-pc.dtb

new file mode 120000
index 00000000..5a62cd6b
--- /dev/null
+++ b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
@@ -0,0 +1,7 @@
+/dts-v1/;
+#include "rk3399-firefly-linux.dts"
+
+/ {
+ compatible = "rockchip,rk3399-firefly", "rockchip,rk3399";
+
+};

0 comments on commit e453e4d

Please sign in to comment.