mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 06:40:54 +07:00
dt-bindings: clock: sparx5: Add bindings include file
The Sparx5 support 9 different clock outputs. This include file has defines for each supported clock ordinal. Link: https://lore.kernel.org/r/20200615133242.24911-8-lars.povlsen@microchip.com Reviewed-by: Stephen Boyd <sboyd@kernel.org> Reviewed-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Lars Povlsen <lars.povlsen@microchip.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
2ce39f20d0
commit
39c8378a1c
23
include/dt-bindings/clock/microchip,sparx5.h
Normal file
23
include/dt-bindings/clock/microchip,sparx5.h
Normal file
@ -0,0 +1,23 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (c) 2019 Microchip Inc.
|
||||
*
|
||||
* Author: Lars Povlsen <lars.povlsen@microchip.com>
|
||||
*/
|
||||
|
||||
#ifndef _DT_BINDINGS_CLK_SPARX5_H
|
||||
#define _DT_BINDINGS_CLK_SPARX5_H
|
||||
|
||||
#define CLK_ID_CORE 0
|
||||
#define CLK_ID_DDR 1
|
||||
#define CLK_ID_CPU2 2
|
||||
#define CLK_ID_ARM2 3
|
||||
#define CLK_ID_AUX1 4
|
||||
#define CLK_ID_AUX2 5
|
||||
#define CLK_ID_AUX3 6
|
||||
#define CLK_ID_AUX4 7
|
||||
#define CLK_ID_SYNCE 8
|
||||
|
||||
#define N_CLOCKS 9
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user