arm64: dts: radxa-cm4-io: Fix Type-C port wakeup#454
Closed
chendadap wants to merge 1 commit intoradxa:linux-6.1-stan-rkr4.1from
Closed
arm64: dts: radxa-cm4-io: Fix Type-C port wakeup#454chendadap wants to merge 1 commit intoradxa:linux-6.1-stan-rkr4.1from
chendadap wants to merge 1 commit intoradxa:linux-6.1-stan-rkr4.1from
Conversation
Signed-off-by: Jialin Chen <chenjialin@radxa.com>
| regulator-min-microvolt = <5000000>; | ||
| regulator-max-microvolt = <5000000>; | ||
| enable-active-high; | ||
| regulator-boot-on; |
Member
There was a problem hiding this comment.
只有uboot同时打开了这个供电才需要设置。一般不用添加
| regulator-max-microvolt = <5000000>; | ||
| enable-active-high; | ||
| regulator-boot-on; | ||
| regulator-always-on; |
Member
There was a problem hiding this comment.
这个type c是不是能做device?device的话就不能一直供电了
Author
There was a problem hiding this comment.
这笔提交可以考虑不合入,如果休眠前插入着设备,再休眠,设备是供电的。 休眠后再插入typec设备无法供电,这笔提交就是为了解决休眠后typec插入设备没有供电导致无法唤醒 @RadxaYuntian
Member
There was a problem hiding this comment.
Member
There was a problem hiding this comment.
加入啥?
有试过regulator-on-in-suspend么
Author
There was a problem hiding this comment.
regulator-state-mem {
regulator-on-in-suspend;
}; 加入后测试,并无效果
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.