From 5a2844ae421d747e903a9141b162179d3aaced23 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Mon, 10 Jun 2019 17:22:44 +0100 Subject: [PATCH 661/678] bcm2711 dts: Disable the v3d node by default Signed-off-by: Phil Elwell --- arch/arm/boot/dts/bcm2711.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/bcm2711.dtsi b/arch/arm/boot/dts/bcm2711.dtsi index 07711dfe28f0..767036c91324 100644 --- a/arch/arm/boot/dts/bcm2711.dtsi +++ b/arch/arm/boot/dts/bcm2711.dtsi @@ -13,6 +13,10 @@ }; }; +&v3d { + status = "disabled"; +}; + &dma { brcm,dma-channel-mask = <0x7ef5>; }; -- 2.19.1