Skip to content
Snippets Groups Projects

dts:trizeps8plus: Disable VPU

Merged Felix Gerking requested to merge dual-espresso_disable_vpu into linux-5.15.32-seco
1 file
+ 4
3
Compare changes
  • Side-by-side
  • Inline
@@ -1021,9 +1021,10 @@ &vpu_g2 {
@@ -1021,9 +1021,10 @@ &vpu_g2 {
status = "okay";
status = "okay";
};
};
&vpu_vc8000e {
/* The VPU is currently not working, disable it to enable SW decoding by default. */
status = "okay";
//&vpu_vc8000e {
};
// status = "okay";
 
//};
&vpu_v4l2 {
&vpu_v4l2 {
status = "okay";
status = "okay";
Loading