Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <robh@kernel.org>
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20211103085102.1656081-4-horatiu.vultur@microchip.com

authored by

Horatiu Vultur and committed by
Nicolas Ferre
51d0a37d 6b9f984c

+7 -1
+7 -1
include/dt-bindings/clock/microchip,lan966x.h
··· 23 23 #define GCK_ID_TIMER 12 24 24 #define GCK_ID_USB_REFCLK 13 25 25 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 27 33 28 34 #endif