Skip to content

Commit a4acefd

Browse files
cristiccbebarino
authored andcommitted
dt-bindings: clock: Add NIC and ETHERNET bindings for Actions S500 SoC
Add the missing NIC and ETHERNET clock bindings constants for Actions Semi Owl S500 SoC. Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com> Acked-by: Rob Herring <robh@kernel.org> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Link: https://lore.kernel.org/r/1d0902cf073f76a1a602410061481ccb3fc36a72.1623354574.git.cristian.ciocaltea@gmail.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent fd90b5b commit a4acefd

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,12 @@
7474
#define CLK_RMII_REF 54
7575
#define CLK_GPIO 55
7676

77-
/* system clock (part 2) */
77+
/* additional clocks */
7878
#define CLK_APB 56
7979
#define CLK_DMAC 57
80+
#define CLK_NIC 58
81+
#define CLK_ETHERNET 59
8082

81-
#define CLK_NR_CLKS (CLK_DMAC + 1)
83+
#define CLK_NR_CLKS (CLK_ETHERNET + 1)
8284

8385
#endif /* __DT_BINDINGS_CLOCK_S500_CMU_H */

0 commit comments

Comments
 (0)