mbox series

[v2,0/8] clk: mediatek: mt7622: clk migration for OF_UPSTREAM

Message ID 20240803084329.1688-1-ansuelsmth@gmail.com
Headers show
Series clk: mediatek: mt7622: clk migration for OF_UPSTREAM | expand

Message

Christian Marangi Aug. 3, 2024, 8:43 a.m. UTC
These are all the required patches to migrate clk and correctly support
OF_UPSTREAM. This will align the clk index to upstream to support the same
clk implementation with downstream and upstream DTS.

Changes v2:
- Fix typo in commit description

Christian Marangi (8):
  clk: mediatek: mt7622: fix broken peri_cgs clk with XTAL parents
  clk: mediatek: mt7622: rename AUDIO_AWB3 to AUDIO_AWB2
  clk: mediatek: mt7622: move INFRA_TRNG to the bottom
  clk: mediatek: mt7622: add missing clock define for MAIN_CORE_EN
  clk: mediatek: mt7622: add missing clock MUX1_SEL
  clk: mediatek: mt7622: add missing clock PERI_UART4_PD
  clk: mediatek: mt7622: add missing clock PERIBUS_SEL clock
  clk: mediatek: mt7622: add missing A1/2SYS clock ID

 drivers/clk/mediatek/clk-mt7622.c      | 104 +++++++++++++++++++++----
 include/dt-bindings/clock/mt7622-clk.h |  68 ++++++++--------
 2 files changed, 124 insertions(+), 48 deletions(-)

Comments

Tom Rini Aug. 20, 2024, 12:29 a.m. UTC | #1
On Sat, 03 Aug 2024 10:43:18 +0200, Christian Marangi wrote:

> These are all the required patches to migrate clk and correctly support
> OF_UPSTREAM. This will align the clk index to upstream to support the same
> clk implementation with downstream and upstream DTS.
> 
> Changes v2:
> - Fix typo in commit description
> 
> [...]

Applied to u-boot/next, thanks!