- 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
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/arm64/rockchip/clk/rk_clk_mux.c | ||
---|---|---|
166 | We should honor the CLK_SET_ROUND* here. |
sys/arm64/rockchip/clk/rk_clk_mux.c | ||
---|---|---|
166 | 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 | Yes you're right, I've miss read this part. |