Skip to content

Commit 51d0a37

Browse files
HoratiuVulturnoglitch
authored andcommitted
dt-bindings: clock: lan966x: Extend includes with clock gates
On lan966x it is allow to control the clock to some peripherals like USB. So extend the include file with these clocks. Acked-by: Rob Herring <[email protected]> Signed-off-by: Horatiu Vultur <[email protected]> Acked-by: Nicolas Ferre <[email protected]> Signed-off-by: Nicolas Ferre <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6b9f984 commit 51d0a37

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

include/dt-bindings/clock/microchip,lan966x.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
#define GCK_ID_TIMER 12
2424
#define GCK_ID_USB_REFCLK 13
2525

26-
#define N_CLOCKS 14
26+
/* Gate clocks */
27+
#define GCK_GATE_UHPHS 14
28+
#define GCK_GATE_UDPHS 15
29+
#define GCK_GATE_MCRAMC 16
30+
#define GCK_GATE_HMATRIX 17
31+
32+
#define N_CLOCKS 18
2733

2834
#endif

0 commit comments

Comments
 (0)