mirror of https://gitee.com/openkylin/linux.git
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:
parent
41d9feb2be
commit
b3dd407880
|
@ -350,6 +350,10 @@ &usbphy0 {
|
||||||
vcc-supply = <&vusb2_reg>;
|
vcc-supply = <&vusb2_reg>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&vpu {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
&wdog1 {
|
&wdog1 {
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue