diff --git a/patch/kernel/archive/sm8250-6.11/0018-of-property-fix-remote-endpoint-parse.patch b/patch/kernel/archive/sm8250-6.11/0018-of-property-fix-remote-endpoint-parse.patch deleted file mode 100644 index 6fd56cc6f388..000000000000 --- a/patch/kernel/archive/sm8250-6.11/0018-of-property-fix-remote-endpoint-parse.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Jianhua Lu -Date: Wed, 3 Apr 2024 23:03:35 +0800 -Subject: of: property: fix remote-endpoint parse - ---- - drivers/of/property.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/drivers/of/property.c b/drivers/of/property.c -index 111111111111..222222222222 100644 ---- a/drivers/of/property.c -+++ b/drivers/of/property.c -@@ -1352,7 +1352,7 @@ static struct device_node *parse_remote_endpoint(struct device_node *np, - if (index > 0 || strcmp(prop_name, "remote-endpoint")) - return NULL; - -- return of_graph_get_remote_port_parent(np); -+ return of_graph_get_remote_port(np); - } - - static const struct supplier_bindings of_supplier_bindings[] = { --- -Armbian -