]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
dt-bindings: clock: vf610: Add definitions for MTIP L2 switch
authorLukasz Majewski <lukma@nabladev.com>
Thu, 29 Jan 2026 09:54:41 +0000 (10:54 +0100)
committerAbel Vesa <abel.vesa@oss.qualcomm.com>
Thu, 19 Mar 2026 14:15:32 +0000 (16:15 +0200)
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>
include/dt-bindings/clock/vf610-clock.h

index c91fb86fa9a15d12e2aa4e7b3f1392821e94cbb2..5d94bd561a2e2ef24646b4abdb6c77d4bab67513 100644 (file)
 #define VF610_CLK_TCON1                        188
 #define VF610_CLK_CAAM                 189
 #define VF610_CLK_CRC                  190
+#define VF610_CLK_ESW                  191
+#define VF610_CLK_ESW_MAC_TAB0         192
+#define VF610_CLK_ESW_MAC_TAB1         193
+#define VF610_CLK_ESW_MAC_TAB2         194
+#define VF610_CLK_ESW_MAC_TAB3         195
 
 #endif /* __DT_BINDINGS_CLOCK_VF610_H */