diff options
| author | Ryan Chen <ryan_chen@aspeedtech.com> | 2026-06-24 13:44:59 +0800 |
|---|---|---|
| committer | Brian Masney <bmasney@redhat.com> | 2026-07-28 11:25:30 -0400 |
| commit | 51be18310cd82fc4f1692d9cb7c4f53d26cacd74 (patch) | |
| tree | 23ae6c1264570e01811066646bc477d0d098ef30 /include | |
| parent | ebd0b73d2137c2277440da04124a0ce7011b2d1a (diff) | |
| download | linux-51be18310cd82fc4f1692d9cb7c4f53d26cacd74.tar.gz linux-51be18310cd82fc4f1692d9cb7c4f53d26cacd74.zip | |
dt-bindings: clock: ast2700: add PECI clock
Add SCU1_CLK_PECI for the SoC1 PECI controller clock source, and
SCU1_CLK_HPLL_DIV4 which serves as one of the PECI clock mux parents.
Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Brian Masney <bmasney@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/dt-bindings/clock/aspeed,ast2700-scu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/aspeed,ast2700-scu.h b/include/dt-bindings/clock/aspeed,ast2700-scu.h index bacf712e8e04..138f78ce5f07 100644 --- a/include/dt-bindings/clock/aspeed,ast2700-scu.h +++ b/include/dt-bindings/clock/aspeed,ast2700-scu.h @@ -163,5 +163,7 @@ #define SCU1_CLK_GATE_PORTDUSB2CLK 85 #define SCU1_CLK_GATE_LTPI1TXCLK 86 #define SCU1_CLK_I3C 87 +#define SCU1_CLK_HPLL_DIV4 88 +#define SCU1_CLK_PECI 89 #endif |
