This patch adds RockChip rk809/rk817 pmic support to existing RockChip pmic drivers.
It was submitted by sos@.
Details
Details
- Reviewers
manu - Commits
- rG66a3e513412a: Add RockChip rk809/rk817 pmic support to existing
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/dev/iicbus/pmic/rockchip/rk8xx.c | ||
---|---|---|
123 | This part will probably not work on other PMIC as they can't powercycle. |
Comment Actions
Yes, right now if howto == RB_POWERCYCLE we won't do a think for RK3328 or RK3399, we should power off for every PMIC that can't powercycle.