mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-22 23:01:56 +00:00
It uses the same kernel as next, but it uses mainline u-boot with DT overlay support, but without SPI, USB and possibly SATA support
27 lines
838 B
Diff
27 lines
838 B
Diff
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
|
|
index 762429c463..c627bf0a5d 100644
|
|
--- a/arch/arm/dts/Makefile
|
|
+++ b/arch/arm/dts/Makefile
|
|
@@ -86,6 +86,7 @@ dtb-$(CONFIG_ARCH_MVEBU) += \
|
|
armada-3720-espressobin.dtb \
|
|
armada-375-db.dtb \
|
|
armada-388-clearfog.dtb \
|
|
+ armada-388-clearfog-base.dtb \
|
|
armada-388-gp.dtb \
|
|
armada-385-amc.dtb \
|
|
armada-7040-db.dtb \
|
|
diff --git a/arch/arm/dts/armada-388-clearfog-base.dts b/arch/arm/dts/armada-388-clearfog-base.dts
|
|
new file mode 100644
|
|
index 0000000000..d20ec739c9
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/armada-388-clearfog-base.dts
|
|
@@ -0,0 +1,9 @@
|
|
+#include "armada-388-clearfog.dts"
|
|
+
|
|
+/ {
|
|
+ model = "SolidRun Clearfog Base";
|
|
+ compatible = "solidrun,clearfog-base", "marvell,armada388",
|
|
+ "marvell,armada385", "marvell,armada380";
|
|
+
|
|
+ /delete-node/ dsa@0;
|
|
+};
|