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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

ソリューションへジャンプ
1,445件の閲覧回数
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?

ラベル(3)
0 件の賞賛
返信
1 解決策
1,310件の閲覧回数
fabio_estevam
NXP Employee
NXP Employee

Currently TVE driver is not supported in mainline kernel.

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,310件の閲覧回数
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 件の賞賛
返信
1,311件の閲覧回数
fabio_estevam
NXP Employee
NXP Employee

Currently TVE driver is not supported in mainline kernel.

0 件の賞賛
返信