mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
5776526beb
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
9 lines
180 B
C
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
|