forked from luck/tmp_suning_uos_patched
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 <cristian.ciocaltea@gmail.com> Link: https://lore.kernel.org/r/67112af4f5bc0cc5e70ce8410feb369cc72972b8.1593788312.git.cristian.ciocaltea@gmail.com Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
parent
f47ee279d2
commit
1a4ae4138f
|
@ -72,7 +72,12 @@
|
||||||
#define CLK_NAND 52
|
#define CLK_NAND 52
|
||||||
#define CLK_ECC 53
|
#define CLK_ECC 53
|
||||||
#define CLK_RMII_REF 54
|
#define CLK_RMII_REF 54
|
||||||
|
#define CLK_GPIO 55
|
||||||
|
|
||||||
#define CLK_NR_CLKS (CLK_RMII_REF + 1)
|
/* system clock (part 2) */
|
||||||
|
#define CLK_APB 56
|
||||||
|
#define CLK_DMAC 57
|
||||||
|
|
||||||
|
#define CLK_NR_CLKS (CLK_DMAC + 1)
|
||||||
|
|
||||||
#endif /* __DT_BINDINGS_CLOCK_S500_CMU_H */
|
#endif /* __DT_BINDINGS_CLOCK_S500_CMU_H */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user