diff options
| author | Dmitry Shmidt <[email protected]> | 2020-06-10 10:30:11 +0200 |
|---|---|---|
| committer | Jerome Brunet <[email protected]> | 2020-06-19 17:16:09 +0200 |
| commit | df06230106e95347ec613f1707a704b04737c59b (patch) | |
| tree | 3c9cca71d5d93cfef1080bdc0aa99023f1e95dad | |
| parent | b3a9e3b9622ae10064826dccb4f7a52bd88c7407 (diff) | |
dt-bindings: clk: g12a-clkc: Add NNA CLK Source clock IDs
This adds the Neural Network Accelerator IP source clocks.
Signed-off-by: Dmitry Shmidt <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
Signed-off-by: Jerome Brunet <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | include/dt-bindings/clock/g12a-clkc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/g12a-clkc.h b/include/dt-bindings/clock/g12a-clkc.h index b0d65d73db96..40d49940d8a8 100644 --- a/include/dt-bindings/clock/g12a-clkc.h +++ b/include/dt-bindings/clock/g12a-clkc.h @@ -145,5 +145,7 @@ #define CLKID_CPU3_CLK 255 #define CLKID_SPICC0_SCLK 258 #define CLKID_SPICC1_SCLK 261 +#define CLKID_NNA_AXI_CLK 264 +#define CLKID_NNA_CORE_CLK 267 #endif /* __G12A_CLKC_H */ |