How to tune mx53 TVE module on vanilla Linux kernels after 3.7

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to tune mx53 TVE module on vanilla Linux kernels after 3.7

Jump to solution
837 Views
vyacheslavtrosh
Contributor I

Which driver is responsible for TVE on 3.7-3.9 kernels? How to tune TVE from device tree for VGA output?

Labels (3)
0 Kudos
1 Solution
702 Views
fabio_estevam
NXP Employee
NXP Employee

Currently TVE driver is not supported in mainline kernel.

View solution in original post

0 Kudos
2 Replies
702 Views
fabio_estevam
NXP Employee
NXP Employee

Well, now it is supported. Please check mx53.dtsi:

   tve: tve@63ff0000 {
   compatible = "fsl,imx53-tve";
   reg = <0x63ff0000 0x1000>;
   interrupts = <92>;
   clocks = <&clks 69>, <&clks 116>;
   clock-names = "tve", "di_sel";
   crtcs = <&ipu 1>;
   status = "disabled";
   };


0 Kudos
703 Views
fabio_estevam
NXP Employee
NXP Employee

Currently TVE driver is not supported in mainline kernel.

0 Kudos