Part Number: DRA712
Tool/software: Linux
Team
We are trying to figure out how to use clock properties in mcasp device tree node.
From davinci-mcasp-audio.txt we understand that fck_parent property is used for assigning clock parent to MCASPx, but from EVM dts (dra7.dtsi, dra71-evm-common.dtsi) we saw assigned-clocks and assigned-clock-parents properties are used.
Analyzing davinci-mcasp.c (k 4.4.45) we saw that clock are taken by mcasp_reparent_fck, which one is related to fck_parent property.
Could you help us to understand how to use clock properties, and/or where are taken by mcasp driver.
Thanks in advance