-
Notifications
You must be signed in to change notification settings - Fork 844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ADRV9025 do not have attribute "profile_config" #2406
Comments
Right now the profile_config is not implemented for ADRV9025, however it should be relatively straight forward to add it in future. Feel free to change this into a feature request... I won't be able to provide a ETA at this point. Alternatively you can try to add it yourself and create a Pull Request.
Well you can use devicetree overlays. Applying an overlay should work once. Removing overlays is currently not supported and may also need some development effort. https://github.com/analogdevicesinc/linux/blob/main/drivers/jesd204/jesd204-core.c#L1147 |
I want to create new profile_config on adrv9025, I based on adrv9009 and adrv9001/9002 try to parse Json file "ActiveUtilInit.profile". |
Hello everyone. Because I have just change from adrv9009 to adrv9025, but in adrv9025 I do not see the attribute "profile_config" when I need to change some parameter like "out_voltage_sampling_frequency" and "in_voltage_sampling_frequency". I do not know the way to change two parameters at runtime. I have only way is add two files "ActiceUseCase.profile" and "ActiveUtilInit.profile" and rebuild the Image kernel to change these params. Do you have any idea to change there param at runtime ? Or any suggestion to modify the kernel driver to add "profile_config" as same adrv9009 ? Or I have to wait the update version in the future? Tks for your answer. ^^
The text was updated successfully, but these errors were encountered: