We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4700075 commit f4c54d2Copy full SHA for f4c54d2
bpi-r4.its
@@ -44,6 +44,11 @@
44
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-wifi-mt7996a.dtbo");
45
type = "flat_dt";
46
};
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
+ };
52
/* fdt-ov-nand{
53
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-nand.dtbo");
54
@@ -75,7 +80,7 @@
75
80
conf-sd {
76
81
description = "Boot Linux kernel with SD FDT blob";
77
82
kernel = "kernel-1";
78
- fdt = "fdt-base", "fdt-ov-sd";
83
+ fdt = "fdt-base", "fdt-ov-sd", "fdt-ov-spi-display";
79
84
//ramdisk = "ramdisk-1";
85
hash-1 {
86
algo = "sha1";
0 commit comments