From 00b48816c306011e92c7e1804ef8538ca3c9f09c Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 24 Apr 2025 14:00:29 +0000 Subject: [PATCH] Revert "of: property: Increase NR_FWNODE_REFERENCE_ARGS" This reverts commit bfcca46f01ac8dae51dc1aceb507e919f74069fe which is commit eb50844d728f11e87491f7c7af15a4a737f1159d upstream. It breaks the Android kernel abi and can be brought back in the future in an abi-safe way if it is really needed. Bug: 161946584 Change-Id: I15dc031c79f4691d84e71eef977c781059acdd64 Signed-off-by: Greg Kroah-Hartman --- include/linux/fwnode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/fwnode.h b/include/linux/fwnode.h index 487d4bd9b0c9..0d79070c5a70 100644 --- a/include/linux/fwnode.h +++ b/include/linux/fwnode.h @@ -91,7 +91,7 @@ struct fwnode_endpoint { #define SWNODE_GRAPH_PORT_NAME_FMT "port@%u" #define SWNODE_GRAPH_ENDPOINT_NAME_FMT "endpoint@%u" -#define NR_FWNODE_REFERENCE_ARGS 16 +#define NR_FWNODE_REFERENCE_ARGS 8 /** * struct fwnode_reference_args - Fwnode reference with additional arguments