From 8d8cc9507bd79afbe5c29b5d82868269691152f9 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Wed, 18 Dec 2024 21:02:39 -0800 Subject: lib: utils: Mark RPMI drivers as experimental These drivers were merged on an experimental basis without the RPMI specification being frozen. As a result, they may not be compatible with the frozen version of the RPMI protocol. Additionally, their devicetree bindings have not been reviewed and are subject to change. Warn the user that these drivers make no compatibility guarantees, and that their behavior and devicetree bindings may change incompatibly in future versions of OpenSBI. Signed-off-by: Samuel Holland Reviewed-by: Anup Patel --- lib/utils/cppc/fdt_cppc_rpmi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/utils/cppc/fdt_cppc_rpmi.c') diff --git a/lib/utils/cppc/fdt_cppc_rpmi.c b/lib/utils/cppc/fdt_cppc_rpmi.c index 4946ed1..9532840 100644 --- a/lib/utils/cppc/fdt_cppc_rpmi.c +++ b/lib/utils/cppc/fdt_cppc_rpmi.c @@ -370,4 +370,5 @@ static const struct fdt_match rpmi_cppc_match[] = { struct fdt_driver fdt_cppc_rpmi = { .match_table = rpmi_cppc_match, .init = rpmi_cppc_cold_init, + .experimental = true, }; -- cgit v1.1