-
Notifications
You must be signed in to change notification settings - Fork 209
arm64: dts: radxa-cm4-io: Fix Type-C port wakeup #454
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
base: linux-6.1-stan-rkr4.1
Are you sure you want to change the base?
arm64: dts: radxa-cm4-io: Fix Type-C port wakeup #454
Conversation
Signed-off-by: Jialin Chen <[email protected]>
regulator-min-microvolt = <5000000>; | ||
regulator-max-microvolt = <5000000>; | ||
enable-active-high; | ||
regulator-boot-on; |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个type c是不是能做device?device的话就不能一直供电了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这笔提交可以考虑不合入,如果休眠前插入着设备,再休眠,设备是供电的。 休眠后再插入typec设备无法供电,这笔提交就是为了解决休眠后typec插入设备没有供电导致无法唤醒 @RadxaYuntian
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
加入后测试,并无效果 @RadxaYuntian
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
加入啥?
有试过regulator-on-in-suspend么
There was a problem hiding this comment.
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;
}; 加入后测试,并无效果
No description provided.