From: Lothar Waßmann Date: Fri, 15 Aug 2014 07:40:48 +0000 (+0200) Subject: ARM: dts: imx53-tx53: disable VPU as it currently hangs the kernel when loading the... X-Git-Tag: KARO-TX53-2014-08-15 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;ds=sidebyside;h=2ec4c8b9cec92de6486e1810c210285f21b6b1ee;p=karo-tx-linux.git ARM: dts: imx53-tx53: disable VPU as it currently hangs the kernel when loading the firmware --- diff --git a/arch/arm/boot/dts/imx53-tx53.dtsi b/arch/arm/boot/dts/imx53-tx53.dtsi index f83a92197f26..2851dd373b82 100644 --- a/arch/arm/boot/dts/imx53-tx53.dtsi +++ b/arch/arm/boot/dts/imx53-tx53.dtsi @@ -548,3 +548,7 @@ vbus-supply = <®_usbotg_vbus>; status = "okay"; }; + +&vpu { + status = "disabled"; +};