-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Patrick Yavitz <[email protected]>
- Loading branch information
Showing
1 changed file
with
26 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,14 @@ | ||
From 78d49297a0a8d8c34bfa57d473359c6cbe050f89 Mon Sep 17 00:00:00 2001 | ||
From 19f3d6f2d9b77cb81123f060816da052beb6a83b Mon Sep 17 00:00:00 2001 | ||
From: Patrick Yavitz <[email protected]> | ||
Date: Sat, 1 Feb 2025 08:57:52 -0500 | ||
Date: Sun, 2 Feb 2025 04:40:03 -0500 | ||
Subject: [PATCH] Add board BananaPi BPI-F3 | ||
|
||
Signed-off-by: Patrick Yavitz <[email protected]> | ||
--- | ||
arch/riscv/boot/dts/spacemit/Makefile | 1 + | ||
.../boot/dts/spacemit/k1-bananapi-f3.dts | 1152 +++++++++++++++++ | ||
2 files changed, 1153 insertions(+) | ||
1 file changed, 1152 insertions(+) | ||
create mode 100644 arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts | ||
|
||
diff --git a/arch/riscv/boot/dts/spacemit/Makefile b/arch/riscv/boot/dts/spacemit/Makefile | ||
index 32f23816fe28..5036b31e5f7b 100644 | ||
--- a/arch/riscv/boot/dts/spacemit/Makefile | ||
+++ b/arch/riscv/boot/dts/spacemit/Makefile | ||
@@ -1,3 +1,4 @@ | ||
+dtb-$(CONFIG_SOC_SPACEMIT_K1X) += k1-bananapi-f3.dtb | ||
dtb-$(CONFIG_SOC_SPACEMIT_K1X) += k1-x_evb.dtb k1-x_deb2.dtb k1-x_deb1.dtb k1-x_hs450.dtb \ | ||
k1-x_kx312.dtb k1-x_MINI-PC.dtb k1-x_MUSE-N1.dtb k1-x_mingo.dtb \ | ||
k1-x_MUSE-Pi.dtb k1-x_milkv-jupiter.dtb m1-x_milkv-jupiter.dtb \ | ||
diff --git a/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts b/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts | ||
new file mode 100644 | ||
index 000000000000..077f7769163e | ||
|
@@ -1180,3 +1170,26 @@ index 000000000000..077f7769163e | |
-- | ||
2.39.5 | ||
|
||
From 18ce44d8800477b5e32d4e2fa9917addb6035f70 Mon Sep 17 00:00:00 2001 | ||
From: Patrick Yavitz <[email protected]> | ||
Date: Sun, 2 Feb 2025 04:41:43 -0500 | ||
Subject: [PATCH] Compile k1-bananapi-f3.dtb | ||
|
||
Signed-off-by: Patrick Yavitz <[email protected]> | ||
--- | ||
arch/riscv/boot/dts/spacemit/Makefile | 2 ++ | ||
1 file changed, 2 insertions(+) | ||
|
||
diff --git a/arch/riscv/boot/dts/spacemit/Makefile b/arch/riscv/boot/dts/spacemit/Makefile | ||
index fbc35eb25dd1..069722c63e3e 100644 | ||
--- a/arch/riscv/boot/dts/spacemit/Makefile | ||
+++ b/arch/riscv/boot/dts/spacemit/Makefile | ||
@@ -10,3 +10,5 @@ dtb-$(CONFIG_SOC_SPACEMIT_K1X) += k1-x_fpga.dtb k1-x_fpga_1x4.dtb k1-x_fpga_2x2. | ||
k1-x_ZT001H.dtb k1-x_uav.dtb k1-x_MUSE-Paper2.dtb \ | ||
k1-x_bit-brick.dtb | ||
obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y)) | ||
+ | ||
+dtb-$(CONFIG_SOC_SPACEMIT_K1X) += k1-bananapi-f3.dtb | ||
-- | ||
2.39.5 | ||
|