Skip to content

Conversation

chendadap
Copy link

No description provided.

regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
enable-active-high;
regulator-boot-on;
Copy link
Member

Choose a reason for hiding this comment

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

只有uboot同时打开了这个供电才需要设置。一般不用添加

regulator-max-microvolt = <5000000>;
enable-active-high;
regulator-boot-on;
regulator-always-on;
Copy link
Member

Choose a reason for hiding this comment

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

这个type c是不是能做device?device的话就不能一直供电了

Copy link
Author

Choose a reason for hiding this comment

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

这笔提交可以考虑不合入,如果休眠前插入着设备,再休眠,设备是供电的。 休眠后再插入typec设备无法供电,这笔提交就是为了解决休眠后typec插入设备没有供电导致无法唤醒 @RadxaYuntian

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Author

Choose a reason for hiding this comment

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

加入后测试,并无效果 @RadxaYuntian

Copy link
Member

Choose a reason for hiding this comment

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

加入啥?
有试过regulator-on-in-suspend么

Copy link
Author

Choose a reason for hiding this comment

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

regulator-state-mem {
regulator-on-in-suspend;
}; 加入后测试,并无效果

@RadxaStephen RadxaStephen marked this pull request as draft July 24, 2025 12:22
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.

3 participants