Skip to content

Conversation

@ya-mouse
Copy link
Contributor

Change-Id: bc5190ad-cd3b-43fc-9127-930354102e1b

@ya-mouse ya-mouse requested a review from alchark January 20, 2026 08:05
Comment on lines +37 to +39
#ifdef CONFIG_DM_DVFS
#include <dvfs.h>
#endif
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No conditionals around headers usually

#endif

#ifdef CONFIG_DM_DVFS
dvfs_init(true);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't do anything without a driver, does it? If so, this commit should go after the one that adds a driver to make it work.

Comment on lines +26 to +28
* These are vendor-specific properties from rk3576 vendor kernel DTS
* that upstream kernel doesn't have. U-Boot DVFS driver needs them.
*
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sounds like additional functionality that is probably better to drop on the first submission to make everything more reviewable. Vendor specific extensions are harder to justify

Change-Id: bc5190ad-cd3b-43fc-9127-930354102e1b
Signed-off-by: Anton Burticica <mouse@ya.ru>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants