Commit 5a2844ae authored by Phil Elwell's avatar Phil Elwell Committed by popcornmix
Browse files

bcm2711 dts: Disable the v3d node by default

parent f6c186b0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -13,6 +13,10 @@
	};
};

&v3d {
	status = "disabled";
};

&dma {
	brcm,dma-channel-mask = <0x7ef5>;
};