Skip to content

Commit 9bf1b55

Browse files
committed
add overlay folder to Makefile
The autopatcher thingy seems borked as it seems this line should be included automatically (??)
1 parent dd44469 commit 9bf1b55

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

patch/kernel/archive/sunxi-6.18/patches.armbian/arm-dts-overlay-Add-Overlays-for-sunxi.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4852,6 +4852,18 @@ index 000000000000..111111111111
48524852
+ uart7_pi_pins = "/fragment@1/__overlay__:pinctrl-0:0";
48534853
+ };
48544854
+};
4855+
diff --git a/arch/arm/boot/dts/allwinner/Makefile b/arch/arm/boot/dts/allwinner/Makefile
4856+
index f71392a55df8..36fb1355c415 100644
4857+
--- a/arch/arm/boot/dts/allwinner/Makefile
4858+
+++ b/arch/arm/boot/dts/allwinner/Makefile
4859+
@@ -279,5 +279,7 @@ dtb-$(CONFIG_MACH_SUN9I) += \
4860+
sun9i-a80-cubieboard4.dtb
4861+
dtb-$(CONFIG_MACH_SUNIV) += \
4862+
suniv-f1c100s-licheepi-nano.dtb \
4863+
suniv-f1c200s-lctech-pi.dtb \
4864+
suniv-f1c200s-popstick-v1.1.dtb
4865+
+
4866+
+subdir-y := $(dts-dirs) overlay
48554867
--
48564868
Armbian
48574869

0 commit comments

Comments
 (0)