mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
clk: renesas: r8a7740: Add ZT/ZTR trace clocks
Implement support for the ZT trace bus and ZTR trace clocks on R-Mobile A1. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20260422233744.149872-3-marek.vasut+renesas@mailbox.org Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
70f479cbbf
commit
f924a4041f
|
|
@ -37,6 +37,8 @@ static struct div4_clk div4_clks[] = {
|
|||
{ "zg", CPG_FRQCRA, 16 },
|
||||
{ "b", CPG_FRQCRA, 8 },
|
||||
{ "m1", CPG_FRQCRA, 4 },
|
||||
{ "ztr", CPG_FRQCRB, 20 },
|
||||
{ "zt", CPG_FRQCRB, 16 },
|
||||
{ "hp", CPG_FRQCRB, 4 },
|
||||
{ "hpp", CPG_FRQCRC, 20 },
|
||||
{ "usbp", CPG_FRQCRC, 16 },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user