diff options
author | Álvaro Fernández Rojas <[email protected]> | 2023-03-22 18:15:12 +0100 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2023-03-27 12:23:51 -0700 |
commit | 0ca6a0970073a14f5608f0add0e431697316cbca (patch) | |
tree | bcc5619ae7ce513cc1a81a1bb49bd5ccaf39cc7b | |
parent | fe15c26ee26efa11741a7b632e9f23b01aca4cc6 (diff) |
dt-bindings: clk: add BCM63268 timer clock definitions
Add missing timer clock definitions for BCM63268.
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Stephen Boyd <[email protected]>
-rw-r--r-- | include/dt-bindings/clock/bcm63268-clock.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/bcm63268-clock.h b/include/dt-bindings/clock/bcm63268-clock.h index da23e691d359..dea8adc8510e 100644 --- a/include/dt-bindings/clock/bcm63268-clock.h +++ b/include/dt-bindings/clock/bcm63268-clock.h @@ -27,4 +27,17 @@ #define BCM63268_CLK_TBUS 27 #define BCM63268_CLK_ROBOSW250 31 +#define BCM63268_TCLK_EPHY1 0 +#define BCM63268_TCLK_EPHY2 1 +#define BCM63268_TCLK_EPHY3 2 +#define BCM63268_TCLK_GPHY1 3 +#define BCM63268_TCLK_DSL 4 +#define BCM63268_TCLK_WAKEON_EPHY 6 +#define BCM63268_TCLK_WAKEON_DSL 7 +#define BCM63268_TCLK_FAP1 11 +#define BCM63268_TCLK_FAP2 15 +#define BCM63268_TCLK_UTO_50 16 +#define BCM63268_TCLK_UTO_EXTIN 17 +#define BCM63268_TCLK_USB_REF 18 + #endif /* __DT_BINDINGS_CLOCK_BCM63268_H */ |