From 5a2ca52ae4b8da6cef90a3ffdcb28fdde1f751ef Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 15 Apr 2025 10:01:41 +0000 Subject: [PATCH] Revert "of: property: Increase NR_FWNODE_REFERENCE_ARGS" This reverts commit 062de5f4e437f06d2e39a7eab09fcd36206cf5dc 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: I2833326c84fb62df39111b13d7875eb71459781e 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 a97eebf9cf58..57d2b3e1f7a2 100644 --- a/include/linux/fwnode.h +++ b/include/linux/fwnode.h @@ -88,7 +88,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