Skip to content
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

Add support to run 800Mhz speed grade parts at 650MHz #3

Conversation

neerajdantu
Copy link

This patch allows running 800MHz speed grade superset devices at 650MHz by adding OPP hardware ID of 800MHz speed grade parts to 650MHz OPP table.

@patrickdelaunay
Copy link
Collaborator

First point: modification need to done in kernel device tree first, then U-Boot device tree.

Normally the U-Boot device tree (soc and board part ) are aligned with Linux kernel, only -u-boot*.dtsi
add some specific U-Boot node/properties.

Second point: I think today the the OPP managed by STM32MP15xF Soc variant are 800MHz and 400MHz
at purpose

=> allow fast frequency switch (only managed by one divider) without PLL1 reconfiguration.

need to be check by Linux team when pull request will be pushed on their DT

Regard Patrick

@patrickdelaunay
Copy link
Collaborator

See Linux answer for the same pull request

STMicroelectronics/linux#19 (comment)

@patrickdelaunay
Copy link
Collaborator

closed as Linux pul request on same patch => STMicroelectronics/linux#19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants