Skip to content

Commit 5f35b48

Browse files
jammyaspeedbebarino
authored andcommitted
clk: aspeed: Add reset for HACE/VIDEO
Add mappings of reset per hw's definition. Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 2ad2d0e commit 5f35b48

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/clk/aspeed/clk-aspeed.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ static const u8 aspeed_resets[] = {
278278
[ASPEED_RESET_PECI] = 10,
279279
[ASPEED_RESET_I2C] = 2,
280280
[ASPEED_RESET_AHB] = 1,
281+
[ASPEED_RESET_HACE] = 4,
282+
[ASPEED_RESET_VIDEO] = 6,
281283

282284
/*
283285
* SCUD4 resets start at an offset to separate them from

0 commit comments

Comments
 (0)