File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 2020
2121#include <dt-bindings/clock/sifive-fu540-prci.h>
2222
23- #include "fu540-prci.h"
2423#include "sifive-prci.h"
2524
25+ #define PRCI_CLK_COREPLL 0
26+ #define PRCI_CLK_DDRPLL 1
27+ #define PRCI_CLK_GEMGXLPLL 2
28+ #define PRCI_CLK_TLCLK 3
29+
2630/* PRCI integration data for each WRPLL instance */
2731
2832static struct __prci_wrpll_data __prci_corepll_data = {
Original file line number Diff line number Diff line change 88
99#include <dt-bindings/clock/sifive-fu740-prci.h>
1010
11- #include "fu540-prci.h"
1211#include "sifive-prci.h"
1312
13+ #define PRCI_CLK_COREPLL 0
14+ #define PRCI_CLK_DDRPLL 1
15+ #define PRCI_CLK_GEMGXLPLL 2
16+ #define PRCI_CLK_DVFSCOREPLL 3
17+ #define PRCI_CLK_HFPCLKPLL 4
18+ #define PRCI_CLK_CLTXPLL 5
19+ #define PRCI_CLK_TLCLK 6
20+ #define PRCI_CLK_PCLK 7
21+ #define PRCI_CLK_PCIE_AUX 8
22+
1423/* PRCI integration data for each WRPLL instance */
1524
1625static struct __prci_wrpll_data __prci_corepll_data = {
You can’t perform that action at this time.
0 commit comments