]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: mediatek: mt7623: define id_offs_map and import clk ID from upstream
authorChristian Marangi <ansuelsmth@gmail.com>
Fri, 2 Aug 2024 13:45:03 +0000 (15:45 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 19 Aug 2024 22:12:51 +0000 (16:12 -0600)
commit108a62b57ea254fc061688ed1dce71725759fc40
tree704df7a821652675e85ff59736acfd8b2abf730f
parentefd35fa07b90ccd7c89d55d057b98387e91045bf
clk: mediatek: mt7623: define id_offs_map and import clk ID from upstream

Define id_offs_map and use clk ID form upstream linux kernel to have a
1:1 match for the TOPCKGEN clock and permit usage of OF_UPSTREAM with
upstream dtsi.

For all the gate clock, the clk ID starts from 1 instead of zero. Define
an additional clock tree for them and set the .gates_offs to 1 to
account for this.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
drivers/clk/mediatek/clk-mt7623.c
include/dt-bindings/clock/mt7623-clk.h