]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'sunxi-clk-for-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git...
authorStephen Boyd <sboyd@kernel.org>
Wed, 6 Nov 2024 22:37:32 +0000 (14:37 -0800)
committerStephen Boyd <sboyd@kernel.org>
Wed, 6 Nov 2024 22:37:32 +0000 (14:37 -0800)
commitea1ba200488107a2c9bbdfc80a2cb74ed8f081bc
treeb148e9dd365f0ab86b2271655f6cdfb199a21b28
parent9852d85ec9d492ebef56dc5f229416c925758edc
parent1054861bc258fb5798b7132453593cc3eb0639ba
Merge tag 'sunxi-clk-for-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-allwinner

Pull Allwinner clk driver updates from Chen-Yu Tsai:

 - Add sigma-delta modulation settings for audio PLL on the H616 SoC,
   crucial for accurate audio reproduction
 - Constify |struct ccu_reset_map| throughout the sunxi-ng clk drivers
 - Fix the audio PLL divider preset on the D1 SoC
 - Switch to of_property_present() for checking DT property presence

* tag 'sunxi-clk-for-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
  clk: sunxi-ng: Use of_property_present() for non-boolean properties
  clk: sunxi-ng: d1: Fix PLL_AUDIO0 preset
  clk: sunxi-ng: Constify struct ccu_reset_map
  clk: sunxi-ng: h616: Add sigma-delta modulation settings for audio PLL