Skip to content

Commit 77f18a1

Browse files
Lukasz MajewskiAbel Vesa
authored andcommitted
dt-bindings: clock: vf610: Add definitions for MTIP L2 switch
This patch adds VF610_CLK_ESW and VF610_CLK_ESW_MAC_TAB{0123} macros definitions for L2 switch. Those definitions describe clocks for MoreThanIP switch IP block; the switch itself and the MAC address lookup table clocks. Signed-off-by: Lukasz Majewski <lukma@nabladev.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Reviewed-by: Peng Fan <peng.fan@nxp.com> Link: https://patch.msgid.link/20260129095442.1646748-4-lukma@nabladev.com Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
1 parent 2f4788c commit 77f18a1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

include/dt-bindings/clock/vf610-clock.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,5 +197,10 @@
197197
#define VF610_CLK_TCON1 188
198198
#define VF610_CLK_CAAM 189
199199
#define VF610_CLK_CRC 190
200+
#define VF610_CLK_ESW 191
201+
#define VF610_CLK_ESW_MAC_TAB0 192
202+
#define VF610_CLK_ESW_MAC_TAB1 193
203+
#define VF610_CLK_ESW_MAC_TAB2 194
204+
#define VF610_CLK_ESW_MAC_TAB3 195
200205

201206
#endif /* __DT_BINDINGS_CLOCK_VF610_H */

0 commit comments

Comments
 (0)