Linux Audio

Check our new training course

Linux kernel drivers training

Mar 31-Apr 9, 2025, special US time zones
Register
Loading...
v6.2
 1/* SPDX-License-Identifier: GPL-2.0+
 2 *
 3 * Copyright (C) 2015 Renesas Electronics Corp.
 4 */
 5#ifndef __DT_BINDINGS_CLOCK_RENESAS_CPG_MSSR_H__
 6#define __DT_BINDINGS_CLOCK_RENESAS_CPG_MSSR_H__
 7
 8#define CPG_CORE			0	/* Core Clock */
 9#define CPG_MOD				1	/* Module Clock */
10
11#endif /* __DT_BINDINGS_CLOCK_RENESAS_CPG_MSSR_H__ */
v5.4
 1/* SPDX-License-Identifier: GPL-2.0+
 2 *
 3 * Copyright (C) 2015 Renesas Electronics Corp.
 4 */
 5#ifndef __DT_BINDINGS_CLOCK_RENESAS_CPG_MSSR_H__
 6#define __DT_BINDINGS_CLOCK_RENESAS_CPG_MSSR_H__
 7
 8#define CPG_CORE			0	/* Core Clock */
 9#define CPG_MOD				1	/* Module Clock */
10
11#endif /* __DT_BINDINGS_CLOCK_RENESAS_CPG_MSSR_H__ */