Skip to content

Commit f4c54d2

Browse files
committed
its: r4: add spi display overlay
1 parent 4700075 commit f4c54d2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

bpi-r4.its

+6-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-wifi-mt7996a.dtbo");
4545
type = "flat_dt";
4646
};
47+
fdt-ov-spi-display {
48+
description = "Flattened Device Tree blob (spi display)";
49+
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-spidisplay.dtbo");
50+
type = "flat_dt";
51+
};
4752
/* fdt-ov-nand{
4853
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-nand.dtbo");
4954
type = "flat_dt";
@@ -75,7 +80,7 @@
7580
conf-sd {
7681
description = "Boot Linux kernel with SD FDT blob";
7782
kernel = "kernel-1";
78-
fdt = "fdt-base", "fdt-ov-sd";
83+
fdt = "fdt-base", "fdt-ov-sd", "fdt-ov-spi-display";
7984
//ramdisk = "ramdisk-1";
8085
hash-1 {
8186
algo = "sha1";

0 commit comments

Comments
 (0)