Skip to content

Commit 1a4ae41

Browse files
cristiccbebarino
authored andcommitted
dt-bindings: clock: Add APB, DMAC, GPIO bindings for Actions S500 SoC
Add the missing APB, DMAC and GPIO clock bindings constants for Actions Semi S500 SoC. Signed-off-by: Cristian Ciocaltea <[email protected]> Link: https://lore.kernel.org/r/67112af4f5bc0cc5e70ce8410feb369cc72972b8.1593788312.git.cristian.ciocaltea@gmail.com Reviewed-by: Manivannan Sadhasivam <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent f47ee27 commit 1a4ae41

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

include/dt-bindings/clock/actions,s500-cmu.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,12 @@
7272
#define CLK_NAND 52
7373
#define CLK_ECC 53
7474
#define CLK_RMII_REF 54
75+
#define CLK_GPIO 55
7576

76-
#define CLK_NR_CLKS (CLK_RMII_REF + 1)
77+
/* system clock (part 2) */
78+
#define CLK_APB 56
79+
#define CLK_DMAC 57
80+
81+
#define CLK_NR_CLKS (CLK_DMAC + 1)
7782

7883
#endif /* __DT_BINDINGS_CLOCK_S500_CMU_H */

0 commit comments

Comments
 (0)