mbox series

[GIT,PULL] Allwinner clock changes for 6.14

Message ID Z36iMwdeyq6DdKOw@wens.tw (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] Allwinner clock changes for 6.14 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-for-6.14

Message

Chen-Yu Tsai Jan. 8, 2025, 4:05 p.m. UTC
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-for-6.14

for you to fetch changes up to 383ca7bee8a93be9ff5a072936981c2710d2856b:

  clk: sunxi-ng: a64: stop force-selecting PLL-MIPI as TCON0 parent (2025-01-04 20:17:11 +0800)

----------------------------------------------------------------
Allwinner clk changes for 6.14

Instead of forcing a particular clock parent for TCON0 on the A64,
the decision is left to the device tree. Which clock parent gets
assigned depends on which display output is used. If the wrong
parent is assigned, the display doesn't work.

Patches include adding the clock parents to the DT binding (which
is shared with the DT tree), removing the now redundant macros from
the clock driver, and stop forcing a particular clock parent in the
driver.

----------------------------------------------------------------
Vasily Khoruzhick (3):
      dt-bindings: clock: sunxi: Export PLL_VIDEO_2X and PLL_MIPI
      clk: sunxi-ng: a64: drop redundant CLK_PLL_VIDEO0_2X and CLK_PLL_MIPI
      clk: sunxi-ng: a64: stop force-selecting PLL-MIPI as TCON0 parent

 drivers/clk/sunxi-ng/ccu-sun50i-a64.c      | 13 ++++---------
 drivers/clk/sunxi-ng/ccu-sun50i-a64.h      |  2 --
 include/dt-bindings/clock/sun50i-a64-ccu.h |  2 ++
 3 files changed, 6 insertions(+), 11 deletions(-)

Comments

Stephen Boyd Jan. 8, 2025, 8:01 p.m. UTC | #1
Quoting Chen-Yu Tsai (2025-01-08 08:05:07)
> The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
> 
>   Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-for-6.14
> 
> for you to fetch changes up to 383ca7bee8a93be9ff5a072936981c2710d2856b:
> 
>   clk: sunxi-ng: a64: stop force-selecting PLL-MIPI as TCON0 parent (2025-01-04 20:17:11 +0800)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next