- Add I2S and CODEC clocks to CRU driver
- Add support for gate selection to frac clock
- Add setfreq support to mux clock
Details
Details
- Reviewers
manu mmel - Commits
- rGd03fd8ede2c4: rockchip: add audio-related clocks to the CRU driver
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 35798 Build 32687: arc lint + arc unit
Event Timeline
sys/arm64/rockchip/clk/rk_clk_mux.c | ||
---|---|---|
166 ↗ | (On Diff #81347) | We should honor the CLK_SET_ROUND* here. |
sys/arm64/rockchip/clk/rk_clk_mux.c | ||
---|---|---|
166 ↗ | (On Diff #81347) | Isn't it handled by line 151? We just pick any parent that can deliver a requested frequency with specified flags. |
Comment Actions
- Add Allwinner codecs and I2S driver as an example for the framework usage
- simple-amplifier: make gpio-enable optional
sys/arm64/rockchip/clk/rk_clk_mux.c | ||
---|---|---|
166 ↗ | (On Diff #81347) | Yes you're right, I've miss read this part. |