47 lines
2.6 KiB
Diff
47 lines
2.6 KiB
Diff
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||
|
From: Oleg <balbes-150@yandex.ru>
|
||
|
Date: Mon, 4 Jan 2021 11:51:43 +0100
|
||
|
Subject: [ARCHEOLOGY] add station legacy (#2521)
|
||
|
|
||
|
> X-Git-Archeology: - Revision a1e96e68d864ddc2fef169f3f503a9493311313b: https://github.com/armbian/build/commit/a1e96e68d864ddc2fef169f3f503a9493311313b
|
||
|
> X-Git-Archeology: Date: Mon, 04 Jan 2021 11:51:43 +0100
|
||
|
> X-Git-Archeology: From: Oleg <balbes-150@yandex.ru>
|
||
|
> X-Git-Archeology: Subject: add station legacy (#2521)
|
||
|
> X-Git-Archeology:
|
||
|
> X-Git-Archeology: - Revision 804c57dd5925e67383a3d82c85f18868a6173d4b: https://github.com/armbian/build/commit/804c57dd5925e67383a3d82c85f18868a6173d4b
|
||
|
> X-Git-Archeology: Date: Tue, 26 Jan 2021 21:22:37 +0100
|
||
|
> X-Git-Archeology: From: Piotr Szczepanik <piter75@gmail.com>
|
||
|
> X-Git-Archeology: Subject: Enable RTC (hym8563) for Station P1 in mainline (renaming DT in process) (#2577)
|
||
|
> X-Git-Archeology:
|
||
|
> X-Git-Archeology: - Revision 0cdffb29b07305209efb12cf3b5ac6032d3a1153: https://github.com/armbian/build/commit/0cdffb29b07305209efb12cf3b5ac6032d3a1153
|
||
|
> X-Git-Archeology: Date: Wed, 24 Mar 2021 19:01:53 +0100
|
||
|
> X-Git-Archeology: From: Igor Pecovnik <igorpecovnik@users.noreply.github.com>
|
||
|
> X-Git-Archeology: Subject: Renaming DEV branch to EDGE (#2704)
|
||
|
> X-Git-Archeology:
|
||
|
> X-Git-Archeology: - Revision 510e348202f8efb838a57a9eec6ccbc910d7e06e: https://github.com/armbian/build/commit/510e348202f8efb838a57a9eec6ccbc910d7e06e
|
||
|
> X-Git-Archeology: Date: Sun, 18 Apr 2021 22:48:56 +0200
|
||
|
> X-Git-Archeology: From: Igor Pecovnik <igorpecovnik@users.noreply.github.com>
|
||
|
> X-Git-Archeology: Subject: 150balbes fix station legacy (#2782)
|
||
|
> X-Git-Archeology:
|
||
|
---
|
||
|
arch/arm64/boot/dts/rockchip/Makefile | 3 +++
|
||
|
1 file changed, 3 insertions(+)
|
||
|
|
||
|
diff --git a/arch/arm64/boot/dts/rockchip/Makefile b/arch/arm64/boot/dts/rockchip/Makefile
|
||
|
index 22aba56284dd..9dcebdaff2ff 100644
|
||
|
--- a/arch/arm64/boot/dts/rockchip/Makefile
|
||
|
+++ b/arch/arm64/boot/dts/rockchip/Makefile
|
||
|
@@ -87,6 +87,9 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-evb-rev3-android-mipi-edp.dtb
|
||
|
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-roc-pc-mezzanine.dtb
|
||
|
+dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-roc-pc-plus.dtb
|
||
|
+dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-roc-pc.dtb
|
||
|
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-fpga.dtb
|
||
|
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-gru-gru.dtb
|
||
|
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-gru-kevin-r0.dtb
|
||
|
--
|
||
|
Armbian
|
||
|
|