From: Horatiu Vultur Date: Wed, 3 Nov 2021 08:51:01 +0000 (+0100) Subject: dt-bindings: clock: lan966x: Extend includes with clock gates X-Git-Tag: v6.1-rc5~2162^2~7^3^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=51d0a37dde9b63111d14a59bb77c5cf0273e4c9e;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Horatiu Vultur Acked-by: Nicolas Ferre Signed-off-by: Nicolas Ferre Link: https://lore.kernel.org/r/20211103085102.1656081-4-horatiu.vultur@microchip.com --- diff --git a/include/dt-bindings/clock/microchip,lan966x.h b/include/dt-bindings/clock/microchip,lan966x.h index fe36ed6..6f9d43d 100644 --- a/include/dt-bindings/clock/microchip,lan966x.h +++ b/include/dt-bindings/clock/microchip,lan966x.h @@ -23,6 +23,12 @@ #define GCK_ID_TIMER 12 #define GCK_ID_USB_REFCLK 13 -#define N_CLOCKS 14 +/* Gate clocks */ +#define GCK_GATE_UHPHS 14 +#define GCK_GATE_UDPHS 15 +#define GCK_GATE_MCRAMC 16 +#define GCK_GATE_HMATRIX 17 + +#define N_CLOCKS 18 #endif