ARM: dts: imx51-zii-scu3-esb: Disable VPU
authorFabio Estevam <festevam@gmail.com>
Tue, 11 Sep 2018 20:10:43 +0000 (17:10 -0300)
committerShawn Guo <shawnguo@kernel.org>
Wed, 26 Sep 2018 02:19:16 +0000 (10:19 +0800)
imx51-zii-scu3-esb does not have any video encoding/decoding needs,
so disable the VPU.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx51-zii-scu3-esb.dts

index e6ebac8f43e4fbfe64a18d8254ebe80d374ebf7a..14b207778114a9dee5e72d98b1888ab13e4844a2 100644 (file)
        vcc-supply = <&vusb2_reg>;
 };
 
+&vpu {
+       status = "disabled";
+};
+
 &wdog1 {
        status = "disabled";
 };