mbox series

[0/5] clk: mediatek: mt7623: clk migration for OF_UPSTREAM

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

Message

Christian Marangi Aug. 2, 2024, 1:45 p.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.

Christian Marangi (5):
  clk: mediatek: mt7623: fix broken peri_cgs clk with XTAL parents
  clk: mediatek: mt7623: split clk tree to dedicated topckgen and
    apmixed
  clk: mediatek: mt7623: define id_offs_map and import clk ID from
    upstream
  clk: mediatek: mt7623: remap apmixedsys clock ID
  clk: mediatek: mt7623: remap peri clock ID and add MUX

 drivers/clk/mediatek/clk-mt7623.c      | 326 +++++++++-
 include/dt-bindings/clock/mt7623-clk.h | 832 ++++++++++++++-----------
 2 files changed, 757 insertions(+), 401 deletions(-)

Comments

Tom Rini Aug. 20, 2024, 12:29 a.m. UTC | #1
On Fri, 02 Aug 2024 15:45:00 +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.
> 
> Christian Marangi (5):
>   clk: mediatek: mt7623: fix broken peri_cgs clk with XTAL parents
>   clk: mediatek: mt7623: split clk tree to dedicated topckgen and
>     apmixed
>   clk: mediatek: mt7623: define id_offs_map and import clk ID from
>     upstream
>   clk: mediatek: mt7623: remap apmixedsys clock ID
>   clk: mediatek: mt7623: remap peri clock ID and add MUX
> 
> [...]

Applied to u-boot/next, thanks!