This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: TDA4VM-clk output

Part Number: TDA4VM

Hi Team,

I want to use the following pins to generate a 500K

clock. 

https://software-dl.ti.com/tisci/esd/latest/5_soc_doc/j721e/clocks.html

I checked clk and ran it, but there was no waveform output.

The dts is as follows: 

elmos@0 {
pinctrl-names = "default";
pinctrl-0 = <&spi_e521_clkref_pins_default>;
spi-max-frequency = <2000000>;
reg = <0>;
compatible = "elmos,e521.42";
clocks = <&k3_clks 157 82>;
clock-names = "elmos";
};

code:

ref_clk = devm_clk_get(&spi->dev,"elmos");

ret = clk_prepare_enable(ref_clk);

dev_dbg(&spi->dev, "elmosclk_prepare_enable ret%d\n",ret);

The results of the pinmux detection were as follows (mode 2): 

But there was no waveform output to the corresponding pin.