Skip to content

Commit adfdc5c

Browse files
6by9popcornmix
authored andcommitted
dtoverlays: bcm2712d0 - Don't change vc4 compatible string
The mainline version of D0 support reads the version string from the hardware, so we don't need to change the compatible string. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
1 parent 6dd751c commit adfdc5c

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

arch/arm/boot/dts/overlays/bcm2712d0-overlay.dts

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,34 +39,27 @@
3939
};
4040

4141
fragment@4 {
42-
target = <&vc4>;
43-
__overlay__ {
44-
compatible = "brcm,bcm2712d0-vc6", "brcm,bcm2712-vc6";
45-
};
46-
};
47-
48-
fragment@5 {
4942
target = <&uart10>;
5043
__overlay__ {
5144
interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
5245
};
5346
};
5447

55-
fragment@6 {
48+
fragment@5 {
5649
target = <&spi10>;
5750
__overlay__ {
5851
dmas = <&dma40 3>, <&dma40 4>;
5952
};
6053
};
6154

62-
fragment@7 {
55+
fragment@6 {
6356
target = <&hdmi0>;
6457
__overlay__ {
6558
dmas = <&dma40 (12|(1<<30)|(1<<24)|(10<<16)|(15<<20))>;
6659
};
6760
};
6861

69-
fragment@8 {
62+
fragment@7 {
7063
target = <&hdmi1>;
7164
__overlay__ {
7265
dmas = <&dma40 (13|(1<<30)|(1<<24)|(10<<16)|(15<<20))>;

0 commit comments

Comments
 (0)