Commit b3dd4078 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

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: default avatarFabio Estevam <festevam@gmail.com>
Acked-by: default avatarAndrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 41d9feb2
......@@ -350,6 +350,10 @@ &usbphy0 {
vcc-supply = <&vusb2_reg>;
};
&vpu {
status = "disabled";
};
&wdog1 {
status = "disabled";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment