]> git.dujemihanovic.xyz Git - u-boot.git/commit
drivers: misc: k3_avs: Extract MPU clk and dev ID from DT
authorManorit Chawdhry <m-chawdhry@ti.com>
Tue, 15 Oct 2024 10:52:20 +0000 (16:22 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 21 Oct 2024 23:52:31 +0000 (17:52 -0600)
commit96ef1f227dc3268fe15a8fc5308157848c30f0d5
tree3f3501bc45cbaa9be3078d2249edaf4c966bb95b
parent8659144ae58c01424636fea27ffe20bb92ed638d
drivers: misc: k3_avs: Extract MPU clk and dev ID from DT

Different devices have different MPU clk and dev ID. Currently it had
been hardcoded. Move it to DT based extraction.

Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
Reviewed-by: Aniket Limaye <a-limaye@ti.com>
drivers/misc/k3_avs.c