-
Notifications
You must be signed in to change notification settings - Fork 35
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
implement mechanism to reset PMIC #8
Comments
See starfive-tech/Fedora_on_StarFive#25 |
please see comment here from @MichaelZhuxx |
This issue was about U-Boot. It is good that we found out how to make a reset work in Linux. The best solution would be to implement the reset in OpenSBI. |
@xypron thank you for pointing that out and re-opening |
@pdp7 yes, that's my concern in todays weekly meeting, we need merge its same way(tell the pmic to reset the whole system) from linux to u-boot. @tekkamanninja please try to fix it. then I can offically release a u-boot binary. thanks. |
@MichaelZhuxx |
@xypron good point. I think that's the best way. @tekkamanninja what's your opinion? |
starfive-tech/opensbi@b5facf9 |
Yes, the does seem ideal to implement restarting PMIC via I2C in OpenSBI so that SBI reset will work. |
refer to starfive-tech/opensbi#5 |
In the device-tree we have a node with compatible gpio-restart.
Why is CONFIG_SYSRESET_GPIO not selected to make use of it?
The text was updated successfully, but these errors were encountered: