ARM: dts: imx51-zii-scu3-esb: Disable VPU

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>
This commit is contained in:
Fabio Estevam 2018-09-11 17:10:43 -03:00 committed by Shawn Guo
parent 41d9feb2be
commit b3dd407880

View file

@ -350,6 +350,10 @@ &usbphy0 {
vcc-supply = <&vusb2_reg>;
};
&vpu {
status = "disabled";
};
&wdog1 {
status = "disabled";
};