Skip to content

Commit 8ea304c

Browse files
aspeedtechbebarino
authored andcommitted
dt-bindings: clock: ast2700: modify soc0/1 clock define
-add SOC0_CLK_AHBMUX: add SOC0_CLK_AHBMUX for ahb clock source divide. mpll-> ahb_mux -> div_table -> clk_ahb hpll-> -new add clock: SOC0_CLK_MPHYSRC: UFS MPHY clock source. SOC0_CLK_U2PHY_REFCLKSRC: USB2.0 phy clock reference source. SOC1_CLK_I3C: I3C clock source. Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 8f5ae30 commit 8ea304c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

include/dt-bindings/clock/aspeed,ast2700-scu.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
#define SCU0_CLK_GATE_UFSCLK 53
6969
#define SCU0_CLK_GATE_EMMCCLK 54
7070
#define SCU0_CLK_GATE_RVAS1CLK 55
71+
#define SCU0_CLK_U2PHY_REFCLKSRC 56
72+
#define SCU0_CLK_AHBMUX 57
73+
#define SCU0_CLK_MPHYSRC 58
7174

7275
/* SOC1 clk */
7376
#define SCU1_CLKIN 0
@@ -159,5 +162,6 @@
159162
#define SCU1_CLK_GATE_PORTCUSB2CLK 84
160163
#define SCU1_CLK_GATE_PORTDUSB2CLK 85
161164
#define SCU1_CLK_GATE_LTPI1TXCLK 86
165+
#define SCU1_CLK_I3C 87
162166

163167
#endif

0 commit comments

Comments
 (0)