imx7 uart clock management

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

imx7 uart clock management

ソリューションへジャンプ
885件の閲覧回数
vsiles
Senior Contributor I

Hi !

In order to run a secure OS along side linux, I'd Linux to stop disabling the clock for UART (at the moment, CCM is still accessible from Linux in the normal world. At some point this will be removed but we are in the early phases of this project).

In order to achieve that, I removed all the clk_disable_unprepare and all the clk_unprepare from drivers/tty/serial/imx.c, but I still end up having UART's TARGET_ROOT value set to 0 sometimes.

Is there another part of the Linux code where uart's clock are disabled ?

Best,

V.

ラベル(1)
0 件の賞賛
返信
1 解決策
695件の閲覧回数
vsiles
Senior Contributor I

In the end, the clocks are fine, it is the whole module that is disabled by Linux. I need to prevent that.

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
696件の閲覧回数
vsiles
Senior Contributor I

In the end, the clocks are fine, it is the whole module that is disabled by Linux. I need to prevent that.

0 件の賞賛
返信