linux/drivers/clk/clk-fixed-rate_test.h
Stephen Boyd 5776526beb clk: Add KUnit tests for clk fixed rate basic type
Test that the fixed rate basic type clk works as intended.

Cc: Brendan Higgins <brendan.higgins@linux.dev>
Cc: David Gow <davidgow@google.com>
Cc: Rae Moar <rmoar@google.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/20240718210513.3801024-8-sboyd@kernel.org
2024-07-29 15:33:13 -07:00

9 lines
180 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _CLK_FIXED_RATE_TEST_H
#define _CLK_FIXED_RATE_TEST_H
#define TEST_FIXED_FREQUENCY 50000000
#define TEST_FIXED_ACCURACY 300
#endif