summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/of-Rework-and-simplify-phandle-cache-to-use-a-fixed-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/of-Rework-and-simplify-phandle-cache-to-use-a-fixed-.patch')
-rw-r--r--debian/patches-rt/of-Rework-and-simplify-phandle-cache-to-use-a-fixed-.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/of-Rework-and-simplify-phandle-cache-to-use-a-fixed-.patch b/debian/patches-rt/of-Rework-and-simplify-phandle-cache-to-use-a-fixed-.patch
index 1e4732507..3d22864b5 100644
--- a/debian/patches-rt/of-Rework-and-simplify-phandle-cache-to-use-a-fixed-.patch
+++ b/debian/patches-rt/of-Rework-and-simplify-phandle-cache-to-use-a-fixed-.patch
@@ -1,7 +1,7 @@
From: Rob Herring <robh@kernel.org>
Date: Wed, 11 Dec 2019 17:23:45 -0600
Subject: [PATCH] of: Rework and simplify phandle cache to use a fixed size
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patches-5.4.13-rt7.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patches-5.4.17-rt8.tar.xz
The phandle cache was added to speed up of_find_node_by_phandle() by
avoiding walking the whole DT to find a matching phandle. The