kernel icon indicating copy to clipboard operation
kernel copied to clipboard

NPU‘s 24MHz clock not work

Open hptsf opened this issue 4 years ago • 1 comments

the pin REFCLK_OUT don't have any output, and it should output 24MHz pulse

I have config the" pinctrl-names = "default"; pinctrl-0 = <&npu_ref_clk>;

npu_clk {
	npu_ref_clk: npu-ref-clk {
	     rockchip,pins =
		     <0 RK_PA2 1 &pcfg_pull_none>;
	};
};

" in dts file.

hptsf avatar Jul 28 '20 09:07 hptsf

Any comment?

hptsf avatar Jul 29 '20 03:07 hptsf