mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-12-28 16:56:26 +00:00
e978201bc5
Add unit tests for the two types of assigned rate properties. Test different combinations of assigned clocks and make sure that rates aren't assigned when the DT properties are malformed or are zero. Cc: Peng Fan <peng.fan@nxp.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org> Link: https://lore.kernel.org/r/20240822002433.1163814-4-sboyd@kernel.org
9 lines
198 B
C
9 lines
198 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _KUNIT_CLK_ASSIGNED_RATES_H
|
|
#define _KUNIT_CLK_ASSIGNED_RATES_H
|
|
|
|
#define ASSIGNED_RATES_0_RATE 1600000
|
|
#define ASSIGNED_RATES_1_RATE 9700000
|
|
|
|
#endif
|