- Add I2S and CODEC clocks to CRU driver
- Add support for gate selection to frac clock
- Add setfreq support to mux clock
Details
Details
Diff Detail
Diff Detail
- Repository
- R10 FreeBSD src repository
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
sys/arm64/rockchip/clk/rk_clk_mux.c | ||
---|---|---|
165 | We should honor the CLK_SET_ROUND* here. |
sys/arm64/rockchip/clk/rk_clk_mux.c | ||
---|---|---|
165 | 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 | ||
---|---|---|
165 | Yes you're right, I've miss read this part. |